Rsfbclient Versions Save

Rust Firebird Client

v0.16.0

3 years ago

New features

  • Diesel support added #85 #86

Changes

  • Feature date_time removed #104

v0.15.0

3 years ago

Enhancements

  • New crate for R2D2 #97
  • Connection#open now is public #98
  • Rand lib updated #96

v0.14.0

3 years ago

New features

  • SimpleConnection and SimpleTransaction types created #93
  • SystemInfos trait created #94

Enhancements

  • Docs examples improved #93

v0.13.0

3 years ago

Enhancements

  • Backend abstractions improvements #75
  • Utilization of borrowed handles in the native API #84
  • Less unwrap on the rust/wire API #89
  • Applied some rust 1.48 recommendations #92

New features

  • String connection #91

v0.12.0

3 years ago

New features

  • Named parameters support added #48 #67 #81 #79
  • Execute statements without cursor(e.g: insert .. returning) support #77

Enhancements

  • Pure Rust variation refactored #80
  • CI fixes #82
  • isc_commit_transaction utilization #58
  • Named columns refactored #73

v0.11.0

3 years ago

Enhancements

  • Charset #50
  • Queryable typeparams #53
  • Tests for transactions #55
  • Commit transaction #58

v0.10.0

3 years ago

New feature

  • Charset support added #47

v0.9.0

3 years ago

Enhancements

  • ARM support fixed #41
  • README updated with examples

v0.5.0

3 years ago

New features

  • Embedded database support added: #29

Enhancements

  • Params and columns types tests: #21
  • Crate separation: #27

Bugfixes

  • A lot bugfixes on our CI: #24, #37

v0.6.0

3 years ago

New features

  • Blog support added: #33

Bugfixes

  • A lot of fixes in our CI/actions: #31, #34, #35 and #30