Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.
"INSERT INTO foo() VALUES ()" is invalid syntax, so don't do that.
Showing
Please register or sign in to comment
"INSERT INTO foo() VALUES ()" is invalid syntax, so don't do that.