doubleNumber, newDoubleColumn
doubleNumber, newDoubleColumn
- Subject: doubleNumber, newDoubleColumn
- From: Jesse Tayler <email@hidden>
- Date: Fri, 7 Jan 2011 19:25:48 -0500
Is there something wrong with the prototype for MSQL if I get a EOGen result like this:
questionTable.newDoubleColumn("lat", ${attribute.precision}, ${attribute.scale}, true);
I'm adding lat/lon for storing geo numbers, I used the doubleNumber prototype but it seems to want something more?
I also notice that ERAttachments want to generate a stub to insert a reverse relationship which I don't think I asked for, and fails, I can comment it out, but I don't know where it comes from.
userTable.addForeignKey("posterId", "ERAttachment", "id");
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden