mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
made it clear from where the text on DBD::SQLite/File::Temp is quoted
This commit is contained in:
parent
8682cbe79f
commit
5197bfcfb5
2 changed files with 6 additions and 0 deletions
4
Changes
4
Changes
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue