I have a module with a '-' in the name. eg. 'my-example'. When I use a database table in the project with the sqlite backend, teh SQL generated has a '-' in the generated table names which sqlite doesn't handle and gives an error: sqlite3 example.db <example.sql Error: near line 1: near "-": syntax error Chris. -- http://www.bluishcoder.co.nz