better-sqlite3/test
2024-10-16 09:39:46 -07:00
..
00.setup.js updated docs 2020-01-07 14:05:18 -05:00
01.sqlite-error.js modernized testing cradle 2018-09-26 17:36:11 -04:00
10.database.open.js fixed test 2022-01-18 20:15:14 -06:00
11.database.close.js wrote tests for virtual tables 2021-05-11 01:05:54 -05:00
12.database.pragma.js changed code style 2018-11-19 14:07:54 -05:00
13.database.prepare.js implemented stmt.readonly property 2021-05-04 19:29:53 -05:00
14.database.exec.js started writing tests for db.backup() 2019-01-17 16:58:33 -05:00
20.statement.run.js * added support for the RETURNING clause 2021-05-04 01:06:46 -05:00
21.statement.get.js * added support for the RETURNING clause 2021-05-04 01:06:46 -05:00
22.statement.all.js * added support for the RETURNING clause 2021-05-04 01:06:46 -05:00
23.statement.iterate.js implemented statement.busy getter 2022-01-18 16:19:51 -06:00
24.statement.bind.js fixed bug in node 14 where empty buffers are bound as null 2021-07-19 00:13:37 -05:00
25.statement.columns.js added tests for new busy logic 2019-01-17 16:52:11 -05:00
30.database.transaction.js fixed fd leaks during tests 2019-08-05 11:30:11 -04:00
31.database.checkpoint.js removed db.checkpoint() method in favor of wal_checkpoint(RESTART) pragma 2020-04-22 12:05:52 -05:00
32.database.function.js added directOnly option to db.function() 2021-05-04 19:52:07 -05:00
33.database.aggregate.js added directOnly option to db.aggregate() 2021-05-04 19:57:29 -05:00
34.database.table.js Fix virtual table limit offset (#873) 2022-10-12 10:36:44 -05:00
36.database.backup.js wrote tests for virtual tables 2021-05-11 01:05:54 -05:00
38.database.js-tokenizer.js src: use our custom icu_tokenizer 2023-01-25 19:36:39 -08:00
39.database.signal-tokenizer.js api: Database#signalTokenize() 2023-11-29 21:46:06 -08:00
40.bigints.js wrote tests for virtual tables 2021-05-11 01:05:54 -05:00
41.at-exit.js added tests for new busy logic 2019-01-17 16:52:11 -05:00
42.integrity.js Remove loadExtension method 2024-10-16 09:39:46 -07:00
43.verbose.js dropped support for node versions < 10 2020-04-21 20:53:31 -05:00
44.worker-threads.js added github sponsorship information 2020-04-25 10:20:05 -05:00
45.unsafe-mode.js added tests for unsafe mode and fixed bug 2020-04-25 09:14:52 -05:00
50.misc.js whitespace 2019-01-16 23:01:01 -05:00