Sébastien Rombauts 2e69a81ccf Fix #189 unit test "Column.basis" failing on Visual Studio 2013
The implicit cast to std::string() would fallback to const char* with MSVC 2010-2013 (witch does not work with the NULL char in the middle)

Without it, trying to access a binary blob with implicit cast to string
ends up converting it to a C-style char*, damaging the data by truncating it to the first null character!
2019-03-03 08:55:18 +01:00
..
2019-03-02 15:46:53 +01:00
2019-03-02 15:46:53 +01:00
2019-03-02 15:46:53 +01:00
2019-03-02 15:46:53 +01:00