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
|
0f871ba54a
|
added documentation for SqliteError, and improved error message for binding non-plain objects
|
2022-01-18 15:23:36 -06: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 |
|
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 |
|
Joshua Wise
|
f58d99df91
|
updated docs
|
2021-05-04 19:58:57 -05:00 |
|
Joshua Wise
|
0ad86ca5e0
|
added directOnly option to db.aggregate()
|
2021-05-04 19:57:29 -05:00 |
|
Joshua Wise
|
260b854e47
|
added directOnly option to db.function()
|
2021-05-04 19:52:07 -05:00 |
|
Joshua Wise
|
1a3efc20a9
|
updated readme
|
2021-05-04 19:36:13 -05:00 |
|
Joshua Wise
|
e8dcaa4414
|
updated readme
|
2021-05-04 19:35:35 -05:00 |
|
Joshua Wise
|
3af2d6b8b6
|
updated readme
|
2021-05-04 19:30:45 -05:00 |
|
Joshua Wise
|
dcb58cd070
|
implemented stmt.readonly property
|
2021-05-04 19:29:53 -05:00 |
|
Joshua Wise
|
83776dcb0d
|
updated readme
|
2021-05-04 18:52:01 -05:00 |
|
Joshua Wise
|
fcdf57fa14
|
updated readme
|
2021-05-04 18:50:08 -05:00 |
|
Joshua Wise
|
b038df60c9
|
updated readme
|
2021-05-04 18:49:05 -05:00 |
|
Joshua Wise
|
c004940840
|
updated readme
|
2021-05-04 18:48:34 -05:00 |
|
Joshua Wise
|
e208564193
|
implemented db.serialize() and deserialization
|
2021-05-04 18:47:20 -05:00 |
|
Joshua Wise
|
579e3b4b4b
|
* added support for the RETURNING clause
* statements that return data can now be executed via .run()
|
2021-05-04 01:06:46 -05:00 |
|
Joshua Wise
|
fef365d8f4
|
tweaked docs
|
2020-04-25 07:38:26 -05:00 |
|
Joshua Wise
|
96d57eb07a
|
tweaked docs
|
2020-04-25 07:37:24 -05:00 |
|
Joshua Wise
|
7ac655afa5
|
tweaked docs
|
2020-04-25 07:36:36 -05:00 |
|
Joshua Wise
|
5e3c729c10
|
tweaked docs
|
2020-04-25 07:35:46 -05:00 |
|
Joshua Wise
|
b1ec867dd0
|
documented undocumented features, and moved pragma_mode from Database to Addon
|
2020-04-25 07:31:10 -05:00 |
|
Joshua Wise
|
ccf0380679
|
removed "memory" option when opening new databases
|
2020-04-22 18:56:14 -05:00 |
|
Joshua Wise
|
fa4a67c80d
|
updated docs
|
2020-04-22 17:40:44 -05:00 |
|
Joshua Wise
|
94521dd185
|
removed db.checkpoint() method in favor of wal_checkpoint(RESTART) pragma
|
2020-04-22 12:05:52 -05:00 |
|
Alexander Prinzhorn
|
40011d0460
|
pluck (#350)
|
2020-02-15 12:16:27 -06:00 |
|
Joshua Wise
|
bdc1c1aca9
|
updated docs
|
2020-01-07 14:05:43 -05:00 |
|
Joshua Wise
|
e9f27dfff2
|
updated docs
|
2020-01-07 14:05:18 -05:00 |
|
Victor Berchet
|
ee75a7078b
|
Create index if not exists (#303)
|
2020-01-07 14:00:08 -05:00 |
|
Joshua Wise
|
c310670b37
|
Update api.md
|
2019-08-02 13:54:24 -04:00 |
|
Shatrughn Gupta
|
f9166c0199
|
Fix code sample in README (#231)
Statement requires run to be called.
|
2019-02-20 02:33:45 -05:00 |
|
Joshua Wise
|
b1e918c37b
|
Merge branch 'verbose'
|
2019-01-22 00:31:39 -05:00 |
|
Joshua Wise
|
75095aa066
|
Merge branch 'backups'
|
2019-01-22 00:16:03 -05:00 |
|
Joshua Wise
|
7750316e3c
|
updated docs
|
2019-01-20 03:20:45 -05:00 |
|
Joshua Wise
|
6dc1f0e09c
|
updated docs
|
2019-01-20 03:18:44 -05:00 |
|
Joshua Wise
|
e73c00b1e3
|
updated docs
|
2019-01-20 02:54:55 -05:00 |
|
Joshua Wise
|
1674f60855
|
updated docs
|
2019-01-20 02:52:34 -05:00 |
|
Joshua Wise
|
42b9ce2455
|
updated docs
|
2019-01-20 02:41:44 -05:00 |
|
Joshua Wise
|
d0c08edf69
|
updated docs
|
2019-01-20 02:40:51 -05:00 |
|