sqlite3 driver for go using database/sql
Go to file
Sven Engelhardt 01566134d1 allow to insert zero-length strings into database
&b[0] fails with an index out-of-bounds error for a slice with len()==0
2011-12-02 23:32:38 +01:00
example transaction. 2011-11-13 03:20:52 +09:00
Makefile first import. 2011-11-11 21:36:22 +09:00
sqlite3.go allow to insert zero-length strings into database 2011-12-02 23:32:38 +01:00
sqlite3_test.go fix LastInsertId()/RowsAffected(). 2011-11-15 11:03:31 +09:00