-
For Firebird 3 we need Protocol 13 (SRP) like is implemented in the pyfirebird driver
https://github.com/nakagami/pyfirebirdsql/blob/master/firebirdsql/wireprotocol.py
-
Since we are using Firebird 3.0.11 some of our customers (about 1%) report a problem with gbak restore.
The output then ends with:
gbak:finishing, closing, and going home
gbak:adjusting the ONL…
-
For Firebird 5 as described in https://github.com/FirebirdSQL/firebird/issues/7051.
-
Submitted by: @mrotteveel
Is related to [JDBC296](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC296+in%3Atitle)
Is related to [JDBC229](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC229+i…
-
Submitted by: @aafemt
When I have Firebird in path with spaces, folowing commands fail with message "Exception raised while running ISQL test script", even if I add bin dir to system PATH:
fbt\_ru…
-
### DB Selector
DB3K
### Hypothetical
No
### Name
Northrop Grumman Firebird
### Country
United States
### Service
unnamed U.S. government agency (CIA?)
### In Commission
…
-
We can calculate the `EPOCH` of a timestamp in Firebird, e.g. using:
```sql
SELECT DATEDIFF(second, TIMESTAMP'1970-01-01 00:00', CURRENT_TIMESTAMP)
FROM RDB$DATABASE
```
----
See: https://s…
-
Hello, friends.
This message is for the team in charge of LuaSQL, specifically SQLite3, FireBird and ODBC connection.
I am interested in make tests to **LuaSQL** using **SQLite3** and **FireBird**, …
-
```
I've already install openMeetings with mysSql with no problems. Then I tried to
install openMeetings with Firebird. I used Firebird and Odbc jdbc driver with
Firebird dialect but it failed durin…
-
Hello! I'm using FB2.5 with jdbc driver on Ubuntu and when connecting to DB, DBeaver starts transactions with isolation Read committed (record version) | Read Only = No | Infinite wait (for example I …