aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one fil...EuAndreh2024-08-121-2570/+0
* go fmt ./...Yasuhiro Matsumoto2024-01-251-25/+25
* update go version to 1.19Yasuhiro Matsumoto2024-01-251-15/+15
* Rollback on constraint failure (#1071)Joshua Hull2022-09-011-0/+37
* Fix TestQueryer test to use exec for multistatement insertionJoshua Hull2022-09-021-10/+18
* Fix TestQueryer testJoshua Hull2022-09-021-1/+1
* TestQueryer: actually check Rows returnedOliver Giles2022-08-161-10/+12
* Support returning any from callbacks (#1046)Phil Eaton2022-05-291-0/+57
* Add sqlite3_file_control() supportBen Johnson2022-01-291-0/+38
* sqlite3_test.go: Fix go test -run=...: Use standard sub-tests (#881)Evan Jones2021-10-261-22/+38
* Use single-quotes around string literals. (#934)Michael Hofmann2021-10-261-10/+10
* return non-nil result when calling exec with empty query (#973)Aviv Klasquin Komissar2021-10-191-0/+20
* make column metadata functionality opt-inJesse Rittner2021-02-181-34/+0
* Export sqlite3_column_table_name (#900)Philip O'Toole2021-02-181-0/+34
* Support vfs for Open (#877)mattn2020-11-171-0/+38
* sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go (#883)Evan Jones2020-11-171-30/+0
* doc.go: you can use Conn.Raw to get *SQLiteConn (#882)Evan Jones2020-11-161-0/+30
* Enable all prefixes for named parameters and allow for unused named parameter...gber2020-05-141-0/+39
* add SystemErrno to Error (#740)rittneje2019-12-171-2/+2
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+3
* Updated Ping to return ErrBadConnMichaelS112019-06-191-9/+21
* Print type of resultYasuhiro Matsumoto2019-02-111-1/+1
* Add testYasuhiro Matsumoto2019-02-111-0/+20
* fixed typoJesse Rittner2018-12-081-1/+1
* adding unit testJesse Rittner2018-12-081-0/+58
* Merge pull request #643 from akalin/zero-length-blobmattn2018-11-221-0/+31
|\
| * Clean up testFrederick Akalin2018-09-221-2/+4
| * Add failing testFrederick Akalin2018-09-221-0/+29
* | sqlite3_test.go: Simplify return errMario Trangoni2018-11-211-4/+1
* | Add fatal messageFrederick Akalin2018-09-221-1/+1
* | Actually check the value of RunTestsFrederick Akalin2018-09-221-1/+4
|/
* implementation of set_authorizer interfaceGrzegorz MarszaƂek2018-08-251-0/+41
* Use t.Skip for TestUpsert to be compliant with the actual cade base.Yoann Cerda2018-06-121-4/+1
* fix upsert log typos.Yoann Cerda2018-06-121-1/+3
* bump sqlite3 3.24.0 and add TestUpsert.Yoann Cerda2018-06-121-0/+50
* fix/118Gert-Jan Timmer2018-06-121-0/+51
* Add zero-length slice testLucas Manuel Rodriguez2018-05-311-0/+4
* Add nil check in bind and a testLucas Manuel Rodriguez2018-05-301-0/+15
* Merge pull request #549 from mjtrangoni/fix-linter-issuesmattn2018-04-171-7/+4
|\
| * fix small codespell issueMario Trangoni2018-04-171-1/+1
| * fix all gosimple issuesMario Trangoni2018-04-171-6/+3
* | Move RegisterAggregator implementationKenneth Shaw2017-11-051-0/+60
* | Merge branch 'master' into mastermattn2017-08-301-14/+568
|\|
| * Improved TestNilAndEmptyBytesGreg Holt2017-08-211-1/+3
| * Added TestNilAndEmptyBytesGreg Holt2017-08-211-0/+54
| * fix testYasuhiro Matsumoto2017-08-021-34/+35
| * ignore errors in teardownYasuhiro Matsumoto2017-08-021-2/+2
| * fix tests on tipYasuhiro Matsumoto2017-08-021-14/+420
| * Add connection option for recursive triggersRoss Light2017-07-091-0/+29
| * Incorporate original PR 271 from https://github.com/brokensandalsJason Abbott2017-07-031-0/+61