-
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…
-
Support Firebird.
-
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…
-
### 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…
-
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…
-
I would like to change the fied CHARSET for Firebird Database as I could do using HK IBExpert.
-
Citation from the page [Project Upgrade to QEA](https://sparxsystems.com/enterprise_architect_user_guide/17.0/model_exchange/project_upgrade.html).
_With the introduction of 64 bit Enterprise Archi…
-
Hi
Thanks your package, which make firebird sql database can run in android device.
I try to run your package, which can run in android device and connect to window firebird server. But …
-
Hi, sorry to bother you, but I've encountered an issue after starting to use the library (thanks a lot for your work!).
I am currently using Firebird 2.5 (I know it's old, but I can't change it at …