On 09/20/2017 01:24 AM, Nick Sabalausky (Abscissa) wrote:
https://github.com/mysql-d/mysql-native
Native D client driver for MySQL/MariaDB, works with or without Vibe.d
Tagged bugfix release v1.1.1:
- Fixed: #116: Prevent segfault on copying ResultRange. (@schveiguy)
- Fixed: #120: Fix typos / grammars in documentation (@Marenz)
- Fixed: #124: Fix deprecations: Change deprecated std.string.munch to
std.algorithm.skipOver. (@Kozzi11)
Followup: v1.1.2
- Fixed: #130 Compilation error when compiling in singleFile mode. (@Marenz)