1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
Commit graph

1283 commits

Author SHA1 Message Date
Kenichi Ishigaki
c366b4d888 added a note about the ReadOnly attribute 2016-01-11 15:40:53 +09:00
Kenichi Ishigaki
ce28ce5f51 regenerated constants 2016-01-11 15:33:50 +09:00
Kenichi Ishigaki
9a647c57e0 ignore virtual_table_scan_flags 2016-01-11 15:32:45 +09:00
Kenichi Ishigaki
58e50836e7 added two shorter tag names 2016-01-11 10:21:12 +09:00
Kenichi Ishigaki
5377c25b66 required to use DBD::SQLite before exporting 2016-01-11 10:15:52 +09:00
Kenichi Ishigaki
8845364fba implemented ReadOnly attribute 2016-01-10 09:16:38 +09:00
Kenichi Ishigaki
376a2243ec better error checks 2016-01-07 19:50:08 +09:00
Kenichi Ishigaki
ea07bcc638 LIKE/GLOB/REGEXP are also required to be implemented for SQLite 3.10.0 and above 2016-01-07 19:47:10 +09:00
Kenichi Ishigaki
8cdc7a1114 updated Constants 2016-01-07 19:45:55 +09:00
Kenichi Ishigaki
fd95558594 list avaialable constants for clarity 2016-01-07 19:45:38 +09:00
Kenichi Ishigaki
125d5c17f4 new constant is introduced in 3.10.0 2016-01-07 19:44:20 +09:00
Kenichi Ishigaki
25b1b6dfb5 oops; 3090000 was not 3.9.0 2016-01-07 19:43:20 +09:00
Kenichi Ishigaki
61ae7b0503 updated to SQLite 3.10.0 2016-01-07 19:41:34 +09:00
Kenichi Ishigaki
f706e15c58 tweaked utility to fetch library released in 2016 (3.10.0 and above) 2016-01-07 00:47:27 +09:00
Kenichi Ishigaki
92f3b0bb52 releng 1.49_04 2015-11-24 21:57:11 +09:00
Kenichi Ishigaki
80f9f10860 updated ::Constants 2015-11-24 21:38:45 +09:00
Kenichi Ishigaki
b754aec0e1 updated constants info 2015-11-24 21:38:23 +09:00
Kenichi Ishigaki
5802dae907 made it easier to find what to add 2015-11-24 21:32:10 +09:00
Kenichi Ishigaki
fa0b8edaea made SQLiteUtil a bit less verbose 2015-11-24 21:25:39 +09:00
Kenichi Ishigaki
eb69d88479 moved the guts of api_history utility to SQLiteUtil 2015-11-24 21:23:14 +09:00
Kenichi Ishigaki
e657de6c50 die if PageNotFound page is returned successfully 2015-11-24 15:59:48 +09:00
Kenichi Ishigaki
150e9a44e5 fixed utility to fetch SQLite 3.7.4 correctly 2015-11-24 15:58:52 +09:00
Kenichi Ishigaki
7a6d13f68a Merge pull request #14 from nanis/nanis-fix-t59-version-check
Fix version check against 3.7.11 so the test runs
2015-11-24 14:36:13 +09:00
A. Sinan Unur
5aca46b6c4 Fix version check against 3.7.11 so the test runs
A typo in the version number in `t/59_extended_result_codes.t`
causes test to be skipped. In the test file, 3.7.11 is encoded
as `3071100`. The correct construction is `3007011`.

See also https://www.nu42.com/2015/11/tests-never-ran.html
2015-11-23 10:40:38 -05:00
Kenichi Ishigaki
c7d4cc549b releng 1.49_03 2015-11-05 14:50:21 +09:00
Kenichi Ishigaki
05901205d8 updated SQLite to 3.9.2 2015-11-05 14:49:57 +09:00
Kenichi Ishigaki
5b1ad44ef1 updated SQLite to 3.9.1 2015-10-17 18:30:20 +09:00
Kenichi Ishigaki
fec891c59e updated SQLite to 3.9.0 2015-10-16 09:31:00 +09:00
Kenichi Ishigaki
c165f39b7b defined SQLITE_ENABLE_JSON1 to enable json support (for SQLite 3.9.0+) 2015-10-10 15:39:22 +09:00
Kenichi Ishigaki
726d1b56b8 made getsqlite.pl possible to download a snapshot version of SQLite 2015-10-10 15:37:38 +09:00
Kenichi Ishigaki
d3d9abe909 releng 1.49_02 2015-10-10 12:41:57 +09:00
Kenichi Ishigaki
0acc82460a added a workaround for prepared savepoints to fix rt-106950 2015-10-10 12:01:32 +09:00
Kenichi Ishigaki
3f61844afa added a failing test for rt-106950 2015-10-10 09:36:22 +09:00
Kenichi Ishigaki
f679a6caf7 oops 2015-10-04 14:36:36 +09:00
Kenichi Ishigaki
3eb1a18420 skip all the tests for table_column_metadata if ENABLE_COLUMN_METADATA is not set. 2015-10-04 14:20:16 +09:00
Kenichi Ishigaki
4891d48782 extended errcode is available only if SQLite >= 3.6.5 2015-09-04 08:44:23 +09:00
Kenichi Ishigaki
5a163d925d releng 1.49_01 2015-08-04 20:15:11 +09:00
Kenichi Ishigaki
3a8faa0b21 improved note on allow_multiple_statements/unprepared_statements 2015-08-04 20:05:06 +09:00
Kenichi Ishigaki
de23515d70 not to FETCH in a loop 2015-08-04 19:18:40 +09:00
Kenichi Ishigaki
f7dde96931 outermost savepoint should be treated as a begin(RT #106151) 2015-08-04 19:12:58 +09:00
Kenichi Ishigaki
c5ab12cf17 updated SQLite to 3.8.11.1 2015-07-31 02:10:51 +09:00
Kenichi Ishigaki
01123b1321 savepv and free unprepared_statements attribute when necessary, to fix #11 (Grinnz++) 2015-07-30 00:27:24 +09:00
Kenichi Ishigaki
348ca9afb5 releng 1.48 2015-06-12 01:08:08 +09:00
Kenichi Ishigaki
20fdc73971 releng 1.47_05 2015-05-08 22:46:23 +09:00
Kenichi Ishigaki
57d584b057 updated SQLite to 3.8.10 2015-05-08 22:45:14 +09:00
Kenichi Ishigaki
93bd77e7d7 releng 1.47_04 2015-05-02 02:35:04 +09:00
Kenichi Ishigaki
74e19c5161 use MY_CXT instead of a static global variable 2015-05-02 02:29:43 +09:00
Kenichi Ishigaki
4b92383fe4 might be better to use the same word class to avoid confusion 2015-04-18 16:32:39 +09:00
Kenichi Ishigaki
ba815ce91f improved description on immediate transaction (#9) 2015-04-17 01:52:43 +09:00
Kenichi Ishigaki
1034fedc84 releng 1.47_03 2015-04-16 23:42:24 +09:00