#1 2015-12-27 15:26:18

Eisenhans
Member
From: Germany
Registered: 2015-12-27
Posts: 1

Can one use mormot with Firebird SQL Dialect 1?

Hello, first of all, thank you for this great project!
I was looking very long for a ORM framework that supports delphi 2006, I was very excited when I found mORMot!


Here comes my question,  is it possible to use mormot with firebird SQL dialect 1?
The problems lies within BIGINT, as this datatype is only available in dialect 3.

http://www.firebirdsql.org/refdocs/lang … igint.html


Thank you!

Offline

#2 2015-12-27 15:59:13

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,656
Website

Re: Can one use mormot with Firebird SQL Dialect 1?

I guess that if the tables are already created, it may work as expected.

Or you may have to patch SynDB.pas so that the expected datatypes are used.

Online

Board footer

Powered by FluxBB