Vernon Lyon
a31981fa77
Added documentation and an Escape attribute for $sth->table_info
2009-09-29 15:35:46 +00:00
Kenichi Ishigaki
f9fa530207
DBD-SQLite: applied a new patch by VLYON ( #49716 )
2009-09-16 04:16:36 +00:00
Kenichi Ishigaki
c4ce415524
DBD-SQLite: applied a patch to fix column_info from VYLON
2009-09-15 13:34:39 +00:00
Kenichi Ishigaki
631ef3df94
DBD-SQLite: noted bugs of the bundled library should be reported to the sqlite developers, not to us
2009-08-21 00:38:46 +00:00
Kenichi Ishigaki
802def1b71
DBD-SQLite: removed old todos
2009-08-21 00:25:55 +00:00
Adam Kennedy
c2f8f58179
Final tweaks for the new release
2009-08-12 05:48:47 +00:00
Kenichi Ishigaki
4fe2af3d0b
DBD-SQLite: L<text|scheme:...> is invalid according to perlpod
2009-08-11 09:10:07 +00:00
Kenichi Ishigaki
3aa4ac0eed
DBD-SQLite: updated version
2009-08-10 16:05:36 +00:00
Laurent Dami
ec38f98792
new implementation for collation_needed, no more malloc -- should no longer leak
...
new API for global registry of collations, using a "write-once" tied hash
2009-08-06 14:22:12 +00:00
Kenichi Ishigaki
6cfea888c7
DBD-SQLite: tentatively disabled collation_needed stuff as it leaks badly
2009-07-23 15:50:12 +00:00
Laurent Dami
3997c0ffaf
- Accept empty filename at connect (sqlite will open a tempfile) (DAMI)
...
- Documented the connect() method (DAMI)
2009-07-23 07:00:26 +00:00
Laurent Dami
3714dc6954
- Added support for commit/rollback/update hooks (DAMI)
...
- Added support for set_authorizer (DAMI)
- Added support for collation_needed(), and reorganised driver API
for user-defined collations (DAMI)
- Exported constants from sqlite3.h into DBD::SQLite namespace (DAMI)
- Added support in t/lib/Test.pm for checking both versions of
driver-private methods ("func" / "sqlite_*") (DAMI)
- Removed unused and obsolete "list_tables" from SQLite.xs (DAMI)
- Added a default implementation for the REGEXP infix operator (DAMI)
2009-07-20 10:20:09 +00:00
Kenichi Ishigaki
fa40ab7df7
DBD-SQLite: added indent not to be misunderstood as two consecutive verbatim sections
2009-06-19 16:15:46 +00:00
Kenichi Ishigaki
589bdc1f6c
DBD-SQLite: made it a bit clear that *perl* collation is *without* the locale, and *perllocale* is *with* locale
2009-06-19 16:04:57 +00:00
Kenichi Ishigaki
274a4917c3
DBD-SQLite: dbish is from DBI::Shell, not from DBI
2009-06-19 16:02:00 +00:00
Kenichi Ishigaki
1dd4b666b4
DBD-SQLite: oops, pod for sqlite_enable_load_extension was placed in a wrong section
2009-06-19 15:59:49 +00:00
Kenichi Ishigaki
404b35f224
DBD-SQLite: bumped up the version and updated Changes for another dev release
2009-06-19 06:04:54 +00:00
Kenichi Ishigaki
ae41bd45c1
applied a patch to fix table_info issue from Vlyon ( #46831 )
2009-06-11 01:20:49 +00:00
Kenichi Ishigaki
4c501a2751
DBD-SQLite: added enable_load_extension pod
2009-05-06 09:17:06 +00:00
Kenichi Ishigaki
1fd9dbb921
DBD-SQLite: fixed pod to use installed methods
2009-05-06 08:59:43 +00:00
Kenichi Ishigaki
804169717e
DBD-SQLite: prepared install_method() for the rest of the functions, and added tests for the installed methods (TODO: need to tweak return values for several functions)
2009-05-06 08:39:49 +00:00
Kenichi Ishigaki
87baa98f67
DBD-SQLite: applied the online backup patch from Toby Corkindale (with a little modification)
2009-05-06 07:55:35 +00:00
Kenichi Ishigaki
16d3af7794
DBD-SQLite: started using install_method(); ported last_insert_rowid as the first attempt
2009-05-05 09:02:02 +00:00
Adam Kennedy
7315981580
Preparing for dev release
2009-05-05 05:42:39 +00:00
Kenichi Ishigaki
925675a464
DBD-SQLite: added an explanation about comparing a return value of a function and a numeric bind value
2009-05-04 20:51:18 +00:00
Kenichi Ishigaki
81ee8cbe1e
DBD-SQLite: reverted cygwin hacks
2009-05-01 00:50:22 +00:00
Adam Kennedy
899a69e15a
Minor addition
2009-04-26 16:19:17 +00:00
Adam Kennedy
5088ece17b
Preparing to release the next prod version
2009-04-23 10:09:02 +00:00
Adam Kennedy
ee373f5c09
Prep for release
2009-04-22 12:43:06 +00:00
Adam Kennedy
119eb8573e
Adding some of the remaining to do items
2009-04-22 09:34:40 +00:00
Adam Kennedy
e063e32b47
All annotations merged
2009-04-22 09:30:53 +00:00
Adam Kennedy
a944dc38ef
Added a Cookbook
2009-04-22 09:26:42 +00:00
Adam Kennedy
34736152e7
Doing the next dev release
2009-04-22 02:04:36 +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
Max Maischein
2e02abc85d
Bump version to 1.22_09
2009-04-18 16:08:47 +00:00
Adam Kennedy
1087a50857
Preparing for pre-release
2009-04-17 08:59:36 +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
530cbdb8b4
Adding a missing $
2009-04-16 00:55:47 +00:00
Kenichi Ishigaki
dfd5fc6f14
DBD-SQLite: avoid tweak if dbname is ':memory:'
2009-04-15 20:44:23 +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
Adam Kennedy
1a5d2ed879
Encoding tweaks
2009-04-15 14:49:23 +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
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