All Versions
42
Latest Version
Avg Release Cycle
88 days
Latest Release
2378 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.3.0 Changes
🐛 Bug fixes
- fix parsing of date 0000-00-00
- allow saving dates, that have year less as 1000, due time is another format as date
Backwards incompatible changes
- tiny integers are no more automatically decoded as booleans
-
v0.2.2 Changes
- 🐛 Bug fixes
- do not close statement, if it is cached, and latest used too
- 🐛 Bug fixes
-
v0.2.1 Changes
- 🐛 Bug fixes
- clean statement_id before running, which have produced close statement twice
- 🐛 Bug fixes
-
v0.2.0 Changes
Enhancments
- add caching and reusing of prepared statements
Backwards incompatible changes
- no more sanitizing input, the queris starting with whitespace and '\n' are no more valid queries
-
v0.1.7 Changes
- Enhancments
- initial implementation of stored procedures
- add year, smallint and mediumint decoding
- allow query command delimiter be \n
- allow setting :sndbuf, :recbuf, :buffer in tcp options
- Enhancments
-
v0.1.6 Changes
- 🐛 Bug fixes
- Queue is not dequeued
- 🐛 Bug fixes
-
v0.1.5 Changes
Enhancments
- Allow add own :socket_options
🐛 Bug fixes
- strip statement
-
v0.1.4 Changes
- 🐛 Bug fixes
- fix regression, that doesn't handle the plugin type right on handshake
- 🐛 Bug fixes
-
v0.1.3 Changes
- 🐛 Bug fixes
- close prepared statements on end of execution
- 🐛 Bug fixes
-
v0.1.2 Changes
- 🐛 Bug fixes
- fix crashing of a process on stop
- fix authorization with mysql 5.1
- fix wrong calculated padding in null bitmap
- 🐛 Bug fixes