• 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: longText and postgresql migrations
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: longText and postgresql migrations


  • Subject: Re: longText and postgresql migrations
  • From: Lachlan Deck <email@hidden>
  • Date: Fri, 16 Jan 2009 11:46:52 +1100

On 16/01/2009, at 9:35 AM, Theodore Petrosky wrote:

However when I have the system create the migration for me I get an entry like this:

toolsTable.newStringColumn("c_tool_description", ${attribute.width}, false);

There is no 'size' for a text column and of course this will fail. Is there anything I can do?

A little annoying yes.
Change it to something like:
toolsTable.newColumn("c_tool_description", Types.CLOB, 0, 0, 0, false, null );


Obviously I am looking for something like this:
toolsTable.newTextStringColumn("c_tool_description", false);

submit a bug report to the Wonder JIRA: http://issues.objectstyle.org

with regards,
--

Lachlan Deck



_______________________________________________
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


References: 
 >longText and postgresql migrations (From: Theodore Petrosky <email@hidden>)

  • Prev by Date: MySQL Index Generation
  • Next by Date: Re: [OT - kinda] WOWODC 2009 webcasting?
  • Previous by thread: Re: longText and postgresql migrations
  • Next by thread: EOKeyValueQualifier not escaping single quote character
  • Index(es):
    • Date
    • Thread