mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 05:09:19 +02:00
fcl-db: base: fix after adding new field types into enumeration TFieldType (in rev. 47217)
git-svn-id: trunk@47218 -
This commit is contained in:
parent
d68ce429ab
commit
15dfa2e0c9
@ -721,7 +721,8 @@ Const
|
|||||||
'', '', '', '', 'CHAR',
|
'', '', '', '', 'CHAR',
|
||||||
'CHAR', 'BIGINT', '', '', '',
|
'CHAR', 'BIGINT', '', '', '',
|
||||||
'', '', '', '', '',
|
'', '', '', '', '',
|
||||||
'', '', 'TIMESTAMP', 'DECIMAL','CHAR','BLOB');
|
'', '', 'TIMESTAMP', 'DECIMAL','CHAR','BLOB',
|
||||||
|
'', '', '', '', '', '');
|
||||||
|
|
||||||
{ ---------------------------------------------------------------------
|
{ ---------------------------------------------------------------------
|
||||||
Constants which can be localized
|
Constants which can be localized
|
||||||
|
Loading…
Reference in New Issue
Block a user