On Sun, 19 Jan 2014 16:58:40 GMT, Anton Alexeev wrote:

On Sun, 19 Jan 2014 14:09:44 +0100, Sönke Ludwig wrote:

If nobody else can answer this quickly in the mean time, I'll have a
look at the source later to see what goes wrong.

OK, thank you for your reply. I will wait.

Sorry that this is taking so long, I still didn't manage to install a MySQL server for testing.

A blind guess is that TEXT columns are stored internally as a ubyte[] instead of as string. In this case using cast(string)rs[0][2].get!(ubyte[]) instead of rs[0][2].toString() should do the trick.