-
Submitted by: @ibprovider
FB 2\.0 has new algorithm for calculation of CHAR / VARCHAR columns length \[ XSQLVAR::sqllen \]
But for array with text, Firebird use the old algorithm \- ISC\_ARRAY\_DES…
-
Submitted by: Alexey Pavlov (alexx83)
Attachments:
[mingw-w64-part1.diff](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-4621/12632_mingw-w64-part1.diff)
[mingw-w64-part2.diff](ht…
-
Submitted by: Sorien (sorien)
probably from commit im getting this error Other, Error: invalid BLOB ID, Code: \-901 \(Unsuccessful execution caused by system error that does not preclude successful …
-
Submitted by: tectsoft (tectsoft)
Is duplicated by [CORE6037](https://github.com/FirebirdSQL/firebird/issues?q=CORE6037+in%3Atitle)
Attachments:
[proposed_firebird.log](https://github.com/FirebirdSQ…
-
`Decimal256(S)` is an alias for `Decimal(76, S)`. Currently all values of type `Decimal(P, S)` are converted to `decimal` and there is no intention to change it.
But `Decimal256` and `Decimal128` c…
-
Right now some lists contain pure garbage and cannot be used in current state.
-
I've installed Firebird 3.0.11 (64bit) on a Windows 8 (64bit) machine.
I've put the Lucene UDR dlls (64bit) in the plugins/udr directory.
I've created the fts.ini file.
I've downloaded the fts_demo…
-
Currently database is restored as encrypted only if both crypt plugin name and key holder name are provided in command line or service parameters. Providing crypt plugin name should be enough because …
-
Submitted by: Konstantin Streletsky (streletsky)
I have updated my database from 2\.5 to 3\.0\.1 and catch a problem when trying to remove TRIM function from UDFs\.
I'm trying DROP EXTERNAL FUNCTION…
-
Implement DatabaseOperations.sequence_reset_sql using ALTER SEQUENCE statement.