You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Tracking issue for Type System RFC
It should take into account supported operators:
=
,<>
,>
,<
,>=
,<=
+
,-
,*
,/
,%
,^
&
,|
,>>
,<<
,#
-
,+
,|/
,||/
,!
,!!
,@
,~
LIKE
,NOT LIKE
||
AND
,OR
,NOT
not supported relational operators:
IN
BETWEEN
LIMIT
ORDER BY
GROUP BY
AVG
,SUM
,MIN
,MAX
,COUNT
JOIN
sINNER
LEFT
RIGHT
FULL
SELF
CASE
,NULLIF
,COALESCE
supported types:
smallint
,integer
,bigint
boolean
unsupported types:
float
,double precision
decimal
(numeric
)date
,time
,timestamp
,timestamp with time zone
and their literalsintervals
smallserial
,serial
,bigserial
Related issues
#149 Basic Type System
#90 Numeric Types
#17 Support Different SQL Types
#93 Interval Types
#92 Datetime types
The text was updated successfully, but these errors were encountered: