8 Aug 09:36
Re: Support for PostgreSQL sequences
Julian Tree <julian.tree <at> gmail.com>
2006-08-08 07:36:02 GMT
2006-08-08 07:36:02 GMT
Hmmm... I am having problem add a new record for postgresql
Root/type.properties:
---------------------------------------------------
_children = collection(Company)
_children.accessname = company_id
Company/type.properties:
---------------------------------------------------
_db = filepressdb
_table = company
_id = company_id
_idgen = company_company_id_seq
_name = company_name
creator = creator
modifier = modifier
contact_name = contact_name
company_name = company_name
email = email
company_type = company_type
Root/new.hac
-------------------------------
var c = new Company();
c.company_name = "Blah Blah";
c.company_type = "agency";
root.add(c);
I get following error
(Continue reading)
, I'd like to ask for
people to take a quick test drive with the current cvs code.
If I don't get any complaints, I'll probably put out a 1.5.1 release
candidate later this evening.
hannes
RSS Feed