| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-08-11 | use amalgamation 3.14.0 | Yasuhiro Matsumoto | 2 | -356/+271 | |
| 2016-08-11 | update amalgamation code | Yasuhiro Matsumoto | 5 | -3702/+13949 | |
| 2016-05-14 | upgrade sqlite amalgamation to 3.12.2 | Steffen | 3 | -7153/+10536 | |
| 2016-04-23 | Bump Travis to Ubuntu 14.04 | Zbigniew Mandziejewicz | 1 | -1/+3 | |
| 2016-04-23 | FTS4 is not available on Trusty | Zbigniew Mandziejewicz | 2 | -1/+5 | |
| 2016-04-23 | Test with libsqlite3 | Zbigniew Mandziejewicz | 1 | -1/+4 | |
| 2016-04-23 | Set SQLITE_DETERMINISTIC if undefined | Zbigniew Mandziejewicz | 1 | -0/+4 | |
| 2016-04-18 | Fix inconsistent tx state with database/sql. | sqweek | 1 | -0/+6 | |
| The semantics of sql.Tx.Commit impose that the transaction is finished and cleaned up by the time the driver's Commit function returns. However sqlite3 leaves the transaction open if COMMIT fails due to an SQLITE_BUSY error, so *we* must clean it up. Closes #184. | |||||
| 2016-04-18 | Instructions for libsqlite3 on OS X | Zbigniew Mandziejewicz | 1 | -0/+5 | |
| 2016-04-18 | Disable LoadExtension when omit_load_extension is specified | Zbigniew Mandziejewicz | 1 | -1/+2 | |
| 2016-04-18 | Disable LoadExtension when omit_load_extension is specified | Zbigniew Mandziejewicz | 2 | -1/+5 | |
| 2016-04-18 | Expose LoadExtension with entry point | Zbigniew Mandziejewicz | 1 | -0/+24 | |
| 2016-04-18 | delete needless files | Yasuhiro Matsumoto | 3 | -195213/+0 | |
| 2016-04-14 | add missing error checking to simple example | Stani | 1 | -2/+16 | |
| 2016-04-02 | Move sqlite3 amalgation files a directory up. | David Bariod | 5 | -5/+195219 | |
| The purpose is to ease the use of vendoring files like godep. The C sqlite3 files have been added a go compilation conditional flag Fix #293 | |||||
| 2016-03-24 | Fix sqlite "regexp" function name in documentation | Tim Retout | 1 | -1/+1 | |
| 2016-03-15 | Remove gocov | Yasuhiro Matsumoto | 1 | -1/+0 | |
| 2016-03-14 | Fix testing message at TestInsert and TestUpdate | yoza | 1 | -2/+2 | |
| 2016-03-07 | Test SQLiteRows.DeclTypes() | Zac Medico | 1 | -0/+35 | |
