When I run Abator against a MySQL database I get files with names like {table-name}_SqlMap.xml. When I run against Postgres or SQL Server I get files with names like {database_name}_{table-name}_SqlMap.xml. Is there anything I can do to get Abator to not add the database name prefix for Postgres and SQL Server so I don't have to change my code when the database type changes?

Reply via email to