aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'master' into traceYasuhiro Matsumoto2016-09-081-1/+1
|\ \ \ \
| * | | | test of backup is too longYasuhiro Matsumoto2016-09-081-1/+1
* | | | | Example program for the new SetTrace()A.N2016-09-071-0/+264
* | | | | Remove obsolete commentA.N2016-09-071-4/+0
* | | | | TraceInfo: fix RunTimeNanosec retrieval, add AutoCommitA.N2016-09-071-3/+14
* | | | | Provide access to sqlite3_trace_v2().A.N2016-09-072-0/+279
|/ / / /
* | | | Merge pull request #323 from FiloSottile/mastermattn2016-09-041-0/+2
|\ \ \ \
| * | | | Make Go 1.7 fail compilationFilippo Valsorda2016-09-031-0/+2
|/ / / /
* | | | Merge pull request #322 from a-p-/backup-testsmattn2016-08-211-0/+247
|\ \ \ \
| * | | | Add some testing of the backup functionality.a-p-2016-08-201-0/+247
|/ / / /
* | | | Close fileYasuhiro Matsumoto2016-08-111-0/+1
* | | | add upgrade.goYasuhiro Matsumoto2016-08-111-0/+77
* | | | add *.oYasuhiro Matsumoto2016-08-111-0/+1
* | | | use amalgamation 3.14.0Yasuhiro Matsumoto2016-08-112-356/+271
* | | | update amalgamation codeYasuhiro Matsumoto2016-08-115-3702/+13949
* | | | Merge pull request #300 from sqweek/issue184mattn2016-07-151-0/+6
|\ \ \ \
| * | | | Fix inconsistent tx state with database/sql.sqweek2016-04-181-0/+6
* | | | | Merge pull request #304 from steffengy/mastermattn2016-05-143-7153/+10536
|\ \ \ \ \
| * | | | | upgrade sqlite amalgamation to 3.12.2Steffen2016-05-143-7153/+10536
|/ / / / /
* | | | | Merge pull request #302 from shaxbee/mastermattn2016-05-034-2/+15
|\ \ \ \ \
| * | | | | Bump Travis to Ubuntu 14.04Zbigniew Mandziejewicz2016-04-231-1/+3
| * | | | | FTS4 is not available on TrustyZbigniew Mandziejewicz2016-04-232-1/+5
| * | | | | Test with libsqlite3Zbigniew Mandziejewicz2016-04-231-1/+4
| * | | | | Set SQLITE_DETERMINISTIC if undefinedZbigniew Mandziejewicz2016-04-231-0/+4
|/ / / / /
* | | | | Merge pull request #299 from shaxbee/mastermattn2016-04-193-1/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Instructions for libsqlite3 on OS XZbigniew Mandziejewicz2016-04-181-0/+5
| * | | | Disable LoadExtension when omit_load_extension is specifiedZbigniew Mandziejewicz2016-04-181-1/+2
| * | | | Disable LoadExtension when omit_load_extension is specifiedZbigniew Mandziejewicz2016-04-182-1/+5
* | | | | Merge pull request #298 from shaxbee/mastermattn2016-04-181-0/+24
|\| | | |
| * | | | Expose LoadExtension with entry pointZbigniew Mandziejewicz2016-04-181-0/+24
|/ / / /
* | | | delete needless filesYasuhiro Matsumoto2016-04-183-195213/+0
* | | | Merge pull request #294 from dgsb/mastermattn2016-04-185-5/+195219
|\ \ \ \
| * | | | Move sqlite3 amalgation files a directory up.David Bariod2016-04-025-5/+195219
* | | | | Merge pull request #296 from stanim/errsmattn2016-04-151-2/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add missing error checking to simple exampleStani2016-04-141-2/+16
|/ / / /
* | | | Merge pull request #291 from diocles/patch-1mattn2016-03-251-1/+1
|\ \ \ \
| * | | | Fix sqlite "regexp" function name in documentationTim Retout2016-03-241-1/+1
|/ / / /
* | | | Remove gocovYasuhiro Matsumoto2016-03-151-1/+0
* | | | Merge pull request #286 from y0za/fix-testing-messagemattn2016-03-151-2/+2
|\ \ \ \
| * | | | Fix testing message at TestInsert and TestUpdateyoza2016-03-141-2/+2
|/ / / /
* | | | Merge pull request #282 from zmedico/decltypesmattn2016-03-072-6/+47
|\ \ \ \
| * | | | Test SQLiteRows.DeclTypes()Zac Medico2016-03-071-0/+35
| * | | | Add SQLiteRows.DeclTypes() methodZac Medico2016-03-061-6/+12
* | | | | Conditional build for the FTS5 ExtensionBruce Marriner2016-03-071-0/+13
|/ / / /
* | | | Merge pull request #278 from rkintzi/json1mattn2016-03-031-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Conditional build for the JSON1 ExtensionRadosław Kintzi2016-02-281-0/+12
|/ / /
* | | Merge pull request #275 from otoolep/fix_typosmattn2016-02-233-14/+14
|\ \ \ | |_|/ |/| |
| * | Fix minor typos in commentsPhilip O Toole2016-02-233-14/+14
|/ /
* | Merge pull request #267 from ianlancetaylor/go16mattn2016-02-011-4/+4
|\ \
| * | bind: pass &v[0] in direct call to CIan Lance Taylor2016-01-291-4/+4