Skip to content

postgres v0.15.0

Compare
Choose a tag to compare
@sfackler sfackler released this 23 Jul 19:47
· 1099 commits to master since this release
  • Upgrade chrono to 0.5.
  • Upgrade eui48 to 0.3.
  • Make SqlState an opaque type rather than an enum. Const instances of defined error codes are provided for matching.
  • Make Type an opaque type rather than an enum. Const instances of known types are provided for matching.
  • Remove ConnectError and make Error an opaque type. Accessor methods are provided to introspect the internal error.