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

feat: add missing indexes to the oracle ddl script #503

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

iluwa
Copy link
Contributor

@iluwa iluwa commented Jun 18, 2024

Add missing indexes to the oracle ddl script

Every example for other databases (Postgres, Mssql, Mysql) contains indexes on execution_time and last_heartbeat while for Oracle DB they are missing.

I also expanded DbUtiils method to allow splitting sql statements from an sql file. jdbcRunner.execute(statement, NOOP) can run only one statement at a time for Oracle Db.

PS: two tests for oracle db are failing on master, is that expected?

Reminders

  • Added/ran automated tests
  • Update README and/or examples
    • no need
  • Ran mvn spotless:apply

cc @kagkarlsson

@iluwa iluwa marked this pull request as ready for review June 18, 2024 10:11
@iluwa iluwa marked this pull request as draft June 18, 2024 10:19
@iluwa iluwa marked this pull request as ready for review June 18, 2024 12:42
Copy link
Owner

@kagkarlsson kagkarlsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you for contributing!

@kagkarlsson kagkarlsson merged commit 309c355 into kagkarlsson:master Jul 2, 2024
9 checks passed
@kagkarlsson
Copy link
Owner

🎉 This issue has been resolved in v14.0.3 (Release Notes)

@kagkarlsson kagkarlsson added the released Issue has been released label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Issue has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants