Skip to content

Commit

Permalink
Add missing column types for Oracle to documentation (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
orcunc authored Feb 13, 2024
1 parent 46b200f commit 3c0cdde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/modules/sql/pages/mapping-to-jdbc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,16 @@ For Oracle data types see the https://docs.oracle.com/en/database/oracle/oracle-
|`NUMBER(p,s) where "s" is 0 and "p" is bigger than 18 or "s+p" is bigger than 15`
|`DECIMAL`

|`NUMBER(p,s) where "s+p" is smaller than 8`
|`BINARY_FLOAT`
|`REAL`

|`NUMBER(p,s) where "s+p" is smaller than 16`
|`DOUBLE`

|`BINARY_DOUBLE`
|`DOUBLE`


|`DATE`
|`DATE`

Expand Down

0 comments on commit 3c0cdde

Please sign in to comment.