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

1071 commits

Author SHA1 Message Date
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
Kenichi Ishigaki
af1fed5149 trim CRLF more eagerly (esp. for Cygwin) 2015-01-09 01:19:16 +09:00
Kenichi Ishigaki
491d5e641b skip virtual_table tests if $FindBin::Bin points to a nonexistent path for some reason 2014-12-18 17:20:50 +09:00
Kenichi Ishigaki
895c83ce76 releng 1.46 2014-12-10 15:20:27 +09:00
Kenichi Ishigaki
91b892e279 reverted changes to .travis.yml 2014-11-26 18:26:49 +09:00
Kenichi Ishigaki
0055ffd238 local-lib? 2014-11-26 18:23:55 +09:00
Kenichi Ishigaki
0a171e5165 mmm 2014-11-26 18:08:59 +09:00
Kenichi Ishigaki
d83a3d8ca6 tweaked .travis.yml 2014-11-26 18:05:55 +09:00
Kenichi Ishigaki
018711665b added 5.8.1 and blead to .travis.yml 2014-11-26 18:01:29 +09:00
Kenichi Ishigaki
0de40139bf releng 1.45_06 2014-11-26 17:52:00 +09:00
Kenichi Ishigaki
1cedb037a8 silenced a compile-time deprecation warning (Unescaped left brace in regex is deprecated) under bleadperl 2014-11-26 17:47:54 +09:00
Kenichi Ishigaki
76c4cc1cfa releng 1.45_05 2014-11-25 13:05:29 +09:00
Kenichi Ishigaki
58fa8c1bb4 Merge branch 'vt_PerlData_closure' 2014-11-25 12:56:22 +09:00