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

made it clear from where the text on DBD::SQLite/File::Temp is quoted

This commit is contained in:
Kenichi Ishigaki 2013-04-30 14:31:06 +00:00
parent 8682cbe79f
commit 5197bfcfb5
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,9 @@
Changes for Perl extension DBD-SQLite
1.38_03 (or 1.39) to be released
- Fixed tests that mistakenly made invalid assumptions about
the result order (ISHIGAKI)
1.38_02 Thu 4 Apr 2013
- Updated to SQLite 3.7.16.1 (ISHIGAKI)
- Removed two obsolete pragma calls at login time (ISHIGAKI)

View file

@ -927,6 +927,8 @@ is gone (notably under MS Windows).
=back
(The above is quoted from the pod of File::Temp.)
If you don't need to keep or share a temporary database,
use ":memory:" database instead. It's much handier and cleaner
for ordinary testing.