-
Hi
I need to set up kafka-connect with timestamp increment with Firebird.
However I got an error:
DEBUG TimestampIncrementingTableQuerier{table="CATEGORIES", query='null', topicPrefix='FB_', increm…
-
Received the below message when executing: java -jar C:\Users\mkelly\Downloads\schemaSpy_5.0.0.jar -t firebird -db C:\SiteWatch\DB\Test.fdb -u Reports -p reports -o C:\Program Files\Firebird -port 305…
-
LibreOffice Base cannot open a created database (created by LibreOffice). It cannot open an embedded Firebird or HSQLDB database that was created by another LibreOffice Base program from Linux or Wind…
-
Since version 3, the Firebird authentication system has evolved considerably, allowing users to be managed through SQL commands in addition to creating users using various plugins (Legacy_UserManager,…
-
These databases often have trouble inferring the right data type of a "standalone" bind value:
- CockroachDB
- CUBRID
- DB2
- Derby
- Firebird
- H2
- HSQLDB
- Informix
- Ingres
- PostgreSQ…
-
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…
-
```
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 …
-
I have a Firebird 2.5 server running on port 3050 and I'm attempting to use gbak in Firebird v5 to make a backup. This fails with an error.
```
$ /opt/firebird/bin/gbak -z -B localhost/3050:sessio…
-
### Package description
Firebird database
### Home page URL
http://firebirdsql.org/
### Source code URL
https://github.com/FirebirdSQL/firebird.git
### Packaging policy acknowledgement
- [X] I …
-
We use firebird_fdw to connect our postgres instance to a fairly large-sized firebird instance(s). When one of our users makes a query that calls a significantly-large dataset, the query will spin and…