Commit Graph

58 Commits

Author SHA1 Message Date
Stephen Booth c0a72c836e
Update SQLite to version 3.42.0 (#27)
* Update SQLite to version 3.42.0

* Add new sqlite3_db_config() options
2023-05-23 21:33:22 -05:00
Stephen Booth 4ec54a3e2b
Rename LICENSE to LICENSE.txt 2023-04-07 13:34:09 -05:00
Stephen Booth 6a5e40d2b2
Add unlicense (#26) 2023-04-07 12:02:28 -05:00
Stephen Booth d666d32d04
Update SQLite to version 3.41.2 (#25) 2023-03-22 19:52:23 -05:00
Stephen Booth a49322ba56
Update SQLite to version 3.41.1 (#24) 2023-03-11 08:00:28 -06:00
Stephen Booth 77bd0b923e
Update SQLite to version 3.41.0 (#23) 2023-02-21 19:54:59 -06:00
Stephen Booth 334e7fa637
Update SQLite to version 3.40.1 (#22) 2022-12-29 11:14:39 -06:00
Stephen Booth 536c37a254
Update SQLite to version 3.40.0 (#21)
* Update SQLite to version 3.40.0

* Add csqlite_sqlite3_config_win32_heapsize()

* Add csqlite_sqlite3_config_small_malloc()
2022-11-16 11:11:04 -06:00
Stephen Booth 767cea9df8
Update to actions/checkout@v3 2022-10-03 16:00:47 -05:00
Stephen F. Booth 8c0c3b7022
Fix code formatting 2022-10-01 10:37:18 -05:00
Stephen F. Booth a5dfa6bb0a
Improve documentation for csqlite_sqlite3_strdup 2022-10-01 10:36:37 -05:00
Stephen Booth 91091be112
Update SQLite to version 3.39.4 (#20) 2022-09-30 12:39:31 -05:00
Stephen Booth 89e1247235
Update SQLite to version 3.39.3 (#19) 2022-09-07 09:25:43 -05:00
Stephen F. Booth 92ab4f0821
Enable the sqlite_stmt table 2022-07-30 15:15:36 -05:00
Stephen F. Booth 42affe9249
Add void to prototypes 2022-07-30 15:14:43 -05:00
Stephen F. Booth cdf1b0fe72
Fix C function prototypes taking no arguments 2022-07-26 22:24:57 -05:00
Stephen F. Booth 6dfd1f2afd
Add note on license 2022-07-21 13:55:38 -05:00
Stephen F. Booth 3b265c5076
Add public domain statement 2022-07-21 13:54:21 -05:00
Stephen Booth f67c1c2737
Update SQLite to version 3.39.2 (#18) 2022-07-21 13:41:38 -05:00
Stephen Booth 9148a05959
Update SQLite to version 3.39.1 (#17) 2022-07-14 14:57:08 -05:00
Stephen Booth 22ab09d36f
Update to SQLite version 3.39.0 (#16) 2022-06-26 08:13:16 -05:00
Stephen Booth 06df001752
Update SQLite to version 3.38.5 (#15) 2022-05-10 22:01:51 -05:00
Stephen Booth d69b5e0aa6
Update SQLite to version 3.38.3 (#14) 2022-04-27 16:18:33 -05:00
Stephen Booth 07e70e2195
Update SQLite to version 3.38.2 (#13) 2022-03-26 13:04:44 -06:00
Stephen Booth 0f3977f0f0
Update SQLite to version 3.38.1 (#12) 2022-03-17 21:40:56 -05:00
Stephen Booth 952819c9ba
Update SQLite to version 3.38.0 (#11)
* Update to SQLite 3.38.0

* Remove JSON1 flag

* Add carray.h

* Remove reference to JSON1 extension
2022-02-25 08:13:03 -07:00
Stephen F. Booth 9b04dc96c0
Update SQLite to version 3.37.2 (#10) 2022-01-06 09:21:42 -06:00
Stephen F. Booth beb0e8c476
Update SQLite to version 3.37.1 (#9) 2022-01-02 08:35:00 -06:00
Stephen F. Booth c20c342497
Update SQLite to version 3.37.0 (#8) 2021-11-28 05:49:49 -06:00
Stephen F. Booth a6ec1a3878
Update SQLite to version 3.36.0 (#7) 2021-06-19 09:33:42 -05:00
Stephen F. Booth 2a3ab5ed62
Update CSQLiteTests.swift 2021-06-08 12:33:02 -05:00
Stephen F. Booth f7f7fe1d60
Spaces to tabs 2021-06-05 18:28:08 -05:00
Stephen F. Booth fcad2dda59
Remove SHA1 extension (#6) 2021-06-04 17:18:06 -05:00
Stephen F. Booth 2ed42a8e3b
Rename csqlite_swift_shims to csqlite_shims (#5)
* Rename csqlite_swift_shims to csqlite_shims

* Update and rename csqlite_swift_shims.c to csqlite_shims.c

* Update README.md
2021-06-04 12:41:19 -05:00
Stephen F. Booth c9858b232f
Rename csqlite_swift_glue to csqlite_swift_shims (#4) 2021-06-04 12:35:34 -05:00
Stephen F. Booth 8de5ab77fd
Add wrappers for sqlite3_cancel_auto_extension() (#3) 2021-06-04 12:20:24 -05:00
Stephen F. Booth bc7c0e50a0
Additional test assertions 2021-06-04 09:37:45 -05:00
Stephen F. Booth 852ea00e89
Add sqlite3_vtab_config() wrappers (#2) 2021-06-04 07:30:16 -05:00
Stephen F. Booth ec8e56d16d
Rename several auto_extension functions 2021-06-03 10:44:16 -05:00
Stephen F. Booth 857cbf36a8
Update README.md 2021-06-03 10:25:58 -05:00
Stephen F. Booth 4ae9d0042c
Add commonly-used extensions (#1)
* Add commonly-used extensions

* Add extension linking information
2021-06-03 10:24:50 -05:00
Stephen F. Booth ea8e0024ac
Update README.md 2021-06-01 16:26:56 -05:00
Stephen F. Booth 1de6c78cf0
Update README.md 2021-06-01 16:22:51 -05:00
Stephen F. Booth fd4804ace5
Add additional sqlite3_db_config verbs 2021-06-01 11:32:54 -05:00
Stephen F. Booth 16c07830dd
Remove unused parameter 2021-06-01 10:41:26 -05:00
Stephen F. Booth e0a7589091
Formatting 2021-06-01 10:24:57 -05:00
Stephen F. Booth e299945a73
Update #include for new file name 2021-06-01 09:09:53 -05:00
Stephen F. Booth e7be9ee4c3
Rename sqlite3_swift_glue to csqlite_swift_glue 2021-06-01 09:08:50 -05:00
Stephen F. Booth 199eb58da8
Add additional glue functions 2021-06-01 09:07:15 -05:00
Stephen F. Booth d7a25167a2
Add tests 2021-05-30 10:32:51 -05:00