[Bug 846008] Review Request: dsqlite - DSQLite is a Hight level library for SQLite in D programming

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--- Comment #4 from MERCIER Jonathan <bioinfornatics@xxxxxxxxx> ---
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@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review



[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]