Re: [sqlite] Script perl e python, I can't open database from sqlite

2004-08-26 Thread Michael Roth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 D. Richard Hipp wrote: | All core features have been thoroughly tested. I'm looking for problems | with the API. Do we need new parameters on some functions? Do we need | to change the semantics of some functions? Yes! I discoverd an issue with the e

Re: [sqlite] Script perl e python, I can't open database from sqlite

2004-08-25 Thread Ara.T.Howard
On Wed, 25 Aug 2004, D. Richard Hipp wrote: Ara.T.Howard wrote: On Tue, 24 Aug 2004, D. Richard Hipp wrote: The more people use SQLite version 3, the faster it will leave beta status in particular, which features would you say need tested? i have many uses for sqlite, perhaps i may be able to

Re: [sqlite] Script perl e python, I can't open database from sqlite

2004-08-24 Thread Christian Werner
"D. Richard Hipp" wrote: > ... > All core features have been thoroughly tested. I'm looking for problems > with the API. Do we need new parameters on some functions? Do we need > to change the semantics of some functions? Do we need to change the > semantics of some of the SQL. > ... Please re

Re: [sqlite] Script perl e python, I can't open database from sqlite

2004-08-24 Thread D. Richard Hipp
Ara.T.Howard wrote: > On Tue, 24 Aug 2004, D. Richard Hipp wrote: >> >> The more people use SQLite version 3, the faster it will leave beta >> status > > > in particular, which features would you say need tested? i have many uses > for sqlite, perhaps i may be able to start using 3 for some of

Re: [sqlite] Script perl e python, I can't open database from sqlite

2004-08-24 Thread Ara.T.Howard
On Tue, 24 Aug 2004, D. Richard Hipp wrote: Mauricio Piacentini wrote: I will update SQLiteBrowser to use version 3 when it leaves beta status The more people use SQLite version 3, the faster it will leave beta status in particular, which features would you say need tested? i have many u

Re: [sqlite] Script perl e python, I can't open database from sqlite

2004-08-24 Thread Mauricio Piacentini
D. Richard Hipp wrote: Mauricio Piacentini wrote: I will update SQLiteBrowser to use version 3 when it leaves beta status The more people use SQLite version 3, the faster it will leave beta status Oh, ok. Good to know. I will then try to release a beta version asap, to help testing. Can

Re: [sqlite] Script perl e python, I can't open database from sqlite

2004-08-24 Thread D. Richard Hipp
Mauricio Piacentini wrote: I will update SQLiteBrowser to use version 3 when it leaves beta status The more people use SQLite version 3, the faster it will leave beta status Can you rig SQLiteBrowser so that it links against both 2.8 and 3.0 and uses whichever is appropriate for the databas

Re: [sqlite] Script perl e python, I can't open database from sqlite

2004-08-24 Thread Mauricio Piacentini
SQLite version 3.0.4 Enter ".help" for instructions qlite> .databases Error: file is encrypted or is not a database sqlite> .tables Error: file is encrypted or is not a database But if I open this database with sqlitebrowser I don't have errors. Why sqlite doesn't open it ??? This error is under l

[sqlite] Script perl e python, I can't open database from sqlite

2004-08-24 Thread Panther
If I create db with script perl and python after if I try to open db with sqlite I've this error: Error: file is encrypted or is not a database This is the script on windows, I use last perl's modules and last sqlite version : #!c:\perl\bin\perl.exe use DBI; use strict; my $dbh=DBI->connect ("db