Re: basic use of migrations with MySQL...

2014-06-25 Thread Baiss Eric Magnusson
On Jun 25, 2014, at 2:32 PM, Pascal Robert wrote: > And I had a similar problem this morning, after I found out that I needed to > add the ErAttributeExtension framework to get prototypes with JodaLocalTime > to work. > > No wonder we can't grow the community with such a tools mess... Amen,

Re: basic use of migrations with MySQL...

2014-06-25 Thread Pascal Robert
And I had a similar problem this morning, after I found out that I needed to add the ErAttributeExtension framework to get prototypes with JodaLocalTime to work. No wonder we can't grow the community with such a tools mess... Envoyé de mon iPhone > Le 2014-06-25 à 17:10, Timothy Worman a écri

Re: basic use of migrations with MySQL...

2014-06-25 Thread Timothy Worman
On Jun 24, 2014, at 1:57 PM, Ray Kiddy wrote: > On Tue, 24 Jun 2014 16:29:01 -0400 > Theodore Petrosky wrote: > >> and you are using the MYSQL plugin from WO 5.4 as Pascal is >> suggesting? > > > Well, of course I had. Duh! > > And then ... I have just double-checked. I had put the framework

Re: basic use of migrations with MySQL...

2014-06-24 Thread Paul Hoadley
On 25/06/2014, at 5:29 AM, Ray Kiddy wrote: > So, the only place I am seeing basic documentation on the wocommunity > site is in the page on creating an ERRest application. Is this right? > Did I miss something? I know there have been WOWODC presentations, but > that is not completely a replaceme

Re: basic use of migrations with MySQL...

2014-06-24 Thread Ray Kiddy
On Tue, 24 Jun 2014 16:29:01 -0400 Theodore Petrosky wrote: > and you are using the MYSQL plugin from WO 5.4 as Pascal is > suggesting? Well, of course I had. Duh! And then ... I have just double-checked. I had put the framework into the build path, but not high enough up to over-ride the non-

Re: basic use of migrations with MySQL...

2014-06-24 Thread Ray Kiddy
On Tue, 24 Jun 2014 16:29:01 -0400 Theodore Petrosky wrote: > and you are using the MYSQL plugin from WO 5.4 as Pascal is > suggesting? Well, of course I had. Duh! And then ... I have just double-checked. I had put the framework into the build path, but not high enough up to over-ride the non-

Re: basic use of migrations with MySQL...

2014-06-24 Thread Ray Kiddy
On Tue, 24 Jun 2014 16:29:01 -0400 Theodore Petrosky wrote: > and you are using the MYSQL plugin from WO 5.4 as Pascal is > suggesting? Well, of course I had. Duh! And then ... I have just double-checked. I had put the framework into the build path, but not high enough up to over-ride the non-

Re: basic use of migrations with MySQL...

2014-06-24 Thread Theodore Petrosky
and you are using the MYSQL plugin from WO 5.4 as Pascal is suggesting? On Jun 24, 2014, at 4:21 PM, Ray Kiddy wrote: > On Tue, 24 Jun 2014 16:17:51 -0400 > Theodore Petrosky wrote: > >> Ray, >> >> If I understand, (It always seems that I don’t understand the >> question), you want to alter

Re: basic use of migrations with MySQL...

2014-06-24 Thread Ray Kiddy
On Tue, 24 Jun 2014 16:17:51 -0400 Theodore Petrosky wrote: > Ray, > > If I understand, (It always seems that I don’t understand the > question), you want to alter a table through migrations. I have > always done it like this. > > > ERXMigrationTable theTable = > database.existingTableNamed(“t

Re: basic use of migrations with MySQL...

2014-06-24 Thread Theodore Petrosky
Ray, If I understand, (It always seems that I don’t understand the question), you want to alter a table through migrations. I have always done it like this. ERXMigrationTable theTable = database.existingTableNamed(“theTableIWantToAlter"); theTable.existingColumnNamed(“theColumnName").setAllow

Re: basic use of migrations with MySQL...

2014-06-24 Thread Pascal Robert
Le 2014-06-24 à 15:59, Ray Kiddy a écrit : > > I should have been using migrations for a long time, but I have not. I > have just never had the time to add another thing that might break. But > you know. But I thought I knew the theory of it. > > So, the only place I am seeing basic documentat

Re: basic use of migrations with MySQL...

2014-06-24 Thread John Huss
Sorry, I missed the snippet of code you are using that has the problem. On Tue, Jun 24, 2014 at 2:59 PM, Ray Kiddy wrote: > > I should have been using migrations for a long time, but I have not. I > have just never had the time to add another thing that might break. But > you know. But I though

basic use of migrations with MySQL...

2014-06-24 Thread Ray Kiddy
I should have been using migrations for a long time, but I have not. I have just never had the time to add another thing that might break. But you know. But I thought I knew the theory of it. So, the only place I am seeing basic documentation on the wocommunity site is in the page on creating an