mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
some more bugs and docs
This commit is contained in:
parent
f3fb1373eb
commit
402c28a73e
7 changed files with 771 additions and 339 deletions
2
sqlite.d
2
sqlite.d
|
@ -290,7 +290,7 @@ struct Statement {
|
|||
|
||||
this.db = db;
|
||||
if(sqlite3_prepare_v2(db.db, toStringz(sql), cast(int) sql.length, &s, null) != SQLITE_OK)
|
||||
throw new DatabaseException(db.error());
|
||||
throw new DatabaseException(db.error() ~ " " ~ sql);
|
||||
}
|
||||
|
||||
version(sqlite_extended_metadata_available)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue