Skip to content

Releases: CoLearn-Dev/rdbc2

v0.2.2

Choose a tag to compare

@nociza nociza released this 28 Apr 22:48
5bba274

Fix tests

v0.2.1

Choose a tag to compare

@nociza nociza released this 28 Apr 22:16
2c6654e
  • Address Xiaoyuan issues

v0.2.0

Choose a tag to compare

@nociza nociza released this 25 Apr 00:50
  • 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

Choose a tag to compare

@nociza nociza released this 17 Apr 10:32
  • Better tests
  • Unified Behavior on same queries
  • Automatic statement preparing for MySQL

v0.1.2

Choose a tag to compare

@nociza nociza released this 05 Apr 07:35

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

v0.1.1

Choose a tag to compare

@nociza nociza released this 05 Apr 07:19
  • 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

Choose a tag to compare

@nociza nociza released this 28 Mar 23:21
  • simple support for mysql and sqlite database connection
  • support serialized results and parameter substitution