1. 02 8月, 2019 1 次提交
  2. 01 8月, 2019 1 次提交
  3. 16 7月, 2019 1 次提交
  4. 15 7月, 2019 1 次提交
    • P
      Add multi-prefix comment support for SQL scripts · 17914fc4
      Phillip Webb 提交于
      Update `ResourceDatabasePopulator` and `ScriptUtils` so that more than
      one comment prefix can be used when processing SQL scripts. This
      feature is particularly useful when dealing with scripts provided by
      Quartz since they often use a mix `--` and `#`.
      
      Closes gh-23289
      17914fc4
  5. 12 6月, 2019 4 次提交
  6. 27 5月, 2019 2 次提交
  7. 26 5月, 2019 1 次提交
  8. 24 5月, 2019 1 次提交
  9. 03 5月, 2019 3 次提交
  10. 02 4月, 2019 1 次提交
  11. 01 4月, 2019 2 次提交
  12. 28 3月, 2019 1 次提交
  13. 23 3月, 2019 3 次提交
  14. 22 3月, 2019 3 次提交
  15. 12 3月, 2019 2 次提交
  16. 28 2月, 2019 2 次提交
  17. 15 2月, 2019 1 次提交
  18. 11 2月, 2019 2 次提交
    • S
      Remove SqlXmlObjectMappingHandler · 0bdacddc
      Sebastien Deleuze 提交于
      This class is only known to be used in spring-data-jdbc-ext project
      which was never upgraded to Spring Framework 5.x and is no longer
      actively developed.
      
      Closes gh-22402
      0bdacddc
    • S
      Deprecate SqlXmlObjectMappingHandler · 5bb1c3e1
      Sebastien Deleuze 提交于
      This class is only known to be used in spring-data-jdbc-ext project
      which was never upgraded to Spring Framework 5.x and is no longer
      actively developed.
      
      Closes gh-11647
      5bb1c3e1
  19. 09 2月, 2019 1 次提交
  20. 08 2月, 2019 1 次提交
    • M
      Fix for ScriptUtils failure when '--' occurs inside a multi-line comment on... · 82dbde13
      Mansur Mustaquim 提交于
      Fix for ScriptUtils failure when '--' occurs inside a multi-line comment on the same line as '*/' (#22392)
      
      * Test for multi-line comment block where the comment end delimiter occurs on a line starting with the single-line comment prefix
      * ScriptUtils successfully parses a SQL script containing a multi-line comment block where the comment-end delimiter occurs on a line starting with the single-line comment prefix.
      82dbde13
  21. 05 2月, 2019 3 次提交
  22. 12 12月, 2018 1 次提交
  23. 04 12月, 2018 2 次提交