buggins / ddbc

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

Can't get bytea from postgres #26

Closed bubnenkoff closed 8 years ago

bubnenkoff commented 8 years ago

The topic is there http://stackoverflow.com/questions/36469669/how-to-load-unload-binary-blob-from-postgresql-with-d http://img.ctrlv.in/img/16/04/07/57063cd3dc645.png Possible it's DDBC bug.

buggins commented 8 years ago

ubytesToBytea should be fixed

buggins commented 8 years ago

Fixed