-
I am trying to store some hex data in a database. There are numerous fields, but for my simple test case let's look at a MAC_ADDRESS field.
```sql
CREATE TABLE FOO (
MAC_ADDRESS CHAR(6) CHA…
-
Hi all,
thanks for the amazing ChartDB tool. Could you please add support for Firebird SQL database? I am posting the SQL query below to create the import JSON.
Website: https://firebirdsql.org/
Sm…
-
I have the following query
```
select ABS(t1.DB + t1.CR), t1.AdjustId
from TabAdjustAccount as t1
JOIN TabAdjust as t2 on t1.AdjustId = t2.AdjustId
where t1.AccType = 1 and t2.EffectiveDate …
-
When connecting with fdb + python3 to legacy databases with mixed/non-proper encodings, you receive a lot of encoding/decoding errors.
If there is no option to actually correct this databases, Firebi…
-
### Discussed in https://github.com/linq2db/linq2db/discussions/4442
Originally posted by **Nevega** March 6, 2024
I've tried to scaffold an existing database using cli
`dotnet linq2db sca…
-
Submitted by: @pcisar
Votes: 9
SFID: 807945#⁠
Submitted By: pcisar
The ability to define/control the location of
data/user tables within a multi\-file database\.
\-\-\-\-\-\-\-\-\-\-\-\-\-\…
-
I have an application that runs under Ruby 2.0.0-p648 (x64).
After configuring Devkit (x64), installing Firebird 2.5 (x64):
I successfully install the gem.
But by running the simple test:
`requi…
-
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…
-
### Description
Something seems to have been broken between DBeaver CE 22.1.1 and DBeaver CE 22.3.2 when using ODBC Firebird drivers. Maybe also in some versions in between, but I've only tested it…
-
```
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 …