Re: maven sql plugin and clobs

2011-01-06 Thread Jay Perry
et me know if any of you can think of anything else. Thanks, Jay -- View this message in context: http://maven.40175.n5.nabble.com/maven-sql-plugin-and-clobs-tp3315695p3331402.html Sent from the Maven - Users mailing list archive at

Re: maven sql plugin and clobs

2010-12-23 Thread Mark Struberg
bin format) LieGrue, strub --- On Wed, 12/22/10, Jason Perry wrote: > From: Jason Perry > Subject: maven sql plugin and clobs > To: users@maven.apache.org > Date: Wednesday, December 22, 2010, 8:38 PM > Hi, > > I am running into a problem when trying trying to import a &

Re: maven sql plugin and clobs

2010-12-22 Thread Wayne Fay
> I am running into a problem when trying trying to import a .sql file that > has clob data.  Anyone run into this or know of a workaround?  Here is the Did you try escaping the quotes? The error makes me think that you could make it work if you just monkey with the clob data. Depending on how oft

maven sql plugin and clobs

2010-12-22 Thread Jason Perry
Hi, I am running into a problem when trying trying to import a .sql file that has clob data. Anyone run into this or know of a workaround? Here is the failure: [INFO] [ERROR] BUILD ERROR [INFO]

Re: Maven SQL plugin

2010-10-27 Thread Dan Tran
r I cannot specify >> > wildcards :( >> >> Have you considered simply modifying the Maven SQL plugin to add the >> functionality you require, and then offering your changes back for >> inclusion in a future release of the plugin? >> >>

Re: Maven SQL plugin

2010-10-27 Thread Chris Odney
ot use the as the ordering mechanism is > > alphabetical. seems a good choice however I cannot specify > > wildcards :( > > Have you considered simply modifying the Maven SQL plugin to add the > functionality you require, and then offering your changes back for > inclus

Re: Maven SQL plugin

2010-10-19 Thread Wayne Fay
> In this case, I cannot use the as the ordering mechanism is > alphabetical. seems a good choice however I cannot specify > wildcards :( Have you considered simply modifying the Maven SQL plugin to add the functionality you require, and then offering your changes back for inclusion in

Re: Maven SQL plugin

2010-10-18 Thread Chris Odney
Folks, Can I specify wildcards like "c:\SQLscripts\create\*.sql" for the attribute within ? We have our db scripts in separate folders like create, upgrade, constraints, triggers etc. As the name says create folders has sql files that have db script to create tables, upgrade has scripts to alt

Re: Maven SQL plugin

2010-10-14 Thread John Singleton
http://jira.codehaus.org/browse/MSQL-53 addresses exactly this issue... On Thu, Oct 14, 2010 at 5:12 PM, John Singleton wrote: > Hi Chris, > > It has been my experience of ~2.5 years that the order is maintained with a > list, though I see nothing in the plugin docs that specifically > mentions

Re: Maven SQL plugin

2010-10-14 Thread Brian Topping
quelle diffusion non autorisée ou la copie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons ac

Re: Maven SQL plugin

2010-10-14 Thread John Singleton
Hi Chris, It has been my experience of ~2.5 years that the order is maintained with a list, though I see nothing in the plugin docs that specifically mentions this, nor have I had the time (or inclination) to read the source... We have a relatively small number of sql files, 4 in one place, 2 in

RE: Maven SQL plugin

2010-10-14 Thread Martin Gainty
à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 14 Oct 2010 10:03:58 -0400 >

Re: Maven SQL plugin

2010-10-14 Thread Chris Odney
Hi John, I never noticed the option of as against My understanding is the list of files specified using are executed in the order they are specified whereas it is not so in the case of (this is when orderFile attribute is not specified). Am I wrong? Thanks for the reply, Chris. On Thu, Oct 1

Re: Maven SQL plugin

2010-10-14 Thread John Singleton
Hi Chris, #2 is probably the best to ensure repeatability in the order you want. It also prevents inadvertent re-ordering if a new sql file is introduced into the sql directory. In our project, we use srcFiles rather than fileset: [file1] [file2} ... HTH, John Singleton On Thu,

Maven SQL plugin

2010-10-14 Thread Chris Odney
Hi, I am facing some problem in ordering the sql execution. We have one sql script file for each table under one directory. Ex: There is user.sql and role.sql in the directory c:\SqlScripts. We are using the sql maven plugin to execute these sql files. The role table has a Foriegn key to the use

Running maven-sql-plugin standalone

2009-05-15 Thread SkeebZ
I have been messing around with the codehaus maven-sql-plugin and cannot get the plugin to run without binding it to a phase. (This does not work) create-schema

[ANN] maven-sql-plugin 1.0

2004-06-06 Thread Nathan Coast
Hi, The codeczar team is pleased to announce the release of maven-sql-plugin. This plugin enables execution of sql scripts from maven. I have added a simple example project to the original plugin (requires mysql). plugin homepage http://www.codeczar.com/products/maven-sql-plugin/index.html