It will be committed soon ... When I decide to get out of bed :)

Sent from my iPhone

On Sep 19, 2010, at 2:14 AM, Farrukh Ijaz <[email protected]> 
wrote:

> Thanks Mike, it worked.
> 
> Should I use this way or will it be committed to the next Wonder's build?
> 
> Farrukh
> 
> On 2010-09-19, at 8:42 AM, Mike Schrag wrote:
> 
>> try adding
>> 
>>     
>>      public String _columnCreationClauseForAttribute(EOAttribute attribute) {
>>              return addCreateClauseForAttribute(attribute).toString();
>>      }
>> 
>>      public StringBuffer addCreateClauseForAttribute(EOAttribute 
>> eoattribute) {
>>              EOSQLExpression expression = 
>> _expressionForEntity(eoattribute.entity());
>>              expression.addCreateClauseForAttribute(eoattribute);
>>              return new StringBuffer(expression.listString());
>>      }
>> 
>> 
>> to PostgresqlSynchronizationFactory
>> 
>> On Sep 19, 2010, at 1:22 AM, Farrukh Ijaz wrote:
>> 
>>> addCreateClauseForAttribute
>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com
>> 
>> This email sent to [email protected]
> 
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to