aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_libsqlite3.go (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-26Allow building on OpenBSD (#976)Denis Fondras1-0/+2
2021-10-22chore: readme: Fix link, typos, copy editing (#974)Ross Smith II1-56/+55
2021-10-19return non-nil result when calling exec with empty query (#973)Aviv Klasquin Komissar2-0/+24
2021-07-20bump codecov/codecov-action@v2 (#957)Ichinose Shogo1-1/+1
2021-07-15Update amalgamation code (#955)mattn4-2972/+4357
2021-04-15Update amalgamation code (#940)mattn2-4655/+7157
2021-02-18make column metadata functionality opt-inJesse Rittner5-44/+61
2021-02-18Export sqlite3_column_table_name (#900)Philip O'Toole2-0/+43
2021-02-16Go get go-acc with environment variable for go modules (#915)Catena cyber1-2/+2
2021-02-15Adds a fuzz target (#908)Catena cyber2-1/+31
2020-12-28Export sqlite3_stmt_readonly() via SQLiteStmt.Readonly() (#895)Martin Tournoij2-0/+48
2020-12-26Update amalgamation code (#896)mattn3-728/+2032
2020-12-26add support for defining an "eponymous only" virtual table (#885)Patrick DeVivo4-3/+325
2020-12-26RowsColumnTypeNullable not implemented (#848)Jinzhu1-2/+2
2020-12-26Add ?_cache_size=[..] to connection parameters (#894)Martin Tournoij2-0/+23
2020-12-26clarify usleep license (#893)Brad Rydzewski1-1/+3
2020-11-18Fix ciYasuhiro Matsumoto1-2/+2
2020-11-17Drop go1.11 (#852)mattn2-3/+3
2020-11-17README.md: use link in markdown (#859)Buk Bukowski1-1/+1
2020-11-17sqlite3.go: Remove -DSQLITE_ENABLE_FTS4_UNICODE61: not supported (#872)Evan Jones1-1/+0
2020-11-17sqlite3.go: remove -DSQLITE_DISABLE_INTRINSIC: better builds (#878)Evan Jones1-1/+0
2020-11-17.github/workflows: stop using deprecated add-path command (#873)Evan Jones1-2/+2
2020-11-17Support vfs for Open (#877)mattn2-1/+49
2020-11-17TestExecContextCancel: Reduce timeout to make less flaky (#879)Evan Jones1-4/+10
2020-11-17sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go (#883)Evan Jones3-31/+5
2020-11-16doc.go: you can use Conn.Raw to get *SQLiteConn (#882)Evan Jones2-3/+43
2020-11-16Expand documentation for extension functions (#880)Macaully James Muir1-3/+16
2020-10-02Fix #860 extenstion entry bug (#861)Yunus Ayar1-1/+1
2020-09-11Add build tag ignore for upgrade script (#851)mattn3-19/+1
2020-08-29Fix "cannot start a transaction within a transaction" issue (#764) (#765)Andrii Zavorotnii3-6/+129
2020-08-26Use go-pointer instead of uintptr hacks. (#814)mattn3-53/+47
2020-08-26treat vtable C arrays as Go slices rather than giant Go arrays (#840)rittneje1-11/+21
2020-08-25coveralls to codecov (#845)raa01213-42/+35
2020-08-25Fix go.yamlYasuhiro Matsumoto1-76/+76
2020-08-25Update README.mdYasuhiro Matsumoto1-2/+2
2020-08-25Add Github Actions yaml and set LDFLAGS on windows (#843)raa01213-36/+132
2020-08-19Update amalgamation code (#842)mattn3-9975/+10880
2020-07-21Travis-CI: set go_import_path (#829)Olivier Mengué1-0/+2
2020-07-21Travis-CI: add Go 1.14.x, change order of Go versions (#830)Olivier Mengué1-5/+6
2020-06-18Update README.mdYasuhiro Matsumoto1-1/+3
2020-06-06upgrade amalgamation code (#821)mattn3-1844/+3104
2020-06-05Add mock versions of SQLiteDriver and SQLiteConn for +build !cgo (#819)Martin Tournoij1-7/+18
2020-06-01Edited note in README (#817)turtlemaster191-1/+1
2020-05-16 Document requirements for cross compiling from OSX (#804)Vishnu Mohandas1-3/+9
2020-05-14Enable all prefixes for named parameters and allow for unused named parameter...gber2-53/+116
2020-05-14Fix #808: remove goconvey (#809)Diego Becciolini1-2/+4
2020-05-03Fix for early termination of returned rows (#805)ShanePerron1-1/+5
2020-04-16report actual error message if sqlite3_load_extension fails (#800)rittneje5-25/+112
2020-04-16Add extension-functions.c info to README (#779)Paul Bergeron1-0/+10
2020-04-16Update dependenciesYasuhiro Matsumoto2-1/+7