aboutsummaryrefslogtreecommitdiff
path: root/_example/mod_regexp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-12renamemattn3-0/+96
2013-09-12Execer/Queryer should use transactionmattn1-0/+14
2013-09-09Fixes testmattn1-5/+11
2013-09-09Fixes Queryermattn1-5/+8
2013-09-09Fixes Execer/Queryermattn2-34/+37
2013-09-09Fixes testmattn1-1/+37
2013-09-09Close rows if not nilmattn1-1/+3
2013-09-09Must not close statementmattn1-2/+2
2013-09-09Implements Queryermattn1-1/+24
2013-09-09Remove debug messagemattn1-1/+0
2013-09-09Implements Execermattn3-14/+59
2013-09-03Remove old informationmattn1-25/+1
2013-09-03Fixes testmattn1-7/+2
2013-09-03Add testsmattn2-0/+164
2013-09-02Remove -vmattn1-1/+0
2013-08-30CFLAGSmattn1-0/+1
2013-08-30Start work on introducing machine-readable error codes.Jochen Voss3-11/+90
This commit introduces a new type 'ErrNo', implementing the error interface. Constants for all sqlite3 error codes are provided in the new source file "error.go".