Dmitry Yemanov

Results 190 comments of Dmitry Yemanov

> > It seems that 'RM' (abbreviation for Roman numbers) can not be used for cast from string to date in '': > > There is no such format string...

The limit applies to the BLR (byte code) where every table reference is encoded with a single-byte number. Thus the limit is static and does not affect how many times...

1) BLR is per-procedure, so one procedure call cannot have more than 255 table references, but many different calls do not share this limit. 2) EXECUTE PROCEDURE does not create...

Thanks for reminder, I believe we should schedule this improvement for v6. This shouldn't be very hard, I've attempted it once. BLR is indeed versioned and we may just raise...

While we fixed the **fields** references in updates in the past, I believe they still suffer from the same issue when **variables** are used. I suppose variables are outside any...

@mrotteveel https://github.com/FirebirdSQL/firebird/issues/1944 @pavel-zotov You may find the answer in the same ticket

To bypass encoding entirely, Firebird supports NONE as a connection charset (rather than OCTETS). Specifying OCTETS at the connection level and then skipping it when passing to the engine (which...

https://www.firebirdsql.org/en/roadmap-v6/, scroll down to #5120

Please cleanup `req_user_descs` that's no longer needed. I'm OK with the PR, just willing to do a few tests before merging.