Re: [sqlite] beginners question

2018-08-31 Thread Klaus Maas
email signature Klaus Maas On 2018-08-30 21:39, Jürgen Palm wrote: Richard Hipp wrote: On 8/30/18, Jürgen Palm wrote: Richard Hipp wrote: On 8/30/18, Klaus Maas wrote: Same issues on Xubuntu 16.04 and 18.04 US intern

Re: [sqlite] beginners question

2018-08-30 Thread Jürgen Palm
Jens Alfke wrote: On Aug 30, 2018, at 12:10 PM, Richard Hipp wrote: So, perhaps the solution is for Klaus to compile it himself from sources? What about `sudo apt-get install sqlite3` ? —Jens ___ sqlite-users mailing list sqlite-users@mailinglis

Re: [sqlite] beginners question

2018-08-30 Thread Jens Alfke
> On Aug 30, 2018, at 12:10 PM, Richard Hipp wrote: > > So, perhaps the solution is for Klaus to compile it himself from sources? What about `sudo apt-get install sqlite3` ? —Jens ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org ht

Re: [sqlite] beginners question

2018-08-30 Thread Jürgen Palm
Richard Hipp wrote: On 8/30/18, Jürgen Palm wrote: Richard Hipp wrote: On 8/30/18, Klaus Maas wrote: Same issues on Xubuntu 16.04 and 18.04 US international keyboard layout Actually 2 questions: 1) The precompiled binary for Linux of sqlite3 does not run, but sqldiff and sqlite3_analyze

Re: [sqlite] beginners question

2018-08-30 Thread Richard Hipp
On 8/30/18, Jürgen Palm wrote: > > > Richard Hipp wrote: >> On 8/30/18, Klaus Maas wrote: >>> Same issues on Xubuntu 16.04 and 18.04 >>> >>> US international keyboard layout >>> >>> Actually 2 questions: >>> >>> 1) The precompiled binary for Linux of sqlite3 does not run, but >>> sqldiff and sql

Re: [sqlite] beginners question

2018-08-30 Thread Jürgen Palm
Richard Hipp wrote: On 8/30/18, Klaus Maas wrote: Same issues on Xubuntu 16.04 and 18.04 US international keyboard layout Actually 2 questions: 1) The precompiled binary for Linux of sqlite3 does not run, but sqldiff and sqlite3_analyzer do. ./sqlite3: error while loading shared libraries

Re: [sqlite] beginners question

2018-08-30 Thread Richard Hipp
On 8/30/18, Klaus Maas wrote: > Same issues on Xubuntu 16.04 and 18.04 > > US international keyboard layout > > Actually 2 questions: > > 1) The precompiled binary for Linux of sqlite3 does not run, but > sqldiff and sqlite3_analyzer do. > ./sqlite3: error while loading shared libraries: libz.so.

[sqlite] beginners question

2018-08-30 Thread Klaus Maas
Same issues on Xubuntu 16.04 and 18.04 US international keyboard layout Actually 2 questions: 1) The precompiled binary for Linux of sqlite3  does not run, but sqldiff and sqlite3_analyzer do. ./sqlite3: error while loading shared libraries: libz.so.1: cannot open shared object file: No such

[sqlite] beginners question: api performance and my own wrapper class in c++, how to optimize?

2004-01-17 Thread [EMAIL PROTECTED]
hello to all, i am new to sqlite. working with it for two month now. but i'm a big fan yet. how i couldn't? last week i've started to write my own c++ sqlite wrapper class (CSQLiteDatabase). it is working, but i think it isn't very performant yet. so i hope somebody can help me to make it more