Skip to content

10.2.0: Connection handling

Compare
Choose a tag to compare
@thekid thekid released this 15 Jul 15:01
· 105 commits to master since this release
  • Merged PR #44: Connection handling. All drivers now automatically reconnect
    to database servers and re-run queries when they receive a disconnect. This
    behavior can be controlled by a new DSN parameter, reconnect, which specifies
    how many attempts are made, and defaults to 0.
    (@thekid)