aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one fil...EuAndreh2024-08-121-2281/+0
* fix: some typospomadev2024-02-221-1/+1
* close channelYasuhiro Matsumoto2024-02-031-7/+15
* go fmt ./...Yasuhiro Matsumoto2024-01-251-74/+75
* update go version to 1.19Yasuhiro Matsumoto2024-01-251-6/+5
* Fix musl build (#1164)leso-kn2023-12-151-1/+12
* Replace namedValue with driver.NamedValue to avoid copying exec/query args (#...Charlie Vieth2023-02-111-22/+16
* Rollback on constraint failure (#1071)Joshua Hull2022-09-011-2/+4
* Add sqlite3_file_control() supportBen Johnson2022-01-291-0/+70
* Add driverName to be possible change driver nameYasuhiro Matsumoto2022-01-101-1/+8
* change angle bracket import to quotes (#868)Hanzhen Yi2021-10-261-1/+1
* sqlite3.go: use PRAGMA to set busy_timeout (#910)Dan Peterson2021-10-261-6/+6
* Allow building on OpenBSD (#976)Denis Fondras2021-10-261-0/+2
* return non-nil result when calling exec with empty query (#973)Aviv Klasquin Komissar2021-10-191-0/+4
* make column metadata functionality opt-inJesse Rittner2021-02-181-9/+0
* Export sqlite3_column_table_name (#900)Philip O'Toole2021-02-181-0/+9
* Adds a fuzz target (#908)Catena cyber2021-02-151-1/+1
* Export sqlite3_stmt_readonly() via SQLiteStmt.Readonly() (#895)Martin Tournoij2020-12-281-0/+7
* Add ?_cache_size=[..] to connection parameters (#894)Martin Tournoij2020-12-261-0/+21
* sqlite3.go: Remove -DSQLITE_ENABLE_FTS4_UNICODE61: not supported (#872)Evan Jones2020-11-171-1/+0
* sqlite3.go: remove -DSQLITE_DISABLE_INTRINSIC: better builds (#878)Evan Jones2020-11-171-1/+0
* Support vfs for Open (#877)mattn2020-11-171-1/+11
* Fix "cannot start a transaction within a transaction" issue (#764) (#765)Andrii Zavorotnii2020-08-291-5/+16
* Use go-pointer instead of uintptr hacks. (#814)mattn2020-08-261-10/+10
* Enable all prefixes for named parameters and allow for unused named parameter...gber2020-05-141-55/+79
* fix typo in doc comment (#770)rittneje2019-12-171-3/+3
* add SystemErrno to Error (#740)rittneje2019-12-171-8/+27
* Merge pull request #744 from azavorotnii/ctx_cancelmattn2019-11-191-37/+59
|\
| * Fix context cancellation racy handlingAndrii Zavorotnii2019-09-061-37/+59
* | Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
* | Fix typo in "_locking_mode" DSN handlingAndrii Zavorotnii2019-09-231-1/+1
* | Fix Open() journal mode regressionAndrii Zavorotnii2019-09-231-5/+6
|/
* Fixed operatorG.J.R. Timmer2019-08-221-2/+2
* Fix _auth_* parameter checkG.J.R. Timmer2019-08-221-2/+2
* Issue #651: Fix of typo=2019-08-191-1/+1
* Fix type of variadicYasuhiro Matsumoto2019-05-101-1/+1
* column_type SQLITE_TEXT returned as string by defaultDimitri Roche2019-02-111-8/+1
* column types text, varchar, *char return as strings:Dimitri Roche2019-02-111-2/+8
* Revert "SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is...Jesse Rittner2018-12-081-16/+6
* SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is not rwYasuhiro Matsumoto2018-12-071-6/+16
* Close db even if sqlite3_open_v2 return non-zero.Yasuhiro Matsumoto2018-12-071-0/+3
* Merge pull request #626 from otoolep/fix_data_racemattn2018-11-221-0/+2
|\
| * Fix data race in AutoCommit()Philip O'Toole2018-08-301-0/+2
* | Merge pull request #643 from akalin/zero-length-blobmattn2018-11-221-1/+1
|\ \
| * | Fix bugFrederick Akalin2018-09-221-1/+1
* | | Merge pull request #644 from akalin/fix-pointer-conversionmattn2018-11-221-7/+2
|\ \ \
| * | | Use GoBytesFrederick Akalin2018-09-221-7/+2
| |/ /
* | | Fix misspell issues.Mario Trangoni2018-11-211-2/+2
* | | all: fix cgo compile failures on tipKevin Burke2018-11-011-2/+2
* | | Rename the wrapper functions to not pollute the sqlite3_* namespaceMura Li2018-10-201-15/+15