mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Update to latest mssqldriver (#7613)
* New driver does not tolerate USE - handle this by closing db and reopening db in the new dbname
This commit is contained in:
		
							
								
								
									
										8
									
								
								vendor/github.com/denisenkom/go-mssqldb/doc.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								vendor/github.com/denisenkom/go-mssqldb/doc.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -1,12 +1,14 @@
 | 
			
		||||
// package mssql implements the TDS protocol used to connect to MS SQL Server (sqlserver)
 | 
			
		||||
// database servers.
 | 
			
		||||
//
 | 
			
		||||
// This package registers two drivers:
 | 
			
		||||
// This package registers the driver:
 | 
			
		||||
//    sqlserver: uses native "@" parameter placeholder names and does no pre-processing.
 | 
			
		||||
//    mssql: expects identifiers to be prefixed with ":" and pre-processes queries.
 | 
			
		||||
//
 | 
			
		||||
// If the ordinal position is used for query parameters, identifiers will be named
 | 
			
		||||
// "@p1", "@p2", ... "@pN".
 | 
			
		||||
//
 | 
			
		||||
// Please refer to the README for the format of the DSN.
 | 
			
		||||
// Please refer to the README for the format of the DSN. There are multiple DSN
 | 
			
		||||
// formats accepted: ADO style, ODBC style, and URL style. The following is an
 | 
			
		||||
// example of a URL style DSN:
 | 
			
		||||
//    sqlserver://sa:mypass@localhost:1234?database=master&connection+timeout=30
 | 
			
		||||
package mssql
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user