-
Currently it is required to build the connection url with the full file path.
It would be nice to register databases in databases.conf
-
```
I needed to use FireBird DataBase with CodeSmith but There are no Schema
Provider for FireBird.
So I developped one, and I want to share my work.
```
Original issue reported on code.google.com …
-
Hello.
System.Math.Round(0.5) returns 0
MSSQL ROUND(0.5) returns 1
You know about these difference in implementation of ROUND function?
PS. Firebird ROUND(0.5) returns 1 also
-
Citation from the page [Project Upgrade to QEA](https://sparxsystems.com/enterprise_architect_user_guide/17.0/model_exchange/project_upgrade.html).
_With the introduction of 64 bit Enterprise Archi…
-
To make your studies more practical it would help you to port this software from mysql to firebird. Just try it, it will make fun. :3
-
### Description
Load execution plan is available for firebird in Main menu-SQL Editor, but it do nothing. Log is empty.
### DBeaver Version
23.0.3
### Operating System
win10
### Database and dri…
uslss updated
5 months ago
-
-
The Firebird processor/generator just handles changing the nullability constraint, but a proper Firebird 3.0 (including boolean and identity column support) would be nice.
The current Firebird proces…
-
```
I needed to use FireBird DataBase with CodeSmith but There are no Schema
Provider for FireBird.
So I developped one, and I want to share my work.
```
Original issue reported on code.google.com …
-
WI-V5.0.1.1469 Firebird 5.0
the sequence of actions:
1) I am creating a database using the ddl.sql script
2) I save the database in fbk
3) I restore from fbk with the option "Deactivate indexes"…