move Insert.prefix() to UpdateBase, implement for UPDATE/DELETE

Issue #2431 resolved
Mike Bayer repo owner created an issue

MySQL supports prefixes for INSERT, UPDATE, DELETE:

http://dev.mysql.com/doc/refman/5.0/en/delete.html

http://dev.mysql.com/doc/refman/5.0/en/update.html

Also add "dialect_name" to prefix().

Comments (2)

  1. Log in to comment