Exception thrown if an insert query specifies a field twice.
It is not allowed to specify a field as default and insert field, this exception is thrown if that is the case.
drupal/includes/database/database.inc, line 1692
<?php class FieldsOverlapException extends Exception { } ?>