0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-08-16 00:22:52 +00:00

5 Commits

Author SHA1 Message Date
Stani
ed21175288 add missing error checking to simple example 2016-04-14 20:56:02 +02:00
gmarik
94efba9292 remove duplicated Close
since there's one already at line 51
2015-08-16 16:39:53 -04:00
tonio3l
0cdea24bc7 Update simple.go (very small change)
Renaming the string "sql" into "sqlStmt" in order to prevent mixing with package types & functions sql.* in future edits or code reuse.
2014-07-29 11:46:30 -07:00
mattn
d4673cd31c Implements Execer 2013-09-09 10:44:44 +09:00
mattn
501b1ea772 mv 2013-08-28 14:50:02 +09:00