Skip to content

Commit

Permalink
Move implementation files to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgos committed Dec 23, 2016
1 parent 9bea61a commit fd12ff2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ void main(string[] args)
for(int i = 0; i < num_iterations; i++)
{
conn.query("SELECT * FROM stripovi WHERE id >= $1 and junak = $2", 1, "Zagor");
conn.query("SELECT * FROM stripovi WHERE id > 1");
conn.query("SELECT * FROM stripovi WHERE id >= 1");
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fd12ff2

Please sign in to comment.