Re: [sqlite] C++ - Finalizing my SQLite interface

2012-07-27 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27/07/12 07:22, Arbol One wrote: > Before calling the destructor, I would like to make sure that all the > sqlite3_stmt have been 'finalized', is there a function in SQLite that > that can help me do this, or should I just use 'NULL'? Your best

Re: [sqlite] C++ - Finalizing my SQLite interface

2012-07-27 Thread Jay A. Kreibich
On Fri, Jul 27, 2012 at 03:42:57PM +0100, Simon Davies scratched on the wall: > On 27 July 2012 15:22, Arbol One wrote: > > Before calling the destructor, I would like to make sure that all the > > sqlite3_stmt have been 'finalized', is there a function in SQLite that that > >

Re: [sqlite] C++ - Finalizing my SQLite interface

2012-07-27 Thread Simon Davies
On 27 July 2012 15:22, Arbol One wrote: > Before calling the destructor, I would like to make sure that all the > sqlite3_stmt have been 'finalized', is there a function in SQLite that that > can help me do this, or should I just use 'NULL'? The documentation is there to help

[sqlite] C++ - Finalizing my SQLite interface

2012-07-27 Thread Arbol One
Before calling the destructor, I would like to make sure that all the sqlite3_stmt have been 'finalized', is there a function in SQLite that that can help me do this, or should I just use 'NULL'? tia ___ sqlite-users mailing list

Re: [sqlite] MIN() for a timedelta?

2012-07-27 Thread Bernd Lehmkuhl
Am 26.07.2012 23:32, schrieb C M: I have string representations of a Python timedelta stored in an SQLite database of the form H:MM:SS:ss (the last is microseconds). Here are a possible examples of such timedeltas: '0:00:06.229000' '9:00:00.00' '10:01:23:041000' I want to select the

Re: [sqlite] MIN() for a timedelta?

2012-07-27 Thread Rob Richardson
See below. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Simon Slavin Sent: Thursday, July 26, 2012 8:47 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] MIN() for a timedelta? On 27 Jul 2012, at