1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00
Commit graph

1500 commits

Author SHA1 Message Date
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
Kenichi Ishigaki
25cf95e717 added 'all' to EXPORT_TAGS 2015-04-16 23:32:10 +09:00
Kenichi Ishigaki
628393db5b releng 1.47_02 2015-04-16 22:24:31 +09:00
Kenichi Ishigaki
271886156b documented optional flags for create_function/aggregate 2015-04-16 22:09:48 +09:00
Kenichi Ishigaki
ae1eedab5c ...and this specific test requires SQLite 3.7.12 and above
- though extended error codes are supported earlier
2015-04-16 21:44:55 +09:00
Kenichi Ishigaki
2200a59da2 "IS NULL" was first supported at SQLite 3.6.19, not 3.6.10 2015-04-16 20:24:23 +09:00
Kenichi Ishigaki
a23de06650 fix GH #8 2015-04-16 19:59:21 +09:00
Kenichi Ishigaki
eaf3dc37d0 fixed versions detection from sqlite website 2015-04-16 19:40:22 +09:00
Kenichi Ishigaki
663e6e1ff4 Cygwin threadex symbol issue with SQLite 3.8.[78] was fixed with SQLite 3.8.9 2015-04-16 17:58:50 +09:00
Kenichi Ishigaki
f1b3d389cd updated MANIFEST 2015-04-16 17:53:52 +09:00
Kenichi Ishigaki
558e422e94 SQLite 3.6.16.1 doesn't extract into a directory 2015-04-16 17:47:18 +09:00
Kenichi Ishigaki
5a52a78269 tweaked constant order for better diff 2015-04-16 17:46:26 +09:00
Kenichi Ishigaki
4dc70a9d9e ignore /// in a quote 2015-04-16 17:25:44 +09:00
Kenichi Ishigaki
f85a740e70 moved a naive cpp comment test (which users don't have to test by themselves) to xt 2015-04-16 17:22:07 +09:00
Kenichi Ishigaki
4c4f4b04eb bumped up SQLite to 3.8.9 2015-04-16 17:19:24 +09:00
Kenichi Ishigaki
18fe076b34 note when a constant tag is ignored 2015-04-16 17:14:44 +09:00
Kenichi Ishigaki
50eaffaff6 reflected the change in sort order of constants 2015-04-16 17:13:44 +09:00
Kenichi Ishigaki
1633c095e1 DBI@1.57 (actually DBI < 1.614) doesn't install Perl 5.14 and above 2015-03-29 15:03:02 +09:00
Kenichi Ishigaki
82e4128321 sqlite_ function should be tested using @CALL_FUNCS 2015-03-29 13:58:12 +09:00
Kenichi Ishigaki
cc34b2bd71 updated .travis.yml to test against both the latest and the minimum required vrsions of DBI 2015-03-29 12:07:59 +09:00
Kenichi Ishigaki
d43b278f00 fixed test plan for older DBI (SREZIC++)
- http://www.cpantesters.org/cpan/report/3db6dd42-d517-11e4-a801-1beddfbfc7aa
2015-03-29 12:00:17 +09:00
Kenichi Ishigaki
68d2877490 CANTOPEN_ISDIR is only valid on Win32 2015-03-20 12:34:31 +09:00
Kenichi Ishigaki
b1975f1e97 supported extended result codes 2015-03-20 11:52:46 +09:00
Kenichi Ishigaki
fcf0a54cab hid internal packages from PAUSE 2015-03-19 02:27:18 +09:00
Kenichi Ishigaki
87371fb727 tweaked a filecontent test to reflect the addition/removal of files 2015-03-19 02:22:25 +09:00
Kenichi Ishigaki
eeeecf1177 not to ship maintenance utilities 2015-03-19 02:20:14 +09:00
Kenichi Ishigaki
c3571f0c11 added a script to see which API was introduced when 2015-03-19 02:19:34 +09:00
Kenichi Ishigaki
305d556b5b refactored getsqlite.pl to use a utility module 2015-03-19 02:18:39 +09:00
Kenichi Ishigaki
ea3e25e620 added a generated constants.inc and ::Constants 2015-03-19 02:17:40 +09:00
Kenichi Ishigaki
54eb2bcf5b added a script to extract SQLite constants from sqlite3.h and generate necessary XSUBs 2015-03-19 02:16:09 +09:00
Kenichi Ishigaki
e1fe8520d9 updated Changes 2015-03-18 11:39:13 +09:00
Kenichi Ishigaki
092d92dd24 updated SQLite to 3.8.8.3 2015-03-18 11:36:58 +09:00
Kenichi Ishigaki
cdad8c0034 sqlite -> SQLite 2015-02-26 17:25:17 +09:00
Kenichi Ishigaki
78f65485eb added repository/ML info to SUPPORT section 2015-02-26 17:20:08 +09:00