The current code (r40) has problems with multi line statements.
Espacially statements like this: UPDATE xxx SET yyy = 0
are sent to the database as: UPDATE xxxSET yyy = 0
This simple patch resolves this issue. I also added a test case for that.
FILE_SEPARATOR patch
Log in to post a comment.
FILE_SEPARATOR patch