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:
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
|
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
|
1.38_02 Thu 4 Apr 2013
|
||||||
- Updated to SQLite 3.7.16.1 (ISHIGAKI)
|
- Updated to SQLite 3.7.16.1 (ISHIGAKI)
|
||||||
- Removed two obsolete pragma calls at login time (ISHIGAKI)
|
- Removed two obsolete pragma calls at login time (ISHIGAKI)
|
||||||
|
|
|
@ -927,6 +927,8 @@ is gone (notably under MS Windows).
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
(The above is quoted from the pod of File::Temp.)
|
||||||
|
|
||||||
If you don't need to keep or share a temporary database,
|
If you don't need to keep or share a temporary database,
|
||||||
use ":memory:" database instead. It's much handier and cleaner
|
use ":memory:" database instead. It's much handier and cleaner
|
||||||
for ordinary testing.
|
for ordinary testing.
|
||||||
|
|
Loading…
Add table
Reference in a new issue