spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

Made `JSqlParserQueryEnhancer` aware of `INSERT` statements.

Open DiegoKrupitza opened this issue 3 years ago • 0 comments

The detectParsedType() inside JSqlParserQueryEnhancer is now aware of INSERT statements, which means INSERT statements can now be used in native queries.

Closes #2593

  • [x] You have read the Spring Data contribution guidelines.
  • [x] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • [x] You submit test cases (unit or integration tests) that back your changes.
  • [x] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

DiegoKrupitza avatar Jul 14 '22 17:07 DiegoKrupitza