hoonsbara / octalforty-wizardby

Automatically exported from code.google.com/p/octalforty-wizardby
1 stars 0 forks source link

Default index naming strategy is not suitable for SQLite #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by anton.go...@gmail.com on 21 May 2010 at 8:56

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r151.

Original comment by anton.go...@gmail.com on 21 May 2010 at 8:57