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

273 commits

Author SHA1 Message Date
Adam Kennedy
34736152e7 Doing the next dev release 2009-04-22 02:04:36 +00:00
Adam Kennedy
683e627d25 Correcting newline style to native 2009-04-22 02:02:20 +00:00
Adam Kennedy
ba52ccbba4 Adding util to the MANIFEST.SKIP and add no_index to the META.yml 2009-04-22 01:55:42 +00:00
Adam Kennedy
2555660d74 Tweaked to live in the subdirectory 2009-04-22 01:53:43 +00:00
Adam Kennedy
02603227e7 Corrected RT path.
Moved getsqlite.pl into util
2009-04-22 01:50:50 +00:00
Adam Kennedy
34321bacd0 Adding a util directory to hold the getsqlite.pl script 2009-04-22 01:49:55 +00:00
Kenichi Ishigaki
1d6a7bbef7 DBD-SQLite: updated Changes 2009-04-21 15:06:16 +00:00
Kenichi Ishigaki
28ed4ffc44 DBD-SQLite: resolved #45171, maybe a perl bug resolved somewhere perl > 5.8.5 2009-04-21 15:05:23 +00:00
Kenichi Ishigaki
be67902376 DBD-SQLite: updated Changes 2009-04-21 06:39:13 +00:00
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