Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-09-12 | rename | mattn | 3 | -0/+96 | |
2013-09-12 | Execer/Queryer should use transaction | mattn | 1 | -0/+14 | |
2013-09-09 | Fixes test | mattn | 1 | -5/+11 | |
2013-09-09 | Fixes Queryer | mattn | 1 | -5/+8 | |
2013-09-09 | Fixes Execer/Queryer | mattn | 2 | -34/+37 | |
2013-09-09 | Fixes test | mattn | 1 | -1/+37 | |
2013-09-09 | Close rows if not nil | mattn | 1 | -1/+3 | |
2013-09-09 | Must not close statement | mattn | 1 | -2/+2 | |
2013-09-09 | Implements Queryer | mattn | 1 | -1/+24 | |
2013-09-09 | Remove debug message | mattn | 1 | -1/+0 | |
2013-09-09 | Implements Execer | mattn | 3 | -14/+59 | |
2013-09-03 | Remove old information | mattn | 1 | -25/+1 | |
2013-09-03 | Fixes test | mattn | 1 | -7/+2 | |
2013-09-03 | Add tests | mattn | 2 | -0/+164 | |
2013-09-02 | Remove -v | mattn | 1 | -1/+0 | |
2013-08-30 | CFLAGS | mattn | 1 | -0/+1 | |
2013-08-30 | Start work on introducing machine-readable error codes. | Jochen Voss | 3 | -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". |