aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove debug codeYasuhiro Matsumoto2015-04-151-2/+0
* | Z suffix should be no-opYasuhiro Matsumoto2015-04-152-1/+42
* | Merge pull request #194 from hallyn/tximm.2mattn2015-04-142-9/+62
|\ \
| * | Add a txlock option when opening databases (v2)Serge Hallyn2015-04-132-9/+62
* | | Merge pull request #196 from egonelbre/fix-nullstringmattn2015-04-132-1/+42
|\ \ \ | |/ / |/| |
| * | Fix NULs in text.Egon Elbre2015-04-122-1/+42
|/ /
* | Merge pull request #188 from larsmans/optimizemattn2015-03-241-19/+23
|\ \
| * | Change strlen(s) > 0 => *s != '\000'.Lars Buitinck2015-03-231-1/+1
| * | Less C/Go border crossing to get database changesLars Buitinck2015-03-231-18/+22
* | | Implement number-named parameters. Close #187mattn2015-03-242-3/+55
* | | Revert a6c208564eccf3c6743f608ef88398a4ca84c5ebmattn2015-03-222-77/+3
* | | Remove debug messagemattn2015-03-221-1/+0
* | | Fix hang in testmattn2015-03-221-11/+12
* | | Fix buildmattn2015-03-222-4/+5
* | | Should use C.int()mattn2015-03-221-1/+1
* | | revert 5253daf8561a6ca5015fd5ce79e4367912146be9 and add _busy_timeout query p...mattn2015-03-221-20/+25
* | | Fix testmattn2015-03-221-1/+1
* | | Support $NNN-style named parameter. Close #187mattn2015-03-222-4/+93
* | | Next() should wait while BUSY or LOCKED because return value is boolmattn2015-03-191-9/+17
|/ /
* | Apply -lpthread withou windows.Yasuhiro Matsumoto2015-03-123-2/+2
* | Merge pull request #183 from stgraber/mastermattn2015-03-127-5/+8
|\ \
| * | Link against pthreadStéphane Graber2015-03-111-0/+1
| * | Rename sqlite3.{c,h} to sqlite3-binding.{c,h}Stéphane Graber2015-03-117-5/+7
|/ /
* | Merge pull request #178 from antoni/mastermattn2015-03-061-1/+1
|\ \
| * | Correct HasPrefix method nameAntoni Rościszewski2015-03-051-1/+1
|/ /
* | Don't modify dsn when has prefix file:mattn2015-03-061-1/+3
* | Fix filename with loc parameterYasuhiro Matsumoto2015-03-051-1/+1
* | Fix testYasuhiro Matsumoto2015-03-051-3/+3
* | Remove test dupYasuhiro Matsumoto2015-03-051-96/+0
* | Fix loc parsingmix32015-03-052-29/+33
* | Add testmix32015-03-051-0/+96
* | Add testYasuhiro Matsumoto2015-03-051-0/+97
* | Update README.mdmattn2015-03-051-0/+4
* | Fixed bug for loc parametermattn2015-03-052-26/+25
* | cleanup codeYasuhiro Matsumoto2015-03-041-13/+8
* | Add loc=XXX parameters to handle timezoneYasuhiro Matsumoto2015-03-042-8/+109
* | Add FTS3 feature. Close #176Yasuhiro Matsumoto2015-02-243-1/+85
* | Merge pull request #170 from tajtiattila/mastermattn2015-01-271-11/+5
|\ \
| * | load extensions using the C API instead of SQLAttila Tajti2015-01-261-11/+5
|/ /
* | Fix testmattn2015-01-261-1/+1
* | Fix testmattn2015-01-261-1/+1
* | Add test for Versionmattn2015-01-261-0/+7
* | Add test for ErrNo.Extend()mattn2015-01-261-0/+6
* | Merge pull request #169 from mdevan/mastermattn2015-01-261-1/+2
|\ \
| * | Return error code of sqlite3_step, not sqlite3_resetMahadevan2015-01-261-1/+2
|/ /
* | Merge pull request #165 from porjo/porjomattn2015-01-022-1/+14
|\ \
| * | Handle 13 digit datetime valuesIan Bishop2015-01-022-1/+14
|/ /
* | Revert d369cbb7d42232f785f51b3ef4c8b994dae83486mattn2014-12-311-32/+2
* | Revert d369cbb7d42232f785f51b3ef4c8b994dae83486mattn2014-12-192-8594/+4605
* | Merge pull request #164 from nshalman/c99mattn2014-12-191-0/+1
|\ \