Re: [sqlite] sqlite-devel-2.8.14/3.0.1 conflict

2004-07-18 Thread Doug Currie
> Uffe Jakobsen wrote: >> >> Found a conflict between the sqlite-devel-2.8.14-1.rpm and >> sqlite-devel-3.0.1-1.rpm >> >> The file /usr/lib/pkgconfig/sqlite.pc exists in both packages. >> >> Shouldn't it be named /usr/lib/pkgconfig/sqlite3.pc for the sqlite-3.0.1 >> package ??? >> > Who knows

[sqlite] Re: SQLite bug ?

2004-07-18 Thread D. Richard Hipp
fab wrote: Hi! I have a field declared as: tel varchar(20) NOT NULL default '', which owns a serial number, under 2.8.14 I get the same I entered in the database but with the last 3.x it removes the heading '0' if there is one. Works for me: [EMAIL PROTECTED] bld]$ ./sqlite3 test.db SQLite

Re: [sqlite] Re: ! [sqlite] batch mode for sqlite? How to quit?

2004-07-18 Thread jg
Thanks - your solution works perfectly for me, as does: sqlite3 test.db < junk.in John --- [EMAIL PROTECTED] wrote: > ooOoo <[EMAIL PROTECTED]> writes: > > > Is there a way to force sqlite to quit when it reads > > commands from a file? > > > > Here is what I have in mind: > > > > For