adrianlmm

Results 7 comments of adrianlmm

This one is a show stopper for me, I can't start the migration from 'dart:html' to 'web' until it gets fixed.

Returnig values stopped working in the recent versions of Firebird, the developers changed the behavior and now is not working.

I believe the issue is in the line 2065 of fb.c isc_dsql_execute2(fb_connection->isc_status, &fb_connection->transact, &fb_cursor->stmt, SQLDA_VERSION1, NULL, NULL); The last parameter should be a pointer to an out buffer when the...

Hi fernandobatels, I added support for boolean types in my own private fork too, but yours is cleaner, so I'm using yours instead, thank you.

I have build the gem in Firebird 3 w/o problems, I can make selects and inserts as long there are not Boolean columns in the table, everything else seems to...

Thanks, it worked. I had one problem though, after requiring the fb gem ('require fb') I got an error saying that it could not found the gem "bigdecimal" even having...