This seems to support the idea that O_EXCL is SQLITE_OPEN_EXCLUSIVE..?

Sent from my android device.

-----Original Message-----
From: Simon Davies <simon.james.dav...@gmail.com>
To: General Discussion of SQLite Database <sqlite-users at 
mailinglists.sqlite.org>
Sent: Sun, 15 Mar 2015 4:16 AM
Subject: Re: [sqlite] SQLITE_OPEN_EXCLUSIVE

On 15 March 2015 at 06:06, Felipe Gasper <felipe at felipegasper.com> wrote:
> Hi all,
>
>         Does the SQLITE_OPEN_EXCLUSIVE flag exist as analogous to O_EXCL in
> C open()? i.e., is this how I can say, ?open a database, but only if it?s a
> new database??

https://www.sqlite.org/capi3ref.html#sqlite3vfsxopen

>         Thank you!
>
> -Felipe Gasper
> Houston, TX

Regards,
Simon
_______________________________________________
sqlite-users mailing list
sqlite-users at mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to