..\migrate and strored procedures

2010-04-13 Thread Dmitry Mamonov
Hi everyone! I'm trying to apply ibatis-migrations to manage our database schema and I found a semantic problem with it. (we are using postgres if it does matter.) My plan is to maintain ALL changes of database with ..\migrate, including changes in stored procedures. Here is my use-case: 1.

Re: ..\migrate and strored procedures

2010-04-13 Thread Nathan Maves
this was already fixed in the latest code http://people.apache.org/builds/ibatis/ibatis-3-core/ibatis-core-3.0.0-bundle.zip On Tue, Apr 13, 2010 at 12:14 AM, Dmitry Mamonov dmitry.s.mamo...@gmail.com wrote: Hi everyone! I'm trying to apply ibatis-migrations to manage our database schema and I