1. 16 12月, 2019 1 次提交
  2. 11 12月, 2019 4 次提交
  3. 10 12月, 2019 3 次提交
  4. 09 12月, 2019 2 次提交
  5. 06 12月, 2019 5 次提交
  6. 05 12月, 2019 3 次提交
  7. 03 12月, 2019 2 次提交
  8. 02 12月, 2019 3 次提交
  9. 01 12月, 2019 4 次提交
  10. 28 11月, 2019 2 次提交
  11. 27 11月, 2019 2 次提交
    • R
      Update CHANGELOG [ci skip] · c4175eb2
      Rafael Mendonça França 提交于
      c4175eb2
    • J
      Change execute_batch to take array of statements · c1ba1346
      John Hawthorn 提交于
      Adapters don't necessarily have the ability to execute a batch of
      statements.
      
      Previously execute_batch took a single string of statements separated by
      ';', this meant that the adapter had to have the ability to execute
      batch statements.
      
      Instead, this commit changes the method to take an array of statements.
      Adapters which support batched queries can do the join there. For
      adapters which don't we provide a fallback implementation: executing
      each statement one at a time.
      
      This also improves the implementation for the mysql2 adapter, which
      understands that there is a maximium query length. Previously the caller
      needed to split the statements before passing them to execute_batch, now
      execute_batch itself is responsible for splitting the queries.
      c1ba1346
  12. 24 11月, 2019 1 次提交
  13. 23 11月, 2019 2 次提交
  14. 22 11月, 2019 2 次提交
  15. 20 11月, 2019 1 次提交
  16. 18 11月, 2019 1 次提交
  17. 17 11月, 2019 1 次提交
  18. 16 11月, 2019 1 次提交