Files
HeidiSQL/components
rosenfield.albert f880e3b21b * Poke around with a stick in Zeos, trying to fix some more Unicode issues.
* Add "assertions" (well, small logic bombs that will explode in your face, rather) in places that I couldn't be bothered to fix or couldn't figure out.

* Zeos doesn't do anything terribly intelligent with it's row buffer, it simply stuffs columns into it from one end until it overflows.  Instead of actually fixing this by, I dunno, mapping the smallest columns into the buffer first and stopping when it's full, just decreased the threshold at which ZMySQL declares something to be a stream rather than a string.
2008-05-27 20:12:56 +00:00
..