Don't modify dsn when has prefix file:
This commit is contained in:
@@ -286,8 +286,10 @@ func (d *SQLiteDriver) Open(dsn string) (driver.Conn, error) {
|
||||
}
|
||||
}
|
||||
|
||||
if !strings.HasPrefox(dsn, "file:") {
|
||||
dsn = dsn[:pos]
|
||||
}
|
||||
}
|
||||
|
||||
var db *C.sqlite3
|
||||
name := C.CString(dsn)
|
||||
|
||||
Reference in New Issue
Block a user