rorm-orm / dorm

D frontend for rorm
MIT License
15 stars 1 forks source link

Raw SQL iterator broken #23

Open WebFreak001 opened 1 year ago

WebFreak001 commented 1 year ago

Trying to decode a column in a row segfaults, need to investigate what happens there.

WebFreak001 commented 1 year ago

ok nvm, it seems that my query was broken, but no exception was thrown, because it would throw the exception after the iteration is done.

the issue seems to be something else entirely, very random behavior