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

264 commits

Author SHA1 Message Date
Kenichi Ishigaki
764bbcb722 DBD-SQLite: added amalgamated c source 2009-04-21 06:35:52 +00:00
Kenichi Ishigaki
e63c389e96 DBD-SQLite: switched to amalgamation 2009-04-21 06:34:42 +00:00
Kenichi Ishigaki
66d7264f8e DBD-SQLite: oops, wrong target 2009-04-21 06:29:24 +00:00
Kenichi Ishigaki
f12011a5a0 DBD-SQLite: time to let getsqlite.pl fetch the amalgamated source 2009-04-21 06:27:47 +00:00
Kenichi Ishigaki
c9f3ea08ab DBD-SQLite: updated Changes 2009-04-21 06:06:18 +00:00
Kenichi Ishigaki
3bb67972ff DBD-SQLite: better unicode path handling under cygwin (resolved #45166) 2009-04-21 06:05:16 +00:00
Adam Kennedy
ab521c5c97 Move to a production version number 2009-04-19 09:40:16 +00:00
Adam Kennedy
9958f58fda Reverting corion's Win32 64-bit changes 2009-04-19 09:16:22 +00:00
Kenichi Ishigaki
8f41000faf DBD-SQLite: r6395 rewinds lots of things. reverted dbdimp.c 2009-04-19 09:12:06 +00:00
Adam Kennedy
f39688a7ab Update date for release 2009-04-19 08:57:01 +00:00
Adam Kennedy
68c4b9fe85 Fixing test module version 2009-04-19 08:56:31 +00:00
Max Maischein
2e02abc85d Bump version to 1.22_09 2009-04-18 16:08:47 +00:00
Max Maischein
14b507835b Silence(!) Win64 build warnings 2009-04-18 16:08:41 +00:00
Adam Kennedy
1087a50857 Preparing for pre-release 2009-04-17 08:59:36 +00:00
Adam Kennedy
51bd0c50ff Completed the migration away from and deprecation of t/lib.pl 2009-04-17 04:24:04 +00:00
Adam Kennedy
22877e97e9 We don't need to issue a warnings for commit while AutoCommit enabled, because the DBI layer does it already for us. 2009-04-17 02:55:58 +00:00
Adam Kennedy
e7c3a8afae We don't need to issue a warnings for commit while AutoCommit enabled, because the DBI layer does it already for us. 2009-04-17 02:55:44 +00:00
Adam Kennedy
03e95f6454 We don't need to issue a warnings for commit while AutoCommit enabled, because the DBI layer does it already for us. 2009-04-17 02:55:31 +00:00
Alexandr Ciornii
2adde5af8c Require Win32.pm on Windows 2009-04-16 22:34:46 +00:00
Adam Kennedy
be6c4d5caa Converted another batch of tests from lib.pl to t::lib::Test 2009-04-16 03:08:14 +00:00
Adam Kennedy
e991a7db97 Converted another batch of tests from lib.pl to t::lib::Test 2009-04-16 03:05:01 +00:00
Adam Kennedy
54682e35e1 Migrate from lib.pl to t::lib::Test 2009-04-16 01:09:20 +00:00
Adam Kennedy
530cbdb8b4 Adding a missing $ 2009-04-16 00:55:47 +00:00
Adam Kennedy
e93d416d28 Removing the table name generator, since each test now uses it's own database 2009-04-16 00:54:21 +00:00
Kenichi Ishigaki
dfd5fc6f14 DBD-SQLite: avoid tweak if dbname is ':memory:' 2009-04-15 20:44:23 +00:00
Kenichi Ishigaki
497126b058 DBD-SQLite: updated Changes 2009-04-15 20:38:07 +00:00
Kenichi Ishigaki
b04ff786fc DBD-SQLite: unicode dirs/files may not be removed by CLEANUP of File::Temp (as they may requrie special treatment on Win32) 2009-04-15 20:31:17 +00:00
Kenichi Ishigaki
bc89563e52 DBD-SQLite: suffix doesn't always exist 2009-04-15 19:42:19 +00:00
Gábor Szabó
e9ee8a3481 add more test cases 2009-04-15 15:00:15 +00:00
Adam Kennedy
1a5d2ed879 Encoding tweaks 2009-04-15 14:49:23 +00:00
Gábor Szabó
84aa375f45 fix test with non-latin characters in path 2009-04-15 14:01:34 +00:00
Adam Kennedy
bfefa7ab3b Bug fix 2009-04-15 12:55:40 +00:00
Adam Kennedy
374d4d18e5 Preparing another test release 2009-04-15 12:14:48 +00:00
Gábor Szabó
cc19fceb69 testing path with non-latin characters in it (see http://padre.perlide.org/ticket/218 ) 2009-04-15 03:14:17 +00:00
Adam Kennedy
a2fdf8c3f9 Releasing 2009-04-14 15:42:57 +00:00
Kenichi Ishigaki
cb3c6605b0 DBD-SQLite: updated Changes 2009-04-14 12:37:17 +00:00
Kenichi Ishigaki
1d5d163a8b DBD-SQLite: tweaked Makefile.PL to support older HP-UX 2009-04-14 12:35:45 +00:00
Kenichi Ishigaki
de2f662a34 DBD-SQLite: added -DSQLITE_OMIT_LOAD_EXTENSION for older HP-UX 2009-04-14 10:26:27 +00:00
Darren Duncan
1fca7881d2 1.22_05 wasn't actually released yet or on Apr 11 2009-04-13 18:50:29 +00:00
Darren Duncan
42dcba4d28 updated bundled SQLite to 3.6.13 2009-04-13 18:36:10 +00:00
Kenichi Ishigaki
cc8c5fe18a DBD-SQLite: removed old todos 2009-04-12 02:46:54 +00:00
Kenichi Ishigaki
1f1f3e97dd DBD-SQLite: use www.sqlite.org instead of www.hwaci.com/sw/sqlite/ 2009-04-12 02:28:57 +00:00
Kenichi Ishigaki
a98296ef5b DBD-SQLite: added a note that unicode feature is disabled for perl < 5.8.5, and fixed one typo. 2009-04-12 02:23:39 +00:00
Adam Kennedy
f8230304bf Setting svn:eol-style to native 2009-04-11 02:59:57 +00:00
Adam Kennedy
3a22c3c28a Wrap the require utf8 in an eval to keep Test::MinimumVersion happy 2009-04-11 01:50:56 +00:00
Adam Kennedy
db43962dd2 Preparing for release 2009-04-11 01:46:21 +00:00
Kenichi Ishigaki
903bb83c7b DBD-SQLite: actually disabled unicode support for perl < 5.8.5 2009-04-10 08:12:31 +00:00
Kenichi Ishigaki
213155f32e DBD-SQLite: does the same for the test for #29058 2009-04-10 07:41:32 +00:00
Kenichi Ishigaki
a35b4bee85 DBD-SQLite: marked the test that is broken again as todo, and added another workaround for example. 2009-04-10 07:34:24 +00:00
Kenichi Ishigaki
44587deb4a DBD-SQLite: updated Changes 2009-04-10 07:26:17 +00:00