By default, DefaultDbNamingStrategy builds index names according to the
following pattern:
IX_<column-names>
UQ_<column-names>
Apparently, SQLite has global scope for index names, thus index names for
SQLite should include table name.
Original issue reported on code.google.com by anton.go...@gmail.com on 21 May 2010 at 8:56
Original issue reported on code.google.com by
anton.go...@gmail.com
on 21 May 2010 at 8:56