Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • R RTTM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • NaveenRudra
  • RTTM
  • Merge requests
  • !1

Update dialect value for MySQL

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sunny Sharma requested to merge github/fork/sunnysharmagts/trufflehog into trufflehog Oct 01, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Updated dialect value for MySQL for local db. Previous value of hibernate dialect wasn't working. This maybe due to the implementation of dialect in MySQL5Dialect/MySQLDialect which might be old and hence the Result table wasn't getting created.

Updated JDBC driver to com.mysql.cj.jdbc.Driver since com.mysql.jdbc.Driver is deprecated and given warning at runtime.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/sunnysharmagts/trufflehog