This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Support numeric types #90
Labels
C-Data Manager
On Disk Storage
C-Query Engine
Execution SQL Query Engine
E-Moderated
Task needs discussion on how to approach it
G-PG Types
Issue to track PostgreSQL Data Type Compatibility
help wanted
Extra attention is needed
P-High
High priority
T-Enhancement
New feature or request
part of #17
added support for decimal precision and scale
see
numeric
anddecimal
at https://www.postgresql.org/docs/12/datatype-numeric.htmlinvestigation has to be done how to send
decimal
s using PG wire protocol.pg_type.dat
file (which is description of PG types) has-1
value as type length https://github.com/postgres/postgres/blob/7b48f1b490978a8abca61e9a9380f8de2a56f266/src/include/catalog/pg_type.dat#L350The text was updated successfully, but these errors were encountered: