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

Add Tibero database #5885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

KihaJeong1994
Copy link

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Added Tibero database.

Tmax Tibero is a well known RDBMS in South Korea. The syntax of Tibero is similar to Oracle's, but there are some differences.

Fixes #2226
https://forum.liquibase.org/t/liquidibase-tibero-combination/9046
https://forum.liquibase.org/t/create-table-databasechangelock-fails-on-tibero-db/6188

There is no BOOLEAN type, and DATETIME type in Tibero, so it is not possible to use liquibase.database.core.OracleDatabase as a databaseClass. That is why I decided to add TiberoDatabase class which extends AbstractJdbcDatabase class.

Things to be aware of

Things to worry about

I have implemented the bare minimum to enable Tibero DB users to utilize Liquibase. I have checked that it works correctly when the changelog file is in SQL format. However, I have not tested whether it can utilize the features specific to the Tibero database itself and the various abstraction functionalities of Liquibase. It seems that these features will need to be added in the future.

Additional Context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Planned
Development

Successfully merging this pull request may close these issues.

[TIBERO] TiberoDB Datatype 'TIBERO.BOOLEAN' is invalid
3 participants