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

10 commits

Author SHA1 Message Date
Kenichi Ishigaki
dce5d047cc resolved #48048 2012-09-01 13:09:29 +00:00
Kenichi Ishigaki
895897258b DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode" 2009-10-21 02:36:14 +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
Kenichi Ishigaki
81ee8cbe1e DBD-SQLite: reverted cygwin hacks 2009-05-01 00:50:22 +00:00
Kenichi Ishigaki
3bb67972ff DBD-SQLite: better unicode path handling under cygwin (resolved #45166) 2009-04-21 06:05:16 +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
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
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