-
Create a class to represent a Firebird exception which its status codes and strings.
https://github.com/asfernandes/node-firebird-driver/issues/1
-
Hi,
PostgreSQL 17 Beta1 is out. firebird_fdw fails to build against v17. I had to edit Makefile to add 17, but still:
> gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-stateme…
-
Hello, it would be nice if these options for backup/restore could also be integrated into Flamerobin.
Since Firebird 3
[https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/bk02ch1…
-
- [ ] Handlebars @tonysneed
- [ ] Firebird provider @cincuranet
- [ ] Oracle provider @alexkeh
- [ ] MySql Pomelo provider @lauxjpn
- [ ] EFCore.SchemaCompare @JonPSmith
- [x] NodaTime for S…
-
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…
-
1. Create a window with a PropertyGrid on it
2. Install [the Firebird ADO.NET client](https://www.nuget.org/packages/FirebirdSql.Data.FirebirdClient/8.0.1) from NuGet
3. Create a new `FirebirdSql.Da…
-
How to catch an error if the connection is closed?
Error in manual update: connection shutdown
db_soci_error: connection shutdown
terminate called after throwing an instance of 'soci::firebird_so…
-
Approximately 1 month ago I was assigned a web project that would work with Firebird SQL and Node JS, when I started the development of the project everything was going quite well, I installed the dep…
-
Hi,
thank you very much to build this driver.
I´m new into Metabase so please excuse my question.
With DBeaver i can Access my Database Firebird 2.5 and Jaybird JCA/JDBC driver 5.0.4
I no…
-
test.js:
import * as fb from "npm:node-firebird";
let options = {};
options.host = "localhost";
options.port = 3050;
options.database = "test1";
options.user = "SYSDBA";
options.password = …