mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
@@ -332,7 +332,7 @@ var
|
||||
|
||||
|
||||
// MySQL Data Type List and Properties
|
||||
MySQLDatatypes: array [0..41] of TDBDatatype =
|
||||
MySQLDatatypes: array [0..42] of TDBDatatype =
|
||||
(
|
||||
(
|
||||
Index: dbdtUnknown;
|
||||
@@ -361,6 +361,19 @@ var
|
||||
LoadPart: False;
|
||||
Category: dtcInteger;
|
||||
),
|
||||
(
|
||||
Index: dbdtBool;
|
||||
NativeType: 1;
|
||||
Name: 'BOOLEAN';
|
||||
Description: 'Synonym of TINYINT(1)';
|
||||
HasLength: False;
|
||||
RequiresLength: False;
|
||||
MaxSize: 127;
|
||||
HasBinary: False;
|
||||
HasDefault: True;
|
||||
LoadPart: False;
|
||||
Category: dtcInteger;
|
||||
),
|
||||
(
|
||||
Index: dbdtSmallint;
|
||||
NativeType: 2;
|
||||
|
||||
Reference in New Issue
Block a user