Skip to content

Instantly share code, notes, and snippets.

@ufuk
Last active February 18, 2025 08:56
Show Gist options
  • Select an option

  • Save ufuk/1e37fe3dfc5293704a9f9170e10a934e to your computer and use it in GitHub Desktop.

Select an option

Save ufuk/1e37fe3dfc5293704a9f9170e10a934e to your computer and use it in GitHub Desktop.
To use HSQLDB with PostgreSQL syntax add ";sql.syntax_pgs=true" to end of the JDBC URL. Alternatively use ";sql.syntax_ora=true" for Oracle.
spring.datasource.url=jdbc:hsqldb:mem:testdb;sql.syntax_pgs=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment