todaysoftware
todaysoftware
Also required changing some assemblies to .NET standard 2.1, and some applications to .NET core 3.1, as a result I created a new branch/version of 4.1
Setting the procedure name when the database is not connected causes the above exception. To fix this I moved the code that generates the SQL from where it sets the...
The same query worked fine under Firebird 3 but FB 5.0.2 is taking a huge amount of time to prepare it, my guess is that the optimizer ends up going...
In Firebird 5.0.1 when using a partial index with various range selections it always seems to fall back to a table scan (PLAN NATURAL) ``` CREATE INDEX AUDIT_LINETYPE ON AUDIT(LINETYPE)...
### Description We are NOT using the actual SQL boolean type (introduced in Firebird version 3) but instead using a smallint value in the database with 1/0 equating to true/false....