Skip to content

Releases: Avocarrot/stormer-mysql

Better JS-to-MySQL Serialization-Deserialization

21 Dec 14:41
Compare
Choose a tag to compare
v0.2.2

feat (booleans) : serialize mysql values to javascript objects based …

Fixed Boolean being properly cast to integers

12 Dec 16:53
48b8f8b
Compare
Choose a tag to compare
fix (bools) : cast js booleans to mysql ints (#3)

* fix (boolean casting) : cast javascript boolean values to mysql integers

* tests (general) : add missing test cases, update sinon, simplify stub syntax