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
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
Kenichi Ishigaki
168096d771 releng 1.47_01 2015-02-17 15:57:21 +09:00
Kenichi Ishigaki
15778b997a commented OPTIMIZE out of WriteMakefile (RT-94207; experimental) 2015-02-17 15:34:14 +09:00
Kenichi Ishigaki
75c4611c5e (tentatively) set THREADSAFE=0 under Cygwin (#7) 2015-02-17 15:31:39 +09:00
Kenichi Ishigaki
7a234eb71b implemented a "do" shortcut for a special case (no attr, no bind params) (RT-35449) 2015-02-16 17:41:42 +09:00
Kenichi Ishigaki
5ddbdd1e6b replaced LWP::Simple with HTTP::Tiny 2015-02-13 15:12:47 +09:00
Kenichi Ishigaki
fa4161052f ignore .old files 2015-02-13 11:31:25 +09:00
Kenichi Ishigaki
6e96dd112a added -DSQLITE_ENABLE_API_ARMOR for developers 2015-02-13 01:49:30 +09:00
Kenichi Ishigaki
69d9a31fc0 not to store imp_dbh globally, which should fix RT-86006 under Win32 (ie. ithreads-enabled environments)
- This is a tentative fix. Ideally this should be stored in MY_CXT or something less global.
2015-02-11 12:51:17 +09:00
Kenichi Ishigaki
eb10c7ce6f tweaked code and tests for older SQLite libraries (re: RT 101573) 2015-02-10 17:07:32 +09:00
Kenichi Ishigaki
6ebf627ffd improved .gitignore to ignore downloaded SQLite tarballs and their extracted directories 2015-02-10 17:04:02 +09:00
Kenichi Ishigaki
8e0af257fe updated Changes 2015-02-08 18:10:21 +09:00
Kenichi Ishigaki
f537ab8ab9 updated SQLite to 3.8.8.2 2015-02-08 18:09:42 +09:00
Kenichi Ishigaki
76d1702937 updated Changes 2015-01-21 04:24:09 +09:00
Kenichi Ishigaki
2e3106166c updated SQLite to 3.8.8.1 2015-01-21 04:23:48 +09:00
Kenichi Ishigaki
a3d4b3ae45 updated Changes 2015-01-17 15:51:43 +09:00
Kenichi Ishigaki
b1ad477255 updated SQLite to 3.8.8 2015-01-17 15:50:59 +09:00
Kenichi Ishigaki
cbfb5a65a4 updated getsqlite.pl to support 3.8.8 2015-01-17 15:49:52 +09:00