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

Hello, When deleting from an uncommitted global temporary table from an uncommitted procedure the database gets corrupted and cannot be opened again - we manage to reproduce this every time...

VBScript will be available as a [feature on demand](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities) before being retired in future Windows releases. Initially, the VBScript feature on demand will be preinstalled to allow for uninterrupted use...

Firebird-6.0.0.1338 No error is given, ``` SQL> merge into test_1 t1 CON> using (select * from test_2) t2 on (t1.id = t2.id) CON> WHEN MATCHED THEN CON> update set js...

If a numeric hex literal is too long (more than 32 hex digits in Firebird 4.0 and 5.0, more than 16 hex digits in Firebird 3.0), it is silently converted...

component: engine
type: bug
affect-version: 3.0.10
affect-version: 4.0.2
affect-version: 5.0 Beta 1

The following query is valid: select first 1* from RDB$DATABASE no Space between 1 and * I think this should raise an Exception.

Currently in standalone application mode when redirect to the standard stream, for example: `gbak ... > /path/to/stdout.log` some error and warning messages may be missed, which may cause inconvenience. For...

minvalue/maxvalue with date/timestamp arguments behave inconsistent in several ways: * re argument count * re argument sequence * different behaviour vs earlier versions when used in join condition Tested with...

Please provide a way to obtain number of segment that has been applied to replica, e.g.: ``` C:\FB\50SS>fbsvcmgr service_mgr /:service_mgr action_db_stats dbname db_repl_alias sts_replica_status Database "C:\FB\50SS\examples\empbuild\qa_replication\db_repl.fdb" Gstat execution time Wed...

When trying to create a database table with a DateOnly object the following error happens: "FirebirdSql.Data.FirebirdClient.FbException : unsuccessful metadata update CREATE TABLE Boxes failed SQL error code = -607 Invalid...

It would be useful to have a built-in aggregate function in Firebird that computes percentiles (for example the 90th, 95th percentile) over a dataset. Currently there is no native support...