Status: New
Owner: ----
New issue 80 by
vaverche...@appsecinc.com: "Invalid column
name 'behaviour'" or similar error in case-sensitive databases
http://code.google.com/p/sarasvati/issues/detail?id=80
What steps will reproduce the problem?
Try to run Sarasvati with HibEngine on case-sensitive database; it will
complain about 'behaviour' column.
What version of the product are you using? On what operating system?
Version: Sarasvati 2.0.1, Windows
Please provide any additional information below.
HibNodeType class defines column name in wf_node_type as 'Behaviour',
while HibNode class refers to this column as 'behaviour' in the
@DiscriminatorFormula.
Problem may be fixed by
- changing column name to 'Behaviour' in the HibNode statement (see
attached patch),
- or changing column name to 'behaviour' in HibNodeType and schema.
The first fix is preferable - to keep compatibility with existing database
schemas.
Attachments:
case-sensititivity.patch 699 bytes