[sqlite] Re: Seg fault on Linux and Windows using sqlite cmd line tool

2004-02-13 Thread D. Richard Hipp
Ron Aaron wrote: Another crash :-( Try this: sqlite bad.db "create table joe (a);" from a shell prompt (bash on Linux or cmd.exe on Windows) On Linux you get 'Segmentation fault' and you get the usual 'this application...' dialog on Windows. Fixed with check-in [1238]. As speculated, the proble

Re: [sqlite] Seg fault on Linux and Windows using sqlite cmd line tool

2004-02-13 Thread Kurt Welgehausen
>> Another crash :-( Yes, this appeared in 2.8.12. The problem occurs only with a SQL statement on the command line or as an argument to sqlite in a script. Input from stdin seems always to work, so the interactive interpreter and "echo |sqlite db" both work. Regards

[sqlite] Re: Seg fault on Linux and Windows using sqlite cmd line tool

2004-02-13 Thread Will Leshner
On Feb 13, 2004, at 9:35 AM, Ron Aaron wrote: Yes, that's why I said "using sqlite cmd line tool", and not "using sqlite". Ah. Gotcha. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[sqlite] Re: Seg fault on Linux and Windows using sqlite cmd line tool

2004-02-13 Thread Ron Aaron
On Friday 13 February 2004 09:19 am, Will Leshner wrote: > On Feb 13, 2004, at 9:06 AM, Ron Aaron wrote: > > Another crash :-( > I think that's probably just a bug in the sqlite tool itself and not in Yes, that's why I said "using sqlite cmd line tool", and not "using sqlite". -- My GPG public k

[sqlite] Trolltech supports SQLite

2004-02-13 Thread Christian Kienle
Hello, Trolltech - the creators of Qt - a toolkit for developing GUI's with C++ have announced a new version of Qt. In the version 3.3 you Qt is able to handle SQLite databases ;) www.trolltech.com - To unsubscribe, e-mail: [

Re: [sqlite] Seg fault on Linux and Windows using sqlite cmd line tool

2004-02-13 Thread Will Leshner
On Feb 13, 2004, at 9:06 AM, Ron Aaron wrote: Another crash :-( Try this: sqlite bad.db "create table joe (a);" I think that's probably just a bug in the sqlite tool itself and not in SQLite. When I do this: > sqlite bad.db and then do a "create table joe (a);" from within the tool it works

[sqlite] Seg fault on Linux and Windows using sqlite cmd line tool

2004-02-13 Thread Ron Aaron
Another crash :-( Try this: sqlite bad.db "create table joe (a);" from a shell prompt (bash on Linux or cmd.exe on Windows) On Linux you get 'Segmentation fault' and you get the usual 'this application...' dialog on Windows. -- My GPG public key is at http://ronware.gotdns.com/ fingerprint: 4

Re: [sqlite] help with triggers

2004-02-13 Thread HENNINOT FRÉDÉRIC
For the 2nd Trigger, database event 'DELETE OF' doesn't exist!! just 'DELETE' Le ven 13/02/2004 à 17:01, Dennis Cote a écrit : > - Original Message - > From: "tcronj" <[EMAIL PROTECTED]> > To: "sql-users" <[EMAIL PROTECTED]> > Sent: Thursday, February 12, 2004 6:06 PM > Subject: [sqlite]

[sqlite] Re: Windows port problem

2004-02-13 Thread Ron Aaron
On Friday 13 February 2004 06:09 am, D. Richard Hipp wrote: > Ron Aaron wrote: > > 2.8.12 crashes (mingw version on Windows) ((it works fine on Linux)) > An uninitialized variable bug was introduced by check-in [1202] on > 2004-Jan-30. It has just now been fixed by check-in [1235]. Thank you, tha

Re: [sqlite] help with triggers

2004-02-13 Thread Dennis Cote
- Original Message - From: "tcronj" <[EMAIL PROTECTED]> To: "sql-users" <[EMAIL PROTECTED]> Sent: Thursday, February 12, 2004 6:06 PM Subject: [sqlite] help with triggers > I'm trying to add 2 triggers to my database. > -- Trigger 1 > -- update the inv.audit with current datetime() whe

Re: [sqlite] Windows port problem

2004-02-13 Thread D. Richard Hipp
Ron Aaron wrote: Hi - 2.8.12 crashes (mingw version on Windows) ((it works fine on Linux)) Do this : sqlite < bad.sql An uninitialized variable bug was introduced by check-in [1202] on 2004-Jan-30. It has just now been fixed by check-in [1235]. Good catch. -- D. Richard Hipp -- [EMAIL PROTECT