You are not logged in.
Pages: 1
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
Pages: 1