Commit Graph

242 Commits

Author SHA1 Message Date
Joshua Wise
ae12001cdf updated recommended Node.js versions in docs 2022-11-21 19:18:06 -06:00
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
f52b3b00cf
Update troubleshooting.md (#814)
Updated the instructions for Windows builds: things should "just work" if they click "Automatically install the necessary tools" and follow the instructions.
2022-05-18 09:36:48 -07:00
Patrick Martin
f639d61200
Update troubleshooting.md (#752)
As I just learned, having spaces in the path of the directory which you are running `npm i better-sqlite3` can cause issues with installation, presumably because, according to the error message, it does not insert escapes for characters like spaces.
2022-05-16 10:11:16 -07:00
Joshua Wise
e4a1442f51 added instructions on creating releases 2022-05-16 01:44:21 -05:00
Joshua Wise
dfbedccf83 updated contribution rules 2022-05-16 00:42:14 -05:00
Joshua Wise
a39e0acd84 updated contribution rules 2022-05-16 00:41:46 -05:00
Joshua Wise
499f748ae0 updated contribution rules 2022-05-16 00:36:39 -05:00
Joshua Wise
25e1c11650 updated contribution rules 2022-05-16 00:36:15 -05:00
Joshua Wise
55fec9ec6a updated contribution rules 2022-05-16 00:32:18 -05:00
Joshua Wise
3cb78917ec updated contribution rules 2022-05-16 00:31:57 -05:00
Joshua Wise
76ab48f0b0 updated contribution rules 2022-05-16 00:31:29 -05:00
Joshua Wise
c39c7deaf8 updated contribution rules 2022-05-16 00:30:29 -05:00
Joshua Wise
223598bf0e updated contribution rules 2022-05-16 00:29:42 -05:00
Joshua Wise
a7b1d94c87 updated contribution rules 2022-05-16 00:29:04 -05:00
Joshua Wise
9130cc8aee updated contribution rules 2022-05-16 00:21:34 -05:00
Joshua Wise
b1144a8232 updated contribution rules 2022-05-16 00:21:05 -05:00
Joshua Wise
1f58728bde updated contribution rules 2022-05-16 00:16:41 -05:00
Joshua Wise
48fdf9a3a4 updated contribution rules 2022-05-16 00:15:35 -05:00
Joshua Wise
9cd009ba04 updated CODEOWNERS 2022-05-16 00:05:36 -05:00
Joshua Wise
81fee0a8d7 added code of conduct and contribution rules 2022-05-15 22:55:40 -05: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
8c7c8e5025 tweak to api docs 2022-01-18 20:39:55 -06:00
Joshua Wise
032746ba1d added temporary console.logs for debugging CI 2022-01-18 19:46:11 -06:00
Joshua Wise
9f6050a562 implemented "nativeBinding" database option 2022-01-18 17:45:57 -06:00
Joshua Wise
539ff32b96 implemented statement.busy getter 2022-01-18 16:19:51 -06: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
0f871ba54a added documentation for SqliteError, and improved error message for binding non-plain objects 2022-01-18 15:23:36 -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
115258a106 fixed typo in docs 2021-06-05 21:30:05 -05:00
Joshua Wise
a65bec1ba2 improved documentation 2021-06-05 21:19:08 -05:00
Alexander Prinzhorn
4fe0ae3240
Document empty string -> tmp db (#629) 2021-06-05 21:10:10 -05:00
Alexander Prinzhorn
02c9c250bc
This comes up frequently (#625)
See https://github.com/JoshuaWise/better-sqlite3/issues/609#issuecomment-829013505
2021-05-19 13:47:09 -05:00
Joshua Wise
a72acd5842 improved documentation, added tests, and micro-optimizations 2021-05-12 17:36:11 -05:00
Joshua Wise
1a54e931fd updated api docs 2021-05-11 02:15:16 -05:00
Joshua Wise
9227a57de3 wrote tests for virtual tables 2021-05-11 01:05:54 -05:00
Joshua Wise
5957a1ac5d updated api docs 2021-05-10 12:49:24 -05:00
Joshua Wise
3768dbedd9 added documentation for virtual tables 2021-05-10 03:55:39 -05:00
Joshua Wise
6de7e28b46 updated docs 2021-05-05 08:55:49 -05:00
Joshua Wise
74f9ee7ea9 updated docs 2021-05-05 08:54:30 -05:00
Tobias Nießen
b7a3b2efdc
Fix typo in API docs (#613) 2021-05-04 20:27:47 -05:00