mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 20:26:00 +02:00
* Fix compilation, additional mysql
git-svn-id: trunk@48710 -
This commit is contained in:
parent
14dcf30988
commit
22ad12d5b7
@ -150,7 +150,7 @@ const
|
|||||||
|
|
||||||
// fall back mapping (e.g. in case GetConnectionInfo(citServerType) is not implemented)
|
// fall back mapping (e.g. in case GetConnectionInfo(citServerType) is not implemented)
|
||||||
SQLConnTypeToServerTypeMap : array[TSQLConnType] of TSQLServerType =
|
SQLConnTypeToServerTypeMap : array[TSQLConnType] of TSQLServerType =
|
||||||
(ssMySQL,ssMySQL,ssMySQL,ssMySQL,ssMySQL,ssMySQL,ssMySQL,ssPostgreSQL,ssFirebird,ssUnknown,ssOracle,ssSQLite,ssMSSQL,ssSybase);
|
(ssMySQL,ssMySQL,ssMySQL,ssMySQL,ssMySQL,ssMySQL,ssMySQL,ssMysql,ssPostgreSQL,ssFirebird,ssUnknown,ssOracle,ssSQLite,ssMSSQL,ssSybase);
|
||||||
|
|
||||||
|
|
||||||
function IdentifierCase(const s: string): string;
|
function IdentifierCase(const s: string): string;
|
||||||
|
Loading…
Reference in New Issue
Block a user