Pawel Pabian
Pawel Pabian
I found weird workaround: ``` $database.execute( 'SHOW CREATE TABLE foo' ).allrows().say; ``` is not working (returning `Empty` list), but wrapping it in server side prepared statement works just fine: ```...
I wonder if this is caused by returned data type. Everything that returns `information_schema` columns directly (like `SHOW TABLES`) works, everything that is somehow concatenating various information schema info (like...
Hi. Any chance for fix merge soon? I also got hit by this error today. I haven't messed up production data by miracle - my code SegFaulted during tests on...
@librasteve Would you consider merging this MR "as is"? It is not properly tested, but current state is severely broken anyway so any fix is a good fix.