I thought I'd bring you all this gift:
The uploaded file
DBD-SQLite-1.00.tar.gz
has entered CPAN as
file: $CPAN/authors/id/M/MS/MSERGEANT/DBD-SQLite-1.00.tar.gz
size: 423215 bytes
md5: f45880ccd6dffe8bd2c785e0c064a02a
No action is required on your part
Request entered by: MSERGEANT (Matt Sergeant)
Request entered on: Wed, 21 Jul 2004 21:18:42 GMT
Request completed: Wed, 21 Jul 2004 21:19:34 GMT
Thanks,
--
paused, v460
Changes:
1.00
- Port to sqlite3 API
- Support bind types SQL_BLOB, SQL_NUMBER, SQL_TEXT etc
- Support $dbh->last_insert_id()
- Added timeout API
(I forgot to document the timeout API though - oops)
Incompatible? (Score:2)
Re:Incompatible? (Score:2)
Re:Incompatible? (Score:2)
Re:Incompatible? (Score:2)
Re:Incompatible? (Score:2)
go to sqlite.org and download sqlite v.3 from
http://www.sqlite.org/download.html
Download version 2 as well
gunzip sqlite*.gz
copy sqlite3-3.0.3.bin to
copy sqlite-2.8.15.bin to
chmod 755 sql*
Then, with the two different programs properly named, the command above works quite well:
sqlite OLD.DB
Re:Incompatible? (Score:2)
There's little else I can do without investing a HUGE amount of time into it, and nobody is paying me to do that
Re:Incompatible? (Score:2)
Re:Incompatible? (Score:2)
Yup, I saw the warnings. That's why I made sure to export my databases so it wasn't a total disaster
Since the translation to the new format is relatively simple (now that I've figured it out), maybe a web page with simple upgrade instructions and more detailed warnings could be set up? Something along the lines of
CAUTION: Upgrading will make previous databases unreadable without manulal intervention. See http://sqlite.perl.org for details.
I'll volunteer to
This may be a bug.... (Score:2)
This is true whether I create a new database or upgrade from an old database.
Take a look at http://www.demsformars.com/ and you'll see some truly amazing dates.
Updated URL. (Score:2)
(I'm rebuilding the main site)
Re:Updated URL. (Score:2)
I can't really help without seeing SQL.