mysql-native v1.1.0 - small bugfix update
Nick Sabalausky (Abscissa) via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Thu Jun 8 18:06:51 PDT 2017
mysql-native is a native D client driver for MySQL/MariaDB. It works
with or without Vibe.d.
Small bugfix update:
- Fixed: #99: Update dub.sdl to allow vibe-d 0.8.* releases.
- Fixed: #111: NEWDECIMAL type returns the wrong value. Since this type
is intended as arbitrary precision, the server itself sends it as a
string. In order to avoid unexpected loss of precision, mysql-native
does not attempt to convert the string to a floating-point type. If
conversion to floating point is required, users can simply pass the
string to Phobos's to!real.
More information about the Digitalmars-d-announce
mailing list