-
Dear Apache ShardingSphere Community,
My name is Maxim, and I represent [RedSoft](https://www.red-soft.ru/en), a software development company specializing in operating systems, database technologie…
-
#### 问题描述及重现代码:
把某码表数据从 SQLite 倒到 Firebird 里后,发现其 Name 字段值大多被追加了空格,造成业务表记录里的对应字段值与码表里的对应不上了,导出导入过程是从 SQLite Select() 出来,然后在 Firebird 中 Insert<T1>(List<T1> source)。
重现:
```cs
static v…
-
Congratulations on the bundle!
I have a few questions:
1. Is it still maintained?
2. Are there any plans on upgrading to firebird 3.x
I have a client that is using firebird 2 but plans to upgr…
-
#### 问题描述及重现代码:
Firebird 数据库(5.0),UseAutoSyncStructure(true) 后,发现每次 CRUD 表时同步结构操作始终要执行,且执行失败,调试发现是在反复更新表注释,且用的 SQL 语句是错的:
```sql
ALTER TABLE "fx_fxdy" COMMENT '风险单元'; -- 应该是 COMMENT ON TABLE "fx…
-
Support Firebird.
-
**Full and short name of product**
Firebird, Firebird database server
**Does this product have LTS versions? What are the intervals between each LTS version?**
Don't know.
**What is the we…
-
Version: Deno 2.0.0
```js
import * as Firebird from "npm:node-firebird";
let options = {};
options.host = "server.ip";
options.port = 3050;
options.database = "aDatabase";
options.user = "SYS…
-
Hi.
I'm having a issue when i'm attaching a database.
For contextualize, my function attach a database, execute a query and detach.
Same query, same params, same database, in a attempt run, in ano…
-
When a connection is lost, for example as a result of a server shutdown, after several attempts to execute statements, we cannot delete the Connection object.
Reproduced with an uncommitted cursor t…
-
### Description
using the two examples here: https://dbeaver.com/docs/dbeaver/Admin-Manage-Connections/
I am unable to import connections using csv or xml. when trying the csv example it says 'c…