[sqlite] sqlite db file descriptor access/manipulation

2017-04-06 Thread Valery Reznic
Hello. I am trying to find a way to get access to sqlite db file descriptor, after sqlite3_open. I want to be able set O_CLOEXEC flag to this fd, andr make sqlite use highest possible fd. Any ideas how can I achieve it? Valery ___ sqlite-users mailing

Re: [sqlite] sqlite3_exec and returned error

2015-01-07 Thread Valery Reznic
binns.com> >To: Valery Reznic <valery_rez...@yahoo.com>; General Discussion of SQLite >Database <sqlite-users@sqlite.org> >Sent: Tuesday, January 6, 2015 9:46 PM >Subject: Re: [sqlite] sqlite3_exec and returned error > > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA

[sqlite] sqlite3_exec and returned error

2015-01-05 Thread Valery Reznic
Hello. I am not sure if it should go here or to devel list, so please bear with me. I was about to use sqlite3_exe with not null errmsg parameter and became a bit confused. Documentation says: --- If an error occurs while evaluating the SQL statements passed into