Kenichi Ishigaki
12509a7855
fixed RT-99583
...
- avoid shortening a database filename with Win32::GetShortPathName, because it makes corresponding journal files (-journal, .wal etc) with the shortened filename, and those journal files will not be recognized by other sqlite3 clients (which may lead to inconsistensy/database corruption).
- need to keep using Win32::GetShortPathName to make a parent directory canonical (so that sqlite3 can recognize a path with unicode characters correctly.)
2014-10-20 15:55:26 +09:00
Kenichi Ishigaki
51f8f7a7c1
apparently File::Temp may sometimes spit a warning on perl 5.8.9 with a dev version of File::Path
2014-01-22 12:37:15 +09:00
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