Skip to content

6.3.0: Autoconnect

Compare
Choose a tag to compare
@thekid thekid released this 01 Jun 23:03
· 375 commits to master since this release
  • Changed the default for autoconnect to true, that is, if it is omitted
    from the DSN, it will automatically connect. If the driver should not
    automatically connect, add ?autoconnect=0 to the DSN.
    (@thekid)