Skip to content

Combine delete and cols + use of transactions

Choose a tag to compare

@edyan edyan released this 05 Aug 13:05
· 246 commits to master since this release
  • empty has been renamed to delete and where to delete_where
  • delete can now be used in combination with cols
  • Update queries are made with a transaction (3 times faster with InnoDB).
  • Added symfony/stopwatch to display the execution time.