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

Fuse Lexicon - liquibase issue - sql syntax not valid in Oracle database #27

Open
aoikonomidis opened this issue Sep 21, 2021 · 0 comments

Comments

@aoikonomidis
Copy link

Hello,

I am trying to use Lexicon in my project and during the liquibase execution I get the error

Caused by: liquibase.exception.DatabaseException: ORA-00905: missing keyword
 [Failed SQL: (905) ALTER TABLE lex_application MODIFY COLUMN id varchar(36) NOT NULL COMMENT 'The uuid of the executed lexicon file']

This error concerns the file lexicon_002.yaml which has sql statements for adding comments. These sql statements are not valid for Oracle database. (The file lexicon_004.yaml contains sql statements too)

Could you please update the statements to also be valid with Oracle or disable them if are not necessary?

Thank you in advance

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