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

Changed varchar length TRIGGER_NAME from 80 to 200 #245

Merged
merged 1 commit into from
Feb 11, 2019
Merged

Changed varchar length TRIGGER_NAME from 80 to 200 #245

merged 1 commit into from
Feb 11, 2019

Conversation

matzeeable
Copy link

After deploying quartz to a Sybase database the following error occured:

Error exec quartz initialisation com.sybase.jdbc4.jdbc.SybBatchUpdateException: JZ0BE: BatchUpdateException: Error occurred while executing batch statement: Column lengths of string type referencing and referenced columns don't match. referencing column = 'TRIGGER_NAME', referenced column = 'TRIGGER_NAME'. 

After researching I found out that tables_sybase.sql is using TRIGGER_NAME varchar(80) instead of TRIGGER_NAME varchar(200). Length should be equivalent to tables_mysql.sql.

Thanks to @iDschepe figuring this out.

@jarlah
Copy link

jarlah commented Nov 12, 2018

this will not be backwards compatible?

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

4 participants