1. 12 3月, 2019 1 次提交
  2. 28 2月, 2019 2 次提交
  3. 12 2月, 2019 1 次提交
  4. 11 2月, 2019 1 次提交
    • 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
  5. 09 2月, 2019 1 次提交
  6. 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
  7. 05 2月, 2019 2 次提交
  8. 13 12月, 2018 1 次提交
  9. 12 12月, 2018 1 次提交
  10. 04 12月, 2018 2 次提交
  11. 22 11月, 2018 1 次提交
  12. 21 11月, 2018 1 次提交
  13. 19 11月, 2018 2 次提交
  14. 08 11月, 2018 1 次提交
  15. 05 11月, 2018 1 次提交
  16. 18 9月, 2018 2 次提交
  17. 17 9月, 2018 2 次提交
  18. 31 8月, 2018 1 次提交
    • J
      HibernateTransactionManager lazily acquires JDBC Connection · 78cad0fd
      Juergen Hoeller 提交于
      Aligned with HibernateJpaDialect, using ConnectionHandle as functional interface now. Also, LazyConnectionDataSourceProxy supports Connection holdability as applied by HibernateTransactionManager, for use with prepareConnection=true.
      
      Issue: SPR-17216
      78cad0fd
  19. 27 8月, 2018 1 次提交
  20. 17 8月, 2018 1 次提交
  21. 13 8月, 2018 2 次提交
    • S
      Polish contribution · bdac3915
      Sam Brannen 提交于
      Issue: SPR-17120
      bdac3915
    • C
      Add backslash escape support to containsSqlScriptDelimiters · 24ed6de6
      Chris Harding 提交于
      Prior to this commit, ScriptUtils supported MySQL-style escapes ('\\')
      when splitting a script into statements; however, MySQL-style escapes
      were not supported when determining if a given script contained a
      specified statement delimiter. This caused executeSqlScript() to
      erroneously fallback to a newline as the statement separator in such
      cases.
      
      This commit fixes this issue by implementing the same check for
      MySQL-style escapes in containsSqlScriptDelimiters() that was already
      present in splitSqlScript().
      
      Issue: SPR-17120
      24ed6de6
  22. 09 8月, 2018 1 次提交
  23. 08 8月, 2018 3 次提交
  24. 31 7月, 2018 2 次提交
  25. 26 7月, 2018 2 次提交
  26. 20 7月, 2018 1 次提交
  27. 19 7月, 2018 1 次提交
  28. 09 7月, 2018 1 次提交
  29. 05 7月, 2018 1 次提交