mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 02:28:22 +02:00
* Removed Dialect property from TMySQLxxConnection
git-svn-id: trunk@8511 -
This commit is contained in:
parent
bf9b720fd7
commit
9818d06afb
@ -75,7 +75,6 @@ Type
|
||||
|
||||
TConnectionName = class (TSQLConnection)
|
||||
private
|
||||
FDialect: integer;
|
||||
FHostInfo: String;
|
||||
FServerInfo: String;
|
||||
FMySQL : PMySQL;
|
||||
@ -126,7 +125,6 @@ Type
|
||||
property ClientInfo: string read GetClientInfo;
|
||||
property ServerStatus : String read GetServerStatus;
|
||||
published
|
||||
property Dialect : integer read FDialect write FDialect;
|
||||
property DatabaseName;
|
||||
property HostName;
|
||||
property KeepConnection;
|
||||
|
Loading…
Reference in New Issue
Block a user