This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Good Day. I found following issues when using LightSpeed ORM with PostgreSQL: 1) Every time (except for the first time), when I try to update database schema from the designer, it says that keytable is missing and not applying updates, even when it present. The only way to update the schema - delete all tables. I think that this is case-sensitivity issue. 2) Is there any way to tell LightSpeed ORM Designer to quote identifiers (table names, columns, etc)? Thanks. |
|
|
re 1: Yes this is a case sensitivity issue. Select No on the dialog and then select Yes to the "Stop asking about this" question as a workaround. re 2: Not as a global rule, you can however specify an explicitly cased name for tables and columns by setting the Table Name/Column Name respectively
|
|
|
1) If i choose not to ask, entities are modifed, but assiciations sometimes do not. I still not found steps to reproduce. |
|
|
The question relates just to the creation of KeyTable, in terms of the associations have you assigned specific column names for each of these?
|
|