#1 2023-05-28 15:49:56

zuoluoq
Member
Registered: 2017-08-15
Posts: 9

D7 compile mormot.db.rad.unidac.pas error

sync from https://github.com/synopse/mORMot2/issues/188


const
/// UniDAC provider names corresponding to mormot.db.sql recognized SQL engines
UNIDAC_PROVIDER: array[dOracle..high(TSqlDBDefinition)] of RawUtf8 = (
'Oracle', 'SQL Server', 'Access', 'MySQL', 'SQLite', 'InterBase',
'NexusDB', 'PostgreSQL', 'DB2', '');

[Error] mormot.db.rad.unidac.pas(171): Number of elements differs from declaration.

I checked,
dInformix,
dMariaDB names are missing in the arrary.
currently the dInformix is mapping to '',but dMariaDB is mapping to None.

and why is the dINformix setted as ''?

Offline

#2 2023-05-28 19:18:53

tbo
Member
Registered: 2015-04-20
Posts: 335

Re: D7 compile mormot.db.rad.unidac.pas error

zuoluoq wrote:

and why is the dINformix setted as ''?

I think you have to wait until Arnaud is back.

With best regards
Thomas

Offline

Board footer

Powered by FluxBB