mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Detect SQLite BOOL columns as TINYINT
This commit is contained in:
@ -2077,7 +2077,7 @@ var
|
|||||||
(
|
(
|
||||||
Index: dtTinyint;
|
Index: dtTinyint;
|
||||||
NativeTypes: '1';
|
NativeTypes: '1';
|
||||||
Name: 'TINYINT';
|
Name: 'TINYINT';
|
||||||
Names: 'INT2|BOOLEAN|BOOL';
|
Names: 'INT2|BOOLEAN|BOOL';
|
||||||
Description: '';
|
Description: '';
|
||||||
HasLength: False;
|
HasLength: False;
|
||||||
|
Reference in New Issue
Block a user