Adriano dos Santos Fernandes

Results 153 comments of Adriano dos Santos Fernandes

It's better to test v5. It's very unlikely this type of change going to v3 when there are already two new major versions for some time.

> BTW, where FLAG_ORPHAN is reset so reused statement won't throw "invalid handle" error? Statement link to the cursor is established at prepare time. Once the cursor request is disposed,...

> Bad for those who will deal with objects from different schemas and use queries (with aliases, of course). > How such developer would recognize to what schema belong a...

#8173 was closed because it's duplicated. I'm not sure this usage would be generic enough to be defined as a builtin aggregate function.

Firebird is open source, you can build it. The project should not supply everyone isolated wishes.

Since `SET SEARCH_PATH TO` uses a list of names (X, Y) and not a string ('X, Y'), how should this be represented in the `EXECUTE STATEMENT` command? With list of...

Oracle SQL*Plus has this (turned on by default) using `SET DEFINE`. https://www.oreilly.com/library/view/oracle-sqlplus-the/0596007469/re56.html

As this could be used inside strings, it may be unusable in scripts that require the same marker inside scripts, so it must be configurable, like Oracle's `SET DEFINE` is....

AFAIR we read config files in Windows using the system code page. Output of log should match input of config files IMO.

> Yes, and there is a lot of other places where Unicode in Firebird isn't handled at all. Any attempt to fix all of them at once will fail. This...