Skip to content

v2.3.0

Compare
Choose a tag to compare
@composerinteralia composerinteralia released this 02 Mar 15:52
· 250 commits to main since this release
v2.3.0
0776fcf

Added

  • Implement multi-statement support on the Ruby binding. #35
  • Add #connection_options method to Ruby binding. #48
  • Introduced a variety of more detailed error classes. #15 and #41

Changed

  • Cast to Integer rather than BigDecimal for column types without decimal digits. #37
  • Error codes 1044-1045, 1064, 1152-1161, 1205, and 1927 recategorized as ConnectionError. #15