This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
dbquery
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
37
Wiki
Activity
Browse Source
修改连接
master
v0.4.2
guzeng
3 years ago
parent
c1a82cf1b0
commit
74d90296a6
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
chain.go
+2
-0
sqlserver.go
+ 1
- 1
chain.go
View File
@ -39,7 +39,7 @@ func NewQuery(t ...string) *Query {
conn_type
=
DB
case
"mssql"
:
//sql server
conn_type
=
MSDB_CONN
DB
conn_type
=
MSDB_CONN
}
}
+ 2
- 0
sqlserver.go
View File
@ -2,6 +2,8 @@ package dbquery
import
(
"database/sql"
"errors"
"fmt"
"log"
Write
Preview
Loading…
Cancel
Save