buggins / ddbc

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

Error handling #17

Closed trezker closed 8 years ago

trezker commented 8 years ago

I can't find any documentation about errors. I'm running queries that I know are wrong and it's not throwing any exception and I can't figure out how to see if it actually succeeded or where to get an error message.