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
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