Jochen

Results 4 issues of Jochen

Okay, so the problem is probably already *somewhat* known in #3425 and #2942. I found a new effect - apart from having to remove characters with too many backspaces -...

this might possibly be a duplicate, but I can't find one. might also be a library issue. the **CSS** ```CSS .selector1 .selector2 { font-weight:bold } ``` will be converted (via...

t: Bug
p: Low

fixes #58 when the row to be inserted contains `null` for its primary key column, it's most likely, that it's an auto-increment or otherwise generated primary key, so the $row...

When I have a table with a primary key column that's also increment, it's valid to set it to `null` on the insert statement. the last insert it will then...