Skip to content

Releases: CoLearn-Dev/rdbc2

v0.2.2

28 Apr 22:48
5bba274
Compare
Choose a tag to compare

Fix tests

v0.2.1

28 Apr 22:16
2c6654e
Compare
Choose a tag to compare
  • Address Xiaoyuan issues

v0.2.0

25 Apr 00:50
Compare
Choose a tag to compare
  • Remove redundant abstraction (Remove all *_and_serialize functions from Database struct) since it doesn't add enough value and causes confusion.
  • Better tests
  • Cleanup

v0.1.3

17 Apr 10:32
Compare
Choose a tag to compare
  • Better tests
  • Unified Behavior on same queries
  • Automatic statement preparing for MySQL

v0.1.2

05 Apr 07:35
Compare
Choose a tag to compare

Same as v0.1.1 as the previous publish bugged out in Github actions and failed to update the contents

v0.1.1

05 Apr 07:19
Compare
Choose a tag to compare
  • Added more substantial tests to both MySQL and SQLite implementations
  • Added parameter sanitization
  • Added affected_rows (for better response of non-SELECT queries)

v0.1.0

28 Mar 23:21
Compare
Choose a tag to compare
  • simple support for mysql and sqlite database connection
  • support serialized results and parameter substitution