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

Added support for Oracle datatype. If you could refer to #797

Merged
merged 2 commits into from Mar 22, 2019
Merged

Added support for Oracle datatype. If you could refer to #797

merged 2 commits into from Mar 22, 2019

Conversation

grieverbs
Copy link

https://docs.oracle.com/cd/E12151_01/doc.150/e12155/oracle_mysql_compared.htm#i1027526 on section 2.3.3.1, mediumint would be suggested as NUMBER(7,0) and mediumint does not exists in Oracle. INT gets tricky, as liquibase translate it as INTEGER. Oracle treats INTEGER as NUMBER(38,0) which is like a BIGINT or the maximum size support. Following the same documentation, it's probably best to be used as NUMBER(10,0).
#3292

John Ho added 2 commits July 30, 2018 18:25
….oracle.com/cd/E12151_01/doc.150/e12155/oracle_mysql_compared.htm#i1027526 on section 2.3.3.1, mediumint would be suggested as NUMBER(7,0) and mediumint does not exists in Oracle.  INT gets tricky, as liquibase translate it as INTEGER.  Oracle treats INTEGER as NUMBER(38,0) which is like a BIGINT or the maximum size support.  Following the same documentation, it's probably best to be used as NUMBER(10,0).
@nvoxland nvoxland merged commit 6828e36 into liquibase:master Mar 22, 2019
@nvoxland
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants