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.


Reply via email to