-
Hello,
Suppose, I have a trivial insertion code (much more simpler than the one, provided in the documention):
```
CREATE TABLE table1( a DECIMAL NOT NULL );
...
std::vector v (3, 1);
so…
-
Is It possible to add firebird sql support in the Sequeler DB?
-
it's glade to see you on https://github.com/FirebirdSQL/python3-driver/issues/22.
did you get your python program works successfully with https://github.com/FirebirdSQL/python3-driver and firebird e…
-
Submitted by: Pedro Innecco (pmdci)
Attachments:
[microsoft_firebirdODBC_bug_screenshot.jpg](https://github.com/FirebirdSQL/jira-attachments/raw/main/ODBC/ODBC-218/13475_microsoft_firebirdODBC_bug_sc…
-
**ACTUAL RESULT**
- FlameRobin is not following the Firebird 2.5/3.0/4.0 Reserved Words and Keywords list
- Some Reserved Words and Keywords [Dropped since InterBase 6](https://firebirdsql.org/refdo…
-
# Issue Description:
char(1) field reads as 4 bytes when using NONE character set
# Description:
While developing with fbdb, I encountered a bug where my database uses the NONE character set. …
-
I have installed firebird 3.
This is the connection string from flamerobin - localhost/3050:D:\FireBirdData\BPR.FDB
Can you tell me how to connect in vscode?
-
I'm trying to use the new v1.10 driver with SqlAlchemy v1.4. I'm trying to load a BLOB type from my database. The problem is that SqlAlchemy iterates over the connection Cursor to obtain all rows, and…
-
How to make connection to firebird database
-
I have an express rest api, and sometimes I get a connection error after the requests, then I made an example to reproduce the error.
I would appreciate it if anyone knows how to avoid this error and…