Commit Graph

566 Commits

Author SHA1 Message Date
Alien Science
5d9fdcab93 Fixed double free when closing SQLiteStmt
Rows should not close the statement because Stmt has its own close
function. This caused a double free error/crash on Fedora 16 x86_64.
2012-01-19 20:26:09 +01:00
mattn
9c4d0ce29a Merge pull request #2 from lye/master
Use pkg-config instead of a hardcoded LDFLAGS
2012-01-09 21:22:53 -08:00
lye
6a23a746e1 Use pkg-config instead of a hardcoded LDFLAGS 2012-01-10 00:16:34 +00:00
mattn
f4359f417e gofix. 2011-12-07 20:40:45 +09:00
mattn
7d29362424 Merge pull request #1 from fiber/master
inserting zero-length strings failed.
2011-12-03 04:59:22 -08:00
mattn
48b031fa48 add README.mkd 2011-12-03 21:57:40 +09:00
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
mattn
fdbb364aba fix LastInsertId()/RowsAffected(). 2011-11-15 11:03:31 +09:00
mattn
e36e29f33e fix test. 2011-11-15 10:41:43 +09:00
mattn
7211b7212b last inserted row ID, affected rows. 2011-11-14 22:10:13 +09:00
mattn
650166a9cf clean 2011-11-14 10:09:46 +09:00
mattn
8c1b840c44 simple test. 2011-11-13 03:52:02 +09:00
mattn
41c5c95a6c transaction. 2011-11-13 03:20:52 +09:00
mattn
0b35f58e9d gofmt. 2011-11-11 21:38:53 +09:00
mattn
79234d62ef gofmt. 2011-11-11 21:38:32 +09:00
mattn
6c2d2c4b6b first import. 2011-11-11 21:36:22 +09:00