Marcussacapuces91 / LibOsm

Une librairie pour manipuler les éléments d'OpenStreetMap
http://github.com/Marcussacapuces91/LibOsm/wiki
GNU Lesser General Public License v3.0
13 stars 2 forks source link

async module not needed #3

Open hallahan opened 9 years ago

hallahan commented 9 years ago

I don't think you need the sqlite3async.c anymore.

https://www.sqlite.org/asyncvfs.html

NOTE: WAL mode with PRAGMA synchronous set to NORMAL avoids calls to fsync() during transaction commit and only invokes fsync() during a checkpoint operation. The use of WAL mode largely obviates the need for this asynchronous I/O module. Hence, this module is no longer supported. The source code continues to exist in the SQLite source tree, but it is not a part of any standard build and is no longer maintained. This documentation is retained for historical reference.