plushy
plushy
This one's pretty weird: http://sqlfiddle.com/#!12/d1096/1 If you run this query a few times you will see that the error message shows up every other time. The error msg itself is...
Would it be possible to get PostGIS support sometime in the future?
The filter doesn't catch statements that are followed by a comment: http://sqlfiddle.com/#!2/83fbb/19 By the way while we're at it. How about disabling nonstractional database like myisam and allowing INSERT/UPDATE/DELETE statements?...
MySQL errors messages tell what line the error is at. But the numbering starts with 1 for every statement. I think it would be nice to add some hint what...
The -- coments don't work properly if the comment is not followed by a query: http://sqlfiddle.com/#!4/ee7da/3121 http://sqlfiddle.com/#!7/04eca/159 Or if the commented out line contains ";": http://sqlfiddle.com/#!4/ee7da/3122 http://sqlfiddle.com/#!7/04eca/160 It seems to...