firebird icon indicating copy to clipboard operation
firebird copied to clipboard

Firebird server, client and tools

Results 498 firebird issues
Sort by recently updated
recently updated
newest added

Submitted by: ded (ded) Is duplicated by [CORE6223](https://github.com/FirebirdSQL/firebird/issues?q=CORE6223+in%3Atitle) Attachments: [t8193.sql](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-395/10071_t8193.sql) SFID: 926624#⁠ Submitted By: ded Script in attached file crashes Firebird 1\.5\. Checked on LI\-V6\.3\.0\.4290 \(SS\), WI\-W6\.3\.0\.4306 \(both SS and...

priority: major
component: engine
type: bug
qa: covered by another tests

Submitted by: Vadim Mescheryakov (vadimmescheryakov) Attachments: [create-database-script.sql](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-6536/13580_create-database-script.sql) [Large Query.sql](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-6536/13581_Large%20Query.sql) The Large SQL with 10000 OR operators and the size above 137 kb crashes Firebird Server 3\.0\.1 and 3\.0\.7\.33374\_1\. The Firebird...

priority: major
type: bug
qa: covered by another tests
affect-version: 3.0.1
affect-version: 3.0.7

Submitted by: @pavel-zotov Duplicates [CORE395](https://github.com/FirebirdSQL/firebird/issues?q=CORE395+in%3Atitle) Attachments: [eval-too-long-expr-leads-fb-to-crash.7z](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-6223/13413_eval-too-long-expr-leads-fb-to-crash.7z) There is completely pointless expression like this: ===== select x\+x\+ \.\.\. repeated lot of times \.\.\. \+ x\+x from \( select cast\(1\. as...

priority: major
component: engine
type: bug
qa: covered by another tests
affect-version: 3.0.4
affect-version: 4.0 Beta 1

If the status vector contains isc_arg_sql_state, EDS code writes SQLSTATE's string address to error message instead of following GDS status like this: ``` Statement failed, SQLSTATE = 42000 Execute statement...

It would be helpful to be able to configure the location of firebird.log from an environment variable, or from the config file, or both. Currently it can only be configured...

Hello,` Issue: "Malformed String" with Non-ASCII Characters in Numeric or Timestamp Fields on Firebird Database This issue occurs in any version of Firebird when using non-ASCII characters in a numeric...

…e setParamsFunc function Why checkArgsMismatch is executed after the setParamsFunc function and not before it? I think it is more logical to make the checkArgsMismatch check at the place where...

Submitted by: @pavel-zotov Attachments: [isql_show_exception_terminates_subsequent_output.7z](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-5221/12954_isql_show_exception_terminates_subsequent_output.7z) Consider script "c0986r2\.sql" from attached \.7z \(it was created with charset = Cyrillic, cp = 1251\)\. Unpack it and run \(on new empty database\): C:\\MIX\\firebird\\fb30\\isql...

priority: major
type: bug
qa: covered by another tests
affect-version: 3.0.0
affect-version: 4.0 Initial

Background why I am doing this. With the “Global” property in table1, the values from table3 should always be loaded from the main in table2 (there can only ever be...

Perhaps, i misunderstand smth and following works 'as expected', thus sorry for noise. Weird effect can be seen if a VIEW defined as ```select * from ``` has trigger, and...