aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* change angle bracket import to quotes (#868)Hanzhen Yi2021-10-2613-13/+13
* Update SQLite3_ The columntypescantype method of type (#909)Auler2021-10-261-22/+68
* fix idxStr freeing issue (#898)Patrick DeVivo2021-10-261-4/+15
* Use single-quotes around string literals. (#934)Michael Hofmann2021-10-261-10/+10
* sqlite3.go: use PRAGMA to set busy_timeout (#910)Dan Peterson2021-10-261-6/+6
* Test on 1.17Yasuhiro Matsumoto2021-10-261-1/+1
* run tests against Go 1.16 (#967)Harry2021-10-261-2/+2
* Fix typo in README.md (#939)Ikko Ashimine2021-10-260-0/+0
* Resolve windows CI issues (#941)hackerman2021-10-261-1/+1
* Allow building on OpenBSD (#976)Denis Fondras2021-10-261-0/+2
* chore: readme: Fix link, typos, copy editing (#974)Ross Smith II2021-10-221-56/+55
* return non-nil result when calling exec with empty query (#973)Aviv Klasquin Komissar2021-10-192-0/+24
* bump codecov/codecov-action@v2 (#957)Ichinose Shogo2021-07-201-1/+1
* Update amalgamation code (#955)mattn2021-07-154-2972/+4357
* Update amalgamation code (#940)mattn2021-04-152-4655/+7157
* make column metadata functionality opt-inJesse Rittner2021-02-185-44/+61
* Export sqlite3_column_table_name (#900)Philip O'Toole2021-02-182-0/+43
* Go get go-acc with environment variable for go modules (#915)Catena cyber2021-02-161-2/+2
* Adds a fuzz target (#908)Catena cyber2021-02-152-1/+31
* Export sqlite3_stmt_readonly() via SQLiteStmt.Readonly() (#895)Martin Tournoij2020-12-282-0/+48
* Update amalgamation code (#896)mattn2020-12-263-728/+2032
* add support for defining an "eponymous only" virtual table (#885)Patrick DeVivo2020-12-264-3/+325
* RowsColumnTypeNullable not implemented (#848)Jinzhu2020-12-261-2/+2
* Add ?_cache_size=[..] to connection parameters (#894)Martin Tournoij2020-12-262-0/+23
* clarify usleep license (#893)Brad Rydzewski2020-12-261-1/+3
* Fix ciYasuhiro Matsumoto2020-11-181-2/+2
* Drop go1.11 (#852)mattn2020-11-172-3/+3
* README.md: use link in markdown (#859)Buk Bukowski2020-11-171-1/+1
* 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
* .github/workflows: stop using deprecated add-path command (#873)Evan Jones2020-11-171-2/+2
* Support vfs for Open (#877)mattn2020-11-172-1/+49
* TestExecContextCancel: Reduce timeout to make less flaky (#879)Evan Jones2020-11-171-4/+10
* sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go (#883)Evan Jones2020-11-173-31/+5
* doc.go: you can use Conn.Raw to get *SQLiteConn (#882)Evan Jones2020-11-162-3/+43
* Expand documentation for extension functions (#880)Macaully James Muir2020-11-161-3/+16
* Fix #860 extenstion entry bug (#861)Yunus Ayar2020-10-021-1/+1
* Add build tag ignore for upgrade script (#851)mattn2020-09-113-19/+1
* Fix "cannot start a transaction within a transaction" issue (#764) (#765)Andrii Zavorotnii2020-08-293-6/+129
* Use go-pointer instead of uintptr hacks. (#814)mattn2020-08-263-53/+47
* treat vtable C arrays as Go slices rather than giant Go arrays (#840)rittneje2020-08-261-11/+21
* coveralls to codecov (#845)raa01212020-08-253-42/+35
* Fix go.yamlYasuhiro Matsumoto2020-08-251-76/+76
* Update README.mdYasuhiro Matsumoto2020-08-251-2/+2
* Add Github Actions yaml and set LDFLAGS on windows (#843)raa01212020-08-253-36/+132
* Update amalgamation code (#842)mattn2020-08-193-9975/+10880
* Travis-CI: set go_import_path (#829)Olivier Mengué2020-07-211-0/+2
* Travis-CI: add Go 1.14.x, change order of Go versions (#830)Olivier Mengué2020-07-211-5/+6
* Update README.mdYasuhiro Matsumoto2020-06-181-1/+3
* upgrade amalgamation code (#821)mattn2020-06-063-1844/+3104