Skip to content

Version 0.2.2

Compare
Choose a tag to compare
@danielbachhuber danielbachhuber released this 25 Nov 01:15
· 609 commits to master since this release
  • Bug fix: use INSERT IGNORE INTO instead of INSERT INTO to prevent SQL errors when two concurrent processes attempt to write failback flag at the same time.
  • Bug fix: use E_USER_WARNING with trigger_error().
  • Bug fix: catch Exceptions thrown during authentication to permit failing back to internal object cache.