https://bugzilla.redhat.com/show_bug.cgi?id=846008

--- Comment #4 from MERCIER Jonathan <bioinfornat...@gmail.com> ---
that is ok for me:
after installing the generated rpm and build the example file:
- https://github.com/bioinfornatics/DSQLite/blob/master/examples/test_sql.d


--------------------
$ ldc2 -L-lDSQLite-ldc -L-lsqlite examples/test_sql.d
$ ./test_sql 
+++ create database
+++ create table
+++ INSERT INTO people (id, name) VALUES(?, ?), john, 1
+++ INSERT INTO people (id, name) VALUES(?), smith
+++ SELECT name FROM people WHERE id=1
+++ print
name
john
+++ SELECT name FROM people WHERE id=?, 1
+++ print
name
john
+++ SELECT * FROM people
+++ print
name    id
john    1
smith    2
+++ CREATE TABLE car ( constructor TEXT, model TEXT, id INTEGER PRIMARY KEY NOT
NULL);
+++ UPDATE table name stored
------------------------------------



You need to look for a sponsor as is your first package

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to