aboutsummaryrefslogtreecommitdiff
path: root/_example/mod_regexp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-04-16feat: add go modules (#781)Karthik K2-0/+15
2020-02-27chore: remove debug code (#788)Manfred Touron1-2/+0
2020-01-28upgrade amalgamation code (#777)mattn3-5410/+9036
2020-01-23Update README.mdYasuhiro Matsumoto1-0/+2
2020-01-09Fix typo (#763)Sergey Bronnikov1-4/+4
2019-12-17fix typo in doc comment (#770)rittneje1-3/+3
2019-12-17add SystemErrno to Error (#740)rittneje4-12/+77
2019-11-18upgrade amalgamation codeYasuhiro Matsumoto3-3965/+5309
2019-11-18Add build constraints for non cgoYasuhiro Matsumoto41-40/+69
2019-10-31Improve readability of Backup()codesoap1-3/+3
2019-10-30Added financial contributors to the READMEJess1-0/+31
2019-10-08Update FUNDING.ymlmattn1-1/+1
2019-10-07Add Go 1.12.x/1.13.x to CI.Trevor Pounds1-0/+2
2019-09-23Fix typo in "_locking_mode" DSN handlingAndrii Zavorotnii1-1/+1
2019-09-23Fix Open() journal mode regressionAndrii Zavorotnii1-5/+6
2019-09-06Fix context cancellation racy handlingAndrii Zavorotnii2-37/+147
2019-08-22Fix memory leak in ExpandedSQL (#738)Gert-Jan Timmer1-0/+1