• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Migrations and Default Values
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Migrations and Default Values


  • Subject: Re: Migrations and Default Values
  • From: Mike Schrag <email@hidden>
  • Date: Sun, 19 Sep 2010 01:42:05 -0400

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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Migrations and Default Values
      • From: Farrukh Ijaz <email@hidden>
References: 
 >Migrations and Default Values (From: Farrukh Ijaz <email@hidden>)
 >Re: Migrations and Default Values (From: Mike Schrag <email@hidden>)
 >Re: Migrations and Default Values (From: Mike Schrag <email@hidden>)
 >Re: Migrations and Default Values (From: Farrukh Ijaz <email@hidden>)
 >Re: Migrations and Default Values (From: Farrukh Ijaz <email@hidden>)

  • Prev by Date: Re: Migrations and Default Values
  • Next by Date: Re: Migrations and Default Values
  • Previous by thread: Re: Migrations and Default Values
  • Next by thread: Re: Migrations and Default Values
  • Index(es):
    • Date
    • Thread