-
Checked with WI-V5.0.1.1469 Firebird 5.0.
`dataadd` truncates milliseconds for `month` and `year` units, for other units (`millisecond`, `second`, `hour`, `day` and `week`) milliseconds preserved.
kpnr updated
3 months ago
-
i'm trying to connect to a firebird 5.0 database, but a error return after trying connect and execute a query...
the latest version of node-firebird doesnt suporte firebird 5.0, right?! in that case…
-
Create a bug report, feature proposal, or ask a question.
Not a BUG but a LIMITATION. We would need a solution that autogenerate the model even if a stored procedure uses temp table
### Provide…
-
The following select should return one record, but, using FB5, it doesn't.
In FB4 it works perfectly.
I am using version 5.0.0.1306.0 of firebird server.
select aa.id, aa.id_contract, aa.numep, a…
-
After I figured out how to add a database to Server explorer (#81) I have a new issue. When I open a table in designer
![image](https://github.com/user-attachments/assets/02d51723-9080-40fb-983f-80…
-
We use the image on a readonly non root environment and the firebird user has an ID 87, i.e. less than 1000. Is it possible to change the ID or is it safe to create another user with ID greater than 1…
-
Submitted by: opher (opher)
Assigned to: @ArnoBrinkman
Attachments:
[test_coalesce.sql](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-388/10075_test_coalesce.sql)
SFID: 841696#…
-
Database restore are aborted on first error of first problematic deferred index.
Database restore must make every effort on activating deferred indexes - build them all and show full problem list for…
-
I'm not talking about client->jdbc driver->presto server. I'm talking about presto server connector to any jdbc source (ie sybase, oracle.etc).
List of columns can be derived by running where 1=0 q…
-
Create script:
```
set bail on;
shell if exist r:\temp\tmp4test.fdb del /q /f r:\temp\tmp4test.fdb;
create database 'localhost:r:\temp\tmp4test.fdb';
set echo on;
recreate table rr(
rel_na…