firebird-automations

Results 760 comments of firebird-automations

Modified by: @pcisar Workflow: jira \[ 12691 \] =\> Firebird \[ 14258 \]

Modified by: @pcisar Link: This issue replaces [CORE2686](https://github.com/FirebirdSQL/firebird/issues?q=CORE2686+in%3Atitle) \[ [CORE2686](https://github.com/FirebirdSQL/firebird/issues?q=CORE2686+in%3Atitle) \]

Commented by: Sean Leyne (seanleyne) The Firebird engine is following the SQL standard as it relates to the handling of column names in results, by default all column names are...

Modified by: @dyemanov Link: This issue duplicates [CORE1645](https://github.com/FirebirdSQL/firebird/issues?q=CORE1645+in%3Atitle) \[ [CORE1645](https://github.com/FirebirdSQL/firebird/issues?q=CORE1645+in%3Atitle) \]

Commented by: fbbt (fbbt) Sean, I don't ask to broke standard\. I don't ask to change old behaviour\. I ask for additional info in system tables and client api\.

Modified by: fbbt (fbbt) summary: Allow to get original name of fields \(without uppercasing\) =\> Allow to retrieve original field names \(without uppercasing\)

Commented by: @mrotteveel The way SQL works, if you didn't quote the object names, then those names \*\*are\*\* uppercase, even if you entered them lowercase or mixed case in the...

Commented by: fbbt (fbbt) I want to have a way to extract original names\. That's all\. This does not breaks anything\. Original names for tables and fields can be placed...

Commented by: @mrotteveel That doesn't explain why you need the case from the query, and it doesn't provide a real use case\. For create table xyz \(\.\.\.\), the table name...

Commented by: fbbt (fbbt) This is question of readability and usability\. Now I forced to use double quotes in names\. Now all my queries uses tons of double quotes\. Why?...