Re: [Liquibase-user] Errors when running LiquiBase on Debian

2009-06-10 Thread Oleg Taranenko
Romberg, I think Paul meant java -jar liquibase.jar. Do not forget about correct properties such as url, username, password etc. Take a look at the http://www.liquibase.org/manual/command_line to inquire more info about launching liquibase under command line. Regards, Oleg Wednesday, June 10,

Re: [Liquibase-user] Disable concurrent access database lock

2009-03-02 Thread Oleg Taranenko
Title: Re: [Liquibase-user] Disable concurrent access database lock Nathan, as I don't work against database directly using liquibase (only script generation) then not needing locking too. Cheers, Oleg. Saturday, February 28, 2009, 4:31:29 AM, you wrote: Is that a feature others would

Re: [Liquibase-user] Using Liquibase in simple mode?

2009-02-26 Thread Oleg Taranenko
Title: Re: [Liquibase-user] Using Liquibase in simple mode? Hello Evan, my be apache ddlutils helps in your case? http://db.apache.org/ddlutils/ Another option as I know (commercial though) is sqlways: http://www.ispirer.com/ Cheers, Oleg Saturday, February 21, 2009, 3:32:04 PM, you wrote:

Re: [Liquibase-user] MSSQL 2005 + Liquibase diff, shortcoming with duplicate table names

2009-02-20 Thread Oleg Taranenko
Hi, I'd like to write this early but lack of the time to approve it for me self prevent to do this. I ran into the problem when i've tried to launch Liquibase under Eclipse/ms sql some days ago. Main issue as I can consider, Liquibase operate with two-part name. databaseSchema.databaseObjectName.

Re: [Liquibase-user] updateSQL vs logging of executed sql statements

2009-02-15 Thread Oleg Taranenko
y the tested > solution and use a different method in production. > > The solution below is no different to updateSQL, it suffers the exact same > problems and the solution is always that your organisation needs to become > more accepting of liquibase as a tool. If you tie its hand

Re: [Liquibase-user] Enlighten Me: Change Sets With Multiple Changes

2009-02-15 Thread Oleg Taranenko
ution. > > This suggestion just doesn't fit into the philiosphy of Liquibase's > approach nor does it solve the problem. > > Paul > > -- > *From:* Oleg Taranenko > *To:* liquibase-user@lists.sourceforge.net > *Sent:* Friday, 13 Febru

Re: [Liquibase-user] Enlighten Me: Change Sets With Multiple Changes

2009-02-15 Thread Oleg Taranenko
ng the solution. > > This suggestion just doesn't fit into the philiosphy of Liquibase's > approach nor does it solve the problem. > > Paul > > -- > *From:* Oleg Taranenko > *To:* liquibase-user@lists.sourceforge.net > *Sent

[Liquibase-user] updateSQL vs logging of executed sql statements

2009-02-14 Thread Oleg Taranenko
Hi all, thinking about Nathan's note in the prev tread at development list [1], I understood what is missing to me in current state of liquibase. As a developer of bundle of different j2ee and .net web projects I create development environment for every one, that include database dump (sybase AS

Re: [Liquibase-user] Enlighten Me: Change Sets With Multiple Changes

2009-02-13 Thread Oleg Taranenko
Hi all, +1. During development it is convenient to write a sequence of changes and than play it against development database snapshot. Usually before doing that I'm marking the base change set with tag and rolling back to one. if some wrong is occurred. But more elegant is using the subsequent ch

Re: [Liquibase-user] Tagging not being recorded?

2009-02-10 Thread Oleg Taranenko
Hi, it's easy, enter rollback tag in the changeset contains sql tag ... delete from table ... or simple if you want no rollback to more info you can see on wiki http://www.liquibase.org/manual/rollback Cheers, Oleg On Tue, Feb 10, 2009 at 9:14 PM, Joelle Tegwen wrote: > > > So I'm guessin

Re: [Liquibase-user] replaceIfExists attribute for MSSql orothertsql-based dialects

2009-02-06 Thread Oleg Taranenko
QL runs fine that is > great. > > I'll try to get added tomorrow and see how it works. > > Nathan > > > > On Feb 5, 2009, at 2:30 AM, "Oleg Taranenko" < > taranenko.for...@googlemail.com> wrote: > > Nathan, > > may be you argum

[Liquibase-user] rollbackSQL goal for maven plugin

2009-02-05 Thread Oleg Taranenko
Hi, I'm using liquibase under maven. Sad maven plugin does not support rollbackSQL function. i've filed issue https://sourceforge.net/tracker2/?func=detail&aid=2567975&group_id=187970&atid=923443 Cheers, Oleg -- Create a

Re: [Liquibase-user] replaceIfExists attribute for MSSql or othertsql-based dialects

2009-02-05 Thread Oleg Taranenko
gt; checks for currently existing view (and equally odd because its inserted by > the Change itself). > > > > I'd want Nathan to chime in on whether that is a good idea before it was > done just because I don't like the idea of having two such widely differing > algor

[Liquibase-user] replaceIfExists attribute for MSSql or other tsql-based dialects

2009-02-04 Thread Oleg Taranenko
Hi all, I can't imagine, why attiribute replaceIfExists for createView tag currently is not supported on MS Sql & Co? We can check whether such view exists in schema and if yes generate syntax ALTER VIEW aView... instead of CREATE VIEW aView... This also valid for procedures and functions. Is it