buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)
78 stars 45 forks source link

Add corrected example code - version from the web site has errors #8

Closed Laeeth closed 9 years ago

Laeeth commented 9 years ago

Hi.

Up to you if you would like to incorporate the implemented example from your web site (attached). It works for sqlite, but I have not had time to test against pgsql and msyql.

Two errors you may want to fix on readme. One is you try to update ts, which has not been created in the schema. The second is that the INSERT INTO SET syntax is mysql specific, and won't work with sqlite (I do not know about postgres, but probably not).

I appreciate your creating this project, which I plan to use with hibernated.

Laeeth.