mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 06:02:07 +01:00
* Refactored test
git-svn-id: trunk@10752 -
This commit is contained in:
parent
e9c91fbba1
commit
5ce1eb0dcb
@ -946,7 +946,7 @@ procedure TTestFieldTypes.TestNumericNames;
|
||||
begin
|
||||
with TSQLDBConnector(DBConnector) do
|
||||
begin
|
||||
if sqQuoteFieldnames in Connection.ConnOptions then
|
||||
if not (SQLDbType in MySQLdbTypes) then
|
||||
Connection.ExecuteDirect('create table FPDEV2 ( ' +
|
||||
' "2ID" INT NOT NULL , ' +
|
||||
' "3TEST" VARCHAR(10), ' +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user