Commit Graph

  • 7ce62b2ade
    Replace namedValue with driver.NamedValue to avoid copying exec/query args (#1128) master Charlie Vieth 2023-02-11 17:14:42 -0500
  • 1603038a4d
    Add Serialize and Deserialize support (#1089) Philip O'Toole 2022-11-17 08:03:02 -0500
  • bce3773726 Update expected test output v1.14.16 Philip O'Toole 2022-09-13 08:37:55 -0400
  • 31c761827c Update amalgamation code Yasuhiro Matsumoto 2022-10-26 10:03:31 +0900
  • 8ecd96ccf8
    Update expected test output sqlite-amalgamation-3390400 Philip O'Toole 2022-09-13 08:37:55 -0400
  • 36889e14bc
    Update amalgamation code Yasuhiro Matsumoto 2022-10-26 10:03:31 +0900
  • 4b8633cceb
    Updating vtable example, "BestIndex" method (#1099) David Vassallo 2022-10-19 02:04:52 +0300
  • 0b3708425e
    Update README.md to include vtable feature (#1100) David Vassallo 2022-10-19 01:31:09 +0300
  • 90900be5db Cross Compiling for Mac OS via `musl-cross` Luca Guidi 2022-09-08 10:47:51 +0200
  • be28dec3df Golang's linker add mingwex and mingw32 automatically,so we don't need add them manually. kkqy 2022-09-02 06:23:52 +0800
  • 17f6553f94
    Add support for sqlite_math_functions tag (#1059) Levi Gruspe 2022-09-17 22:45:46 +0800
  • 7476442ed6 こんにちわ is wrong Japanse. The correct word is こんにちは KiYugadgeter 2022-09-04 17:28:49 +0900
  • da62659c58
    Fix "ennviroment" (#1077) RewardedIvan 2022-09-02 05:47:55 +0300
  • 4ef63c9c0d
    Rollback on constraint failure (#1071) Joshua Hull 2022-09-02 02:45:11 +0000
  • f92b6bb2a1 Fix TestQueryer test to use exec for multistatement insertion Joshua Hull 2022-08-29 17:47:32 +0200
  • d5355d86f9 Fix TestQueryer test Joshua Hull 2022-08-29 17:46:03 +0200
  • c8a114388a Update README to fix reference URL Yoshiki Shibukawa 2022-09-01 11:37:07 +0900
  • f1eef49b3f TestQueryer: actually check Rows returned Oliver Giles 2022-07-01 11:41:50 +1200
  • a2e94c9d58 Add build tag to enable OSTRACE() logging Ben Johnson 2022-07-23 08:57:35 -0600
  • d8e192b752 Update amalgamation code v1.14.15 Yasuhiro Matsumoto 2022-08-16 14:28:29 +0900
  • 595e13285d Retract +incompatible releases Bryan C. Mills 2022-01-14 10:08:41 -0500
  • fd616a2f47 Update supported Go version to Go 1.19 Aoang 2022-08-14 16:19:33 +0800
  • 3ccccfb4c9
    Support returning any from callbacks (#1046) v1.14.14 Phil Eaton 2022-05-29 21:06:43 -0400
  • b819467576 Add error checking in simple example for tx.Commit Kristóf Havasi 2021-05-05 22:00:24 +0200
  • bc6241221c
    retab json-example Yasuhiro Matsumoto 2022-05-28 23:25:14 +0900
  • 2cd93c9677
    retab Yasuhiro Matsumoto 2022-05-28 23:24:03 +0900
  • 5131ffb8eb
    add _example/json Yasuhiro Matsumoto 2022-05-28 23:21:23 +0900
  • 43dcd3131f Update _example/simple/Dockerfile mattn 2022-05-18 11:21:26 +0900
  • c122302862 feat: simple example of Dockerfile w/ multi-stage build KEINOS 2022-05-17 14:09:50 +0900
  • aa1e904220 Update amalgamation code v1.14.13 Yasuhiro Matsumoto 2022-05-13 10:43:30 +0900
  • adb060d295 Update .github/workflows/go.yaml mattn 2022-05-13 10:44:37 +0900
  • a68a2b7fc5 Update supported Golang version to Go 1.18 Aoang 2022-03-22 13:56:32 +0800
  • bedc2985ef Update sqlite3_opt_preupdate_omit.go Corey Butler 2022-04-22 21:40:39 -0500
  • c1379fcb35 Update sqlite3_opt_preupdate_hook.go Corey Butler 2022-04-22 21:40:05 -0500
  • 2df077b74c Update amalgamation v1.14.12 Phil Eaton 2022-02-22 21:27:20 -0500
  • d824efab06
    include C code move-code Yasuhiro Matsumoto 2022-02-24 08:59:46 +0900
  • 01b1e89847
    Move C code to amalgamation Yasuhiro Matsumoto 2022-02-24 08:43:59 +0900
  • ae2a61f847 Add sqlite3_file_control() support v1.14.11 Ben Johnson 2022-01-28 08:37:05 -0700
  • 671e666c2e Add example using driverName Yasuhiro Matsumoto 2022-01-09 22:39:48 +0900
  • c0fa5ea6d6 Add driverName to be possible change driver name Yasuhiro Matsumoto 2022-01-09 22:38:53 +0900
  • 98c52198ca Temporary disable test for dropping vtable v1.14.10 Yasuhiro Matsumoto 2021-12-27 01:36:58 +0900
  • 7fbc50c941 Update amalgamation code Yasuhiro Matsumoto 2021-12-27 00:17:31 +0900
  • 85436841b3 Fix GitHub workflows Yasuhiro Matsumoto 2021-10-26 09:48:31 +0900
  • 4761e9cad1
    Do no test with go-acc on Windows (#980) mattn 2021-10-26 10:18:18 +0900
  • 48c6a56ee0
    Add go.mod and go.sum for upgrade (#978) mattn 2021-10-26 09:39:02 +0900
  • bb15a32a4f
    Drop old versions (#979) mattn 2021-10-26 09:38:41 +0900
  • 9537be5eb3
    Adds CIFuzz for fuzzing as continuous integration (#919) Catena cyber 2021-10-25 17:32:35 +0200
  • a4fc68a6cb
    sqlite3_test.go: Fix go test -run=...: Use standard sub-tests (#881) Evan Jones 2021-10-25 11:24:46 -0400
  • 2b131e01c1
    change angle bracket import to quotes (#868) Hanzhen Yi 2021-10-25 08:23:19 -0700
  • 5671e01493
    Update SQLite3_ The columntypescantype method of type (#909) Auler 2021-10-25 23:19:41 +0800
  • 2b780b4a7f
    fix idxStr freeing issue (#898) Patrick DeVivo 2021-10-25 17:13:24 +0200
  • 98d34f9dc5
    Use single-quotes around string literals. (#934) Michael Hofmann 2021-10-25 17:09:24 +0200
  • 3bb6941859
    sqlite3.go: use PRAGMA to set busy_timeout (#910) Dan Peterson 2021-10-25 12:08:40 -0300
  • ab653675c9
    Test on 1.17 Yasuhiro Matsumoto 2021-10-26 00:06:23 +0900
  • 1cdbb70da1
    run tests against Go 1.16 (#967) Harry 2021-10-25 08:05:59 -0700
  • b3df4a5ff0
    Fix typo in README.md (#939) Ikko Ashimine 2021-10-26 00:05:45 +0900
  • 4bc7a1fc15
    Resolve windows CI issues (#941) hackerman 2021-10-25 17:05:01 +0200
  • 1f85ebd7c4
    Allow building on OpenBSD (#976) Denis Fondras 2021-10-25 17:02:17 +0200
  • 628398eed2
    chore: readme: Fix link, typos, copy editing (#974) Ross Smith II 2021-10-22 00:35:44 -0700
  • 3900dc3187
    return non-nil result when calling exec with empty query (#973) Aviv Klasquin Komissar 2021-10-19 12:18:21 +0300
  • 3392062c72
    bump codecov/codecov-action@v2 (#957) v1.14.9 Ichinose Shogo 2021-07-20 22:28:26 +0900
  • cba6eaee48
    Update amalgamation code (#955) v1.14.8 mattn 2021-07-15 22:31:14 +0900
  • 1157a4212d
    Update amalgamation code (#940) mattn 2021-04-15 00:44:23 +0900
  • d33341ff0d
    Update amalgamation code v1.14.7 Yasuhiro Matsumoto 2021-04-15 00:14:26 +0900
  • ab91e9342b make column metadata functionality opt-in Jesse Rittner 2021-02-18 09:17:00 -0500
  • 95e88ca693
    Export sqlite3_column_table_name (#900) Philip O'Toole 2021-02-17 21:58:21 -0500
  • 323de98a4c
    Go get go-acc with environment variable for go modules (#915) Catena cyber 2021-02-16 14:01:58 +0100
  • 16175c1389
    Adds a fuzz target (#908) Catena cyber 2021-02-15 14:57:26 +0100
  • 3cbdae750e
    Export sqlite3_stmt_readonly() via SQLiteStmt.Readonly() (#895) Martin Tournoij 2020-12-28 07:52:08 +0800
  • 52436d4074
    Update amalgamation code (#896) v1.14.6 mattn 2020-12-26 23:18:41 +0900
  • 92d23714a8
    add support for defining an "eponymous only" virtual table (#885) Patrick DeVivo 2020-12-26 09:11:17 -0500
  • 66ff625f34
    RowsColumnTypeNullable not implemented (#848) Jinzhu 2020-12-26 22:07:28 +0800
  • 02ce7ec581
    Add ?_cache_size=[..] to connection parameters (#894) Martin Tournoij 2020-12-26 22:05:20 +0800
  • e30206cd31
    clarify usleep license (#893) Brad Rydzewski 2020-12-26 09:04:03 -0500
  • 223d277c80
    Fix ci Yasuhiro Matsumoto 2020-11-18 00:34:04 +0900
  • ae4208e73a
    Drop go1.11 (#852) mattn 2020-11-17 10:04:27 +0900
  • 0709612629
    README.md: use link in markdown (#859) Buk Bukowski 2020-11-17 02:04:13 +0100
  • 943e8f860d
    sqlite3.go: Remove -DSQLITE_ENABLE_FTS4_UNICODE61: not supported (#872) Evan Jones 2020-11-16 12:00:32 -0500
  • 8e02107ef7
    sqlite3.go: remove -DSQLITE_DISABLE_INTRINSIC: better builds (#878) Evan Jones 2020-11-16 11:59:22 -0500
  • 6da13a7bd9
    .github/workflows: stop using deprecated add-path command (#873) Evan Jones 2020-11-16 11:56:45 -0500
  • 1fbedab173
    Support vfs for Open (#877) v1.14.5 mattn 2020-11-17 01:54:21 +0900
  • 3fb3c0de37
    TestExecContextCancel: Reduce timeout to make less flaky (#879) Evan Jones 2020-11-16 11:52:56 -0500
  • 70c77097f2
    sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go (#883) Evan Jones 2020-11-16 11:52:26 -0500
  • 4f7abea96e
    doc.go: you can use Conn.Raw to get *SQLiteConn (#882) Evan Jones 2020-11-16 09:42:00 -0500
  • 784c625194
    Expand documentation for extension functions (#880) Macaully James Muir 2020-11-16 15:40:44 +0100
  • 92f580b350
    Fix #860 extenstion entry bug (#861) v1.14.4 Yunus Ayar 2020-10-02 10:13:14 +0200
  • 4120733fec
    Add build tag ignore for upgrade script (#851) v1.14.3 mattn 2020-09-11 16:06:34 +0900
  • 02fa52d678
    Add build tag ignore for upgrade script use-ignore Yasuhiro Matsumoto 2020-09-11 15:46:33 +0900
  • 862b95943f
    Fix "cannot start a transaction within a transaction" issue (#764) (#765) v1.14.2 Andrii Zavorotnii 2020-08-28 08:43:21 -0700
  • 6a8b30186d
    Use go-pointer instead of uintptr hacks. (#814) mattn 2020-08-26 09:36:43 +0900
  • 59d4145b7f
    treat vtable C arrays as Go slices rather than giant Go arrays (#840) rittneje 2020-08-25 14:22:54 -0400
  • 4b46e2b60d
    coveralls to codecov (#845) raa0121 2020-08-25 18:13:57 +0900
  • c14096f123 Fix go.yaml Yasuhiro Matsumoto 2020-08-25 14:24:45 +0900
  • fd606f826a Update README.md Yasuhiro Matsumoto 2020-08-25 13:59:58 +0900
  • 09fcd35eaa
    Add Github Actions yaml and set LDFLAGS on windows (#843) raa0121 2020-08-25 13:56:34 +0900
  • 2329c6ea75
    Update amalgamation code (#842) v1.14.1 mattn 2020-08-19 20:15:57 +0900
  • 4c2df3cc46
    Travis-CI: set go_import_path (#829) Olivier Mengué 2020-07-21 10:00:10 +0200
  • 979ea59e5a
    Travis-CI: add Go 1.14.x, change order of Go versions (#830) Olivier Mengué 2020-07-21 09:59:02 +0200
  • aa77c03e2f
    Update README.md Yasuhiro Matsumoto 2020-06-18 22:22:56 +0900
  • baaf8a9784
    upgrade amalgamation code (#821) v2.0.6 v1.14.0 mattn 2020-06-06 12:49:38 +0900