-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix CI Failures #183
Comments
This was referenced Jul 16, 2019
Merged
As of Oracle DB 12.2 identifiers can be 128 characters. Do you need to test older DBs? Oracle 18 & 19 are also available - and there is a free Oracle XE 18 available. |
Maybe check db versions and update Docker images. |
32 tasks
2 tasks
2 tasks
This was referenced Sep 3, 2019
17 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description/Steps to reproduce
Currently there are five CI failures:
The
ORA-00972: identifier is too long
error happens when an identifier is over 30 characters.The failures are from the
before
hooks of the datatype.test.js and basic-querying.test.js files (not sure whereregexp operator
is from).Acceptance Criteria
The text was updated successfully, but these errors were encountered: