mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 12:09:21 +02:00
* Fix dateTime type
This commit is contained in:
parent
f643b25c92
commit
7d117bc7df
@ -336,7 +336,7 @@ Const
|
||||
|
||||
UnaryOperatorNames: Array[TDAUnaryOperator] of string = ('Not', 'Minus');
|
||||
|
||||
DataTypeNames : Array[TDADataType] of string = ('Unknown', 'String', 'eTime', 'Float', 'Currency',
|
||||
DataTypeNames : Array[TDADataType] of string = ('Unknown', 'String', 'DateTime', 'Float', 'Currency',
|
||||
'AutoInc', 'Integer', 'LargeInt', 'Boolean', 'Memo',
|
||||
'Blob', 'WideString', 'WideMemo', 'LargeAutoInc', 'Byte',
|
||||
'ShortInt', 'Word', 'SmallInt', 'Cardinal', 'LargeUInt',
|
||||
|
Loading…
Reference in New Issue
Block a user