problems with postgresql prototypes
problems with postgresql prototypes
- Subject: problems with postgresql prototypes
- From: Theodore Petrosky <email@hidden>
- Date: Thu, 6 May 2010 08:18:22 -0700 (PDT)
In Entity Modeler, I choose my database and Prototypes (EOJDBCPostgresqlPrototypes).
some of the attribute prototypes don't work correctly (at least from my perspective.. ie
I choose:
Prototype doubleNumber
data type: Double
External Type: float
Class java.lang.Double
my migration shows a newDoubleColumn with missing attributes.
So I tried the 'amount' prototype and in the migrations it creates:
versionTable.newDoubleColumn("c_revision_number", 38, 2, false);
This creates a column of type 'money' in postgresql.
I need to create a float but none of the prototypes seem to work (at least for me).
Where do the templates live that create these bindings? maybe I could hack this to work...
Ted
_______________________________________________
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