dstddb icon indicating copy to clipboard operation
dstddb copied to clipboard

no property 'query' for type 'Result!(DefaultPolicy)

Open bubnenkoff opened this issue 8 years ago • 0 comments

import std.database.sqlite; import std.database; .... auto db = createDatabase("file:///" ~ sqlLiteDBName).query("CREATE TABLE IF NOT EXISTS MySyncData (guid text, id integer, name text, fl integer)"); db.query(insert into MySyncData values("sometext",14));

error: source\app.d(103,6): Error: no property 'query' for type 'Result!(DefaultPolicy)

bubnenkoff avatar Apr 06 '16 12:04 bubnenkoff