1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00
Commit graph

762 commits

Author SHA1 Message Date
Kenichi Ishigaki
6e74fa6ca3 DBD-SQLite: updated Changes 2009-04-02 00:51:37 +00:00
Kenichi Ishigaki
6c843aa52b DBD-SQLite: this change silences those Class::DBI prepared_cache warnings, though I'm not still fully investigated if this is the right fix. 2009-04-02 00:36:01 +00:00
Kenichi Ishigaki
4ceceb07f1 DBD-SQLite: restored the previous effort r5858 removed by mistake 2009-04-01 13:49:31 +00:00
Kenichi Ishigaki
9c456f6082 DBD-SQLite: updated Changes as 0.04 is already released. 2009-04-01 10:47:54 +00:00
Kenichi Ishigaki
59943926a8 DBD-SQLite: use locale may not work well under the windows, especially for the non-westerners 2009-04-01 10:44:07 +00:00
Max Maischein
044e2f4038 Fixed failing t/07busy.t, fixed Changes file, bumped version to _05 2009-03-31 21:45:00 +00:00
Max Maischein
76a76e7855 Collation merged with main branch 2009-03-31 21:24:19 +00:00
Max Maischein
1926c56d66 More temp files into .gitignore 2009-03-31 21:24:16 +00:00
Max Maischein
673c28b0e0 Added collations and progress 2009-03-31 21:24:12 +00:00
Adam Kennedy
7628750ff6 Preparing for _04 release 2009-03-31 20:07:27 +00:00
Kenichi Ishigaki
169df91c28 DBD-SQLite: updated Changes 2009-03-31 15:32:13 +00:00
Kenichi Ishigaki
ebc9d17ee9 DBD-SQLite: bumped up the bundled library to 3.6.12 2009-03-31 15:31:13 +00:00
Adam Kennedy
735d55875f Removing noise 2009-03-30 21:29:24 +00:00
Adam Kennedy
9551452076 Tweak 2009-03-30 21:27:08 +00:00
Adam Kennedy
009ac8094a Preparing for release 2009-03-30 21:24:10 +00:00
Adam Kennedy
7336339255 The intent of the dev releases is to stimulate failures, removed skip 2009-03-30 21:23:25 +00:00
Max Maischein
ddf38fd4c4 Bumped version 2009-03-30 16:38:24 +00:00
Max Maischein
c28ea3c53e Updated Changes 2009-03-30 16:38:22 +00:00
Max Maischein
151ddcdcf4 Added .gitignore to work under git 2009-03-30 16:38:21 +00:00
Max Maischein
8a3bbc1827 First transplantation of the column_info fixes 2009-03-30 16:38:18 +00:00
Kenichi Ishigaki
637108603a DBD-SQLite: made t/08create_function's error test skip; set DBD_SQLITE_TODO=1 to test 2009-03-30 02:58:02 +00:00
Ash Berlin
1462ad6a0b Update test to use something other than ok() 2009-03-28 22:35:24 +00:00
Adam Kennedy
94305d4df0 Final prep for release 2009-03-28 16:38:47 +00:00
Kenichi Ishigaki
521eeea05a DBD-SQLite: updated Changes 2009-03-28 04:08:08 +00:00
Kenichi Ishigaki
aafc0692a4 DBD-SQLite: and the previous prototype fix also makes the broken t/08create_function test work again 2009-03-28 04:06:57 +00:00
Kenichi Ishigaki
c680c036c5 DBD-SQLite: added/updated several prototypes 2009-03-28 04:02:53 +00:00
Kenichi Ishigaki
1673b29ce6 DBD-SQLite: forgot to add newly-added backup.c 2009-03-28 03:29:36 +00:00
Kenichi Ishigaki
f5291ee0dc DBD-SQLite: updated Changes 2009-03-28 03:21:46 +00:00
Kenichi Ishigaki
61a5ea496f DBD-SQLite: updated bundled sqlite from 3.6.10 to 3.6.11 2009-03-28 03:18:33 +00:00
Alex Vandiver
c2bbe22fd5 Fix for "WriteMakefile: Need even number of args" when @CC_LIBS is defined 2009-03-27 22:25:57 +00:00
Adam Kennedy
0334e4cca5 Adding an abstract 2009-03-27 10:47:47 +00:00
Adam Kennedy
9cec70c022 Final release prep 2009-03-27 10:42:33 +00:00
Adam Kennedy
23feb5331b Adding a known-bad skip 2009-03-27 10:42:21 +00:00
Adam Kennedy
069c5fd7d6 Fixing RT link 2009-03-27 09:36:33 +00:00
Adam Kennedy
c4c721cfd9 Documentation nigglies 2009-03-27 09:31:03 +00:00
Adam Kennedy
2bb94dc449 Tweak 2009-03-27 09:22:33 +00:00
Adam Kennedy
f8c327f8a5 Tweaking for release 2009-03-27 09:22:20 +00:00
Adam Kennedy
ed583d09b2 Updating version to a dev one for release 2009-03-27 09:20:08 +00:00
Alexandr Ciornii
b62b86f1ab Spelling check 2009-02-26 11:38:27 +00:00
Kenichi Ishigaki
c0f679b1e6 updated Changes to show what I've done before 2009-02-26 04:04:35 +00:00
Alexandr Ciornii
b16ba2bf88 license and configure_requires in Makefile.PL and META.yml 2009-02-03 20:18:40 +00:00
Kenichi Ishigaki
581b3d9391 DBD::SQLite: added TODO to make it clear which reports should be fixed in the future 2009-01-29 03:56:11 +00:00
Kenichi Ishigaki
b517f0ffd5 DBD::SQLite: applied a doc patch to use connect info [RT #29497] 2009-01-29 03:50:32 +00:00
Kenichi Ishigaki
47af71743d DBD::SQLite: applied a patch to fix "last_insert_rowid should handle sqlite_int64, not int" issue [RT #32723] 2009-01-29 03:47:24 +00:00
Kenichi Ishigaki
7a48ee2b3a DBD::SQLite: applied a patch to fix "INSERT After PK Failure Also Fails Using Prepared" issue [RT #30558] 2009-01-29 03:41:15 +00:00
Kenichi Ishigaki
63b017a9dd DBD::SQLite: reverted the patch from RT #35449, which turns out to break tests 2009-01-29 03:38:06 +00:00
Kenichi Ishigaki
a0fe46546a DBD::SQLite: applied a patch to make "do" faster [RT #35449] 2009-01-29 03:27:51 +00:00
Kenichi Ishigaki
f66f362a4c DBD::SQLite: applied a patch to fix wrong primary key [RT #34408] 2009-01-29 02:53:17 +00:00
Kenichi Ishigaki
44867ce5c5 DBD::SQLite: applied a patch to fix "version used only once" [RT #36467] 2009-01-29 02:33:29 +00:00
Kenichi Ishigaki
bf55046e77 DBD::SQLite: skip 70schemachange test for Windows users, as Windows doesn't allow emulated fork process to change active database's schema 2009-01-29 02:27:16 +00:00