Mike Lischke

Results 184 comments of Mike Lischke

Here are two possible workarounds: **Option 1** 1. Use your own expander element. 2. Set the standard branch element width to 0 in your CSS. 3. Assign a proper value...

While it would certainly help to throw more iron at the tests, it's not clear if that is really worth the effort IMO. My big patch is probably the largest...

I'm pretty late here, but want to add some important information: the DELIMITER keyword is **not** part of the MySQL language, instead it is a construct used by the MySQL...

Just because you can, doesn't mean you should. Using the parser to separate statements is way slower than a simple splitter (1:100 if not more). If all you need is...