Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bubnenkoff opened this issue Apr 6, 2016 · 0 comments
Open

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

bubnenkoff opened this issue Apr 6, 2016 · 0 comments

Comments

@bubnenkoff
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant