Hi,

I posted this question on stackoverflow around a week ago with no response, 
so i'm forwarding it here: 
http://stackoverflow.com/questions/42340848/jooq-firebird-implementation-limit-exceeded

This is the old firebird 64KB block limit again. Lukas warned about it when 
JOOQ first started supporting firebird, so here we are. This particular 
database is using UTF8, so the 64KB limit is now down to 16K chars. 

Should i repost the question here? 
Thanks,


PS: This issue is related, i guess?  #3398 
https://github.com/jOOQ/jOOQ/issues/3398
Open since 2014, so i suppose it's a rather low priority. If you can point 
me to the right direction, i'll see if i can hack something out. 

PP'S: As a side note: JOOQ logs are showing two SQL statements, one "with 
bind values" and one without. The one without bind values uses the 
varchar(4000) cast, while the one with bind values looks pretty normal. I'm 
guessing jooq uses a PreparedStatement and send the "without bind values" 
version first, and gets rejected. 






-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to