1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2026-01-03 13:05:25 +01:00
Files
minetestmapper/db-sqlite3.cpp
Christophe Le Roy bcbfd00eba DBSQLite3: Do not raise in destructor
Throwing exception from destructor is not recommended and generates lots
of warnings during compilation.
Don't use macro SQLRES, and:
 - ignore return code of sqlite3_finalize (of no interest here)
 - log to stderr sqlite3_close failure
2016-10-08 22:02:36 +02:00

2.4 KiB