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

support run sql script file in jdbc protocol config #1117

Merged
merged 3 commits into from
Jul 27, 2023
Merged

Conversation

tomsun28
Copy link
Contributor

What's changed?

support run sql script file in jdbc protocol config

      queryType: runScript
      sql: /opt/xxx/demo.sql

in

    jdbc:
      host: ^_^host^_^
      port: ^_^port^_^
      platform: mysql
      username: ^_^username^_^
      password: ^_^password^_^
      database: ^_^database^_^
      timeout: ^_^timeout^_^
      queryType: runScript
      sql: /opt/xxx/demo.sql
      url: ^_^url^_^

Checklist

  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

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

1 participant