1. 25 11月, 2018 1 次提交
  2. 24 11月, 2018 1 次提交
  3. 22 11月, 2018 11 次提交
  4. 21 11月, 2018 11 次提交
  5. 20 11月, 2018 14 次提交
  6. 19 11月, 2018 2 次提交
    • Andrew Brock's avatar
      Move documentation, add tests, refactor change logic · 4a2eb9f4
      Andrew Brock 提交于
      Add boolean flag to makeRegexpFlags that indicates whether the presence of a global flag should simply be ignored (i.e. when in PostreSQL mode) or whether it should throw an exception.
      
      If the database is in PostgreSQL mode and the 'g' flag is not present, use the String.replaceFirst method instead of the H2 default String.replaceAll method when doing the regex replace.
      4a2eb9f4
    • Andrei Tokar's avatar
      fix test failure · 9297b09e
      Andrei Tokar 提交于
      9297b09e