We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36155bc commit 275f350Copy full SHA for 275f350
parser/misc.go
@@ -374,6 +374,8 @@ var tokenMap = map[string]int{
374
"FIXED": fixed,
375
"FLASHBACK": flashback,
376
"FLOAT": floatType,
377
+ "FLOAT4": float4Type,
378
+ "FLOAT8": float8Type,
379
"FLUSH": flush,
380
"FOLLOWER": follower,
381
"FOLLOWERS": followers,
@@ -517,6 +519,7 @@ var tokenMap = map[string]int{
517
519
"MERGE": merge,
518
520
"METADATA": metadata,
521
"MICROSECOND": microsecond,
522
+ "MIDDLEINT": middleIntType,
523
"MIN_ROWS": minRows,
524
"MIN": min,
525
"MINUTE_MICROSECOND": minuteMicrosecond,
0 commit comments