www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - mysql-native v1.1.0 - small bugfix update

mysql-native is a native D client driver for MySQL/MariaDB. It works 
with or without Vibe.d.

Small bugfix update:




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.
Jun 08 2017