Use sqlite3.c in all platforms

This commit is contained in:
mattn
2013-08-28 14:46:33 +09:00
parent a3e3a8e981
commit 691a8a9de3
4 changed files with 8 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ func main() {
sql.Register("sqlite3_with_extensions",
&sqlite3.SQLiteDriver{
Extensions: []string{
"sqlite3_mod_regexp.dll",
"sqlite3_mod_regexp",
},
})