Localhost QCubed Examples with PostgreSQL (article link)
Fri, 07/15/2011 - 14:07
Here is the article, with attachments:
http://www.thetrozone.com/qcubed-localhost-examples-postgresql
Once again, you can use the files and the article above as QCubed documentation.
Also, please read the NOTE number 3 on the article and help it if you can.
Regards,
Vaibhav

Its disheartening to see no response :(
Nice Article..
Maybe some of the admins can help you with it..
Thanks for putting together this example!
Type tables MUST have a unique varchar column by design. See this example for details: http://examples.qcu.be/assets/_core/php/examples/more_codegen/type_table...
The reason that column must be unique is because the codegen creates a set of constants that are mapped to the actual values of the varchar column. If they are not unique, there isno way to map them back to the ID's in a deterministic way.
So how do I make them UNIQUE? I have put up the Database Dump as well. So you can check. I did actually create a 'UNIQUE' key (index) for that field. but error persists.