Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support all ANSII data types #661

Open
5 of 54 tasks
AugustoFKL opened this issue Oct 7, 2022 · 0 comments
Open
5 of 54 tasks

Support all ANSII data types #661

AugustoFKL opened this issue Oct 7, 2022 · 0 comments

Comments

@AugustoFKL
Copy link
Contributor

AugustoFKL commented Oct 7, 2022

Support all ANSII data types: https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html#_6_1_data_type

  • Predefined type
    • Character string type
      • CHARACTER (complete since #663)
      • CHAR (complete since #663)
      • CHARACTER VARYING (complete since #663)
      • CHAR VARYING (complete since #663)
      • VARCHAR (complete since #663)
      • CHARACTER LARGE OBJECT
      • CHAR LARGE OBJECT
      • CLOB
    • National character string type
      • NATIONAL CHARACTER
      • NATIONAL CHAR
      • NCHAR
      • NATIONAL CHARACTER VARYING
      • NATIONAL CHAR VARYING
      • NCHAR VARYING
      • NATIONAL CHARACTER LARGE OBJECT
      • NCHAR LARGE OBJECT
      • NCLOB
    • Binary string type
      • BINARY
      • BINARY VARYING
      • VARBINARY
      • BINARY LARGE OBJECT
      • BLOB
    • Exact numeric type
      • NUMERIC
      • DECIMAL
      • DEC
      • SMALLINT
      • INTEGER
      • INT
      • BIGINT
    • Approximate numeric type
      • FLOAT
      • REAL
      • DOUBLE PRECISION
    • Decimal floating-point type
      • DECFLOAT
    • Boolean type
      • BOOLEAN
    • Datetime type
      • DATE
      • TIME
      • TIMESTAMP
    • Interval type
      • INTERVAL
  • Row type (depends on Predefined type)
  • Path resolved user-defined type
  • Reference type (depends on Path resolved user-defined type)
  • Collection types (depends on Predefined type)
    • Array
    • Multiset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant