Commit Graph

46 Commits

Author SHA1 Message Date
Joshua Wise
36cf1c47bd upgraded to SQLite version 3.40.0 2022-11-21 17:51:44 -06:00
Danilo Bargen
1b32770139
Sort defines alphabetically (#878)
When modifying the defines, this makes it less likely to accidentally
add a define twice.

This also includes a fix for the documentation patching, which
previously ignored the HAVE_* variables and duplicated them on every
call to `download.sh`.
2022-11-21 17:48:17 -06:00
Joshua Wise
d66747ef56
Update SQLite to version 3.39.4 (#896)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
2022-10-27 14:47:27 -07:00
Joshua Wise
de2b2e95d0
Update SQLite to version 3.39.1 (#841)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
2022-07-13 16:56:56 -07:00
Joshua Wise
3c9ac3b6c6
Update SQLite to version 3.39.0 (#828)
Co-authored-by: mceachen <matthew@photostructure.com>
2022-06-25 11:40:15 -07:00
Matthew McEachen
7aec2ac297
Upgrade SQLite to 3.38.5. Update dependencies. (#808)
* pull in 3.38.5

* Update dependencies with ncu -u

* downgrade mocha to 8, as mocha v10 dropped support for node 10.
2022-05-15 10:58:28 -05:00
Joshua Wise
d09615c936 upgraded to SQLite version 3.38.2, and removed symlinks during build phase 2022-04-06 22:21:36 -05:00
Joshua Wise
8e11207eec updated docs 2022-01-18 15:34:02 -06:00
Joshua Wise
da19254fc2 added example for adding compile-time options to a custom amalgamation 2022-01-18 15:32:29 -06:00
Joshua Wise
1e7e1d090f upgraded SQLite to 3.37.2, and removed tar dependency 2022-01-18 14:36:46 -06:00
Joshua Wise
5bbd71d585 upgraded to SQLite 3.37.0 2021-12-29 18:30:29 -05:00
Joshua Wise
4d316a5dfc added SQLITE_ENABLE_MATH_FUNCTIONS 2021-07-18 23:44:34 -05:00
Joshua Wise
be7770e054 upgraded to sqlite 3.36 2021-07-18 21:27:11 -05:00
Joshua Wise
405052f115 removed HAVE_USLEEP 2021-05-04 18:56:46 -05:00
Joshua Wise
e208564193 implemented db.serialize() and deserialization 2021-05-04 18:47:20 -05:00
Joshua Wise
418ba29b0c added HAVE_USLEEP and HAVE_STDINT_H compile-time options 2021-05-04 01:45:03 -05:00
Joshua Wise
ae4edf4401 updated sqlite to 3.35.2 and updated dependencies 2021-03-30 13:44:46 -05:00
Joshua Wise
0a3f1cf96d upgraded SQLite3 to version 3.34.0 2020-12-19 12:45:53 -06:00
Joshua Wise
5cbcb1a574 upgraded to SQLite v3.33.0 2020-09-14 15:19:01 -05:00
Joshua Wise
9957c1a3db upgraded to SQLite v3.32.0 2020-06-10 13:47:11 -05:00
Joshua Wise
a3d364a4ee
Update compilation.md 2020-05-04 13:49:21 -05:00
Joshua Wise
5427733ff8 tweaked docs 2020-04-25 09:39:52 -05:00
Joshua Wise
8f011bde09 tweaked docs 2020-04-25 09:39:03 -05:00
Joshua Wise
afe20e93c2 enabled SQLITE_ENABLE_GEOPOLY 2020-04-25 07:46:09 -05:00
Joshua Wise
ccf0380679 removed "memory" option when opening new databases 2020-04-22 18:56:14 -05:00
Joshua Wise
53e5d05008 removed support for SQLITE_SOURCE environment variable 2020-04-22 17:01:02 -05:00
Joshua Wise
758665a3db dropped support for node versions < 10
removed the integer library in favor of bigints
added support for worker threads
enabled SQLITE_THREADSAFE=2
replaced native Require() calls with dependency injection
2020-04-21 20:53:31 -05:00
Joshua Wise
358aecfebc added SQLITE_DQS=0 and SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time options 2020-02-23 22:34:54 -06:00
Joshua Wise
4ac2dba0d3 upgraded to sqlite 3.31.1 2020-02-23 20:19:56 -06:00
Joshua Wise
b5dd379fe3 updated sqlite to 3.29.0 2019-07-18 16:24:17 -04:00
Joshua Thomas Wise
507ab1bd17 implemented the "verbose" database option 2019-01-11 14:59:22 -05:00
Joshua Wise
8f3122e0da upgraded sqlite to v3.26.0 and enabled SQLITE_DBCONFIG_DEFENSIVE 2018-12-15 03:47:54 -05:00
Joshua Wise
b71bdcd82b custom amalgamations no longer require sqlite3ext.h 2018-10-09 10:11:11 -04:00
Joshua Wise
307934991d removed SQLITE_LIKE_DOESNT_MATCH_BLOBS compilation option 2018-10-05 13:08:36 -04:00
Joshua Wise
9adae486f3 updated readme 2018-10-04 17:13:00 -04:00
Joshua Wise
d3b1bedfc3 updated readme 2018-10-04 17:12:07 -04:00
Joshua Wise
7cd119c335 updated readme 2018-10-04 17:11:27 -04:00
Joshua Wise
58f30e0915 updated readme 2018-10-04 17:10:45 -04:00
Joshua Wise
7bdf41b452 updated readme 2018-10-04 17:10:23 -04:00
Joshua Wise
5b756b869e removed defines.gypi when using a custom amalgamation 2018-10-04 17:07:28 -04:00
Joshua Wise
46851964ba upgraded to sqlite 3.25.2 2018-10-04 13:18:22 -04:00
Joshua Wise
f2b0c4f3a0 added SQLITE_ENABLE_FTS3_PARENTHESIS 2018-09-25 20:13:29 -04:00
Joshua Wise
d5b9de56a1 created download script 2018-09-25 15:04:58 -04:00
Joshua Wise
c97e06164e enabled SQLITE_LIKE_DOESNT_MATCH_BLOBS 2018-09-25 04:56:10 -04:00
Joshua Wise
6990d839db temporarily disabled stat4 2018-09-16 10:19:48 -04:00
Joshua Wise
e373326a71 renamed lastInsertROWID to lastInsertRowid, added docs to main repo 2018-09-15 21:52:13 -04:00