Quantcast
Channel: Liquibase Forums
Browsing all 2993 articles
Browse latest View live

Re : Manipulating data depending on ran changesets

The listener works fine in my local testing, I'm not sure why it wouldn't be for you. You aren't seeing the println statemetns going at all?Nathan

View Article


Re : H2 drop table with cascade

It may be a newer feature in H2 than when I originally created the DropTable generation code.I created https://liquibase.jira.com/browse/CORE-1703 to track the feature.Nathan

View Article


Re : I have some trouble with Liquibase commandline with oracle

For some reason your JDBC driver is throwing a "Recurso nÒo suportado" error when liquibase is trying to read the database version. I'm not sure I've seen that before, do you know of any configuration...

View Article

Re : Liquibase is trying to execute SQL that is commented out.

Normally the stripComments is what you would want to use. Why are you wanting the comments "exectued" against the database?Nathan

View Article

Re : Need to have better control of type generation for a specific database

How to handle those column conversions is high on my list of things to improve. For now,  you have a couple options: You could use changelog parameters. Define parameters like "${char_type}" and in...

View Article


Re : I have some trouble with Liquibase commandline with oracle

Hi Nathan, I dont know. I need tô open the Java project and debug the code. Do you know if I need tô give any special permission tô user for db user tô execute liquibase?

View Article

GenerateChangelog in java

I am trying to generate changelog in the Sybase ASE  using java.This is how i am creating the liquibase object  Liquibase liquibase = new Liquibase(changelogFile, new ClassLoaderResourceAccessor(...

View Article

Re : I have some trouble with Liquibase commandline with oracle

Nathan,Thx for support, a solve the problem giving that permissions at my Data Base, "grant connect, resource, create view to d_gis_integracao". Could you put some information about perssions at...

View Article


Re : Liquibase is trying to execute SQL that is commented out.

I think maybe I just mis understood how comments were handled and that they were some how pulled into the database for logs or something.One would expect comments to be  skipped by default by the...

View Article


I'm not able generate initial change log using Liquibase

I will use Liquibase 3.1.0 from the shell to generate initial change log from javax.persistence annotated classes which resides in the packages info.ggiv.cdr.commons.entity.* of my project. I have...

View Article

Offering a "builder" pattern for...

I have my own liquibase command client, mostly to allow me to define my database connection properties in my own idiosyncratic way.Because of this I often use CommandLineUtils to execute liquibase...

View Article

Collapse changes

hi all,Is it possible to let Liquibase collapse all changesets into a single (effective) one ? This can be useful to clean up after some time during development. Kind regards,Sytze.

View Article

Re : Collapse changes

To do this you would basically need to just remove the liquibase tables from the database and then create a new changelog. Personally, I've found that the benefits I get from this type of 'compaction'...

View Article


Error running dbDoc on a Sybase database

Hi,I have just downloaded liquibase 3.0.8 in order to evaluate it for my company.My OS is Red Hat Enterprise 5.6. And I am using java 1.7. Connecting to a Sybase 15.0.2 dataserver.I have a properties...

View Article

Re : There is already an object named 'DATABASECHANGELOGLOCK' in the database...

Hi all,I just ran into the same problem using liquibase 3.1.0, while using 3.0.8 works. I attached a ZIP file containing a ready-to-run unit test demonstrating the issue (unzip and 'mvn test' will...

View Article


Grants with Oracle

Hi,I run our Oracle 11g database like thisuser named "appname" has full rights to a database.user named "app_appname" only has access for basic CRUD operations,they can't create/drop tables.WIthout...

View Article

Re : Liquibase is trying to execute SQL that is commented out.

Yes, which is why stripComments defaults to true. There are times that they can matter and need to be passed along, especially in stored procs in some databases.Nathan

View Article


Re : Liquibase is trying to execute SQL that is commented out.

Sorry. I on further check it does default to "false" which isn't as expected but was left for backwards compatibility.Nathan

View Article

Re : GenerateChangelog in java

In 3.1.0, there is a new generateChangeLog() method on the Liqubase object that you should be able to use.Nathan

View Article

Re : I'm not able generate initial change log using Liquibase

Answered on http://stackoverflow.com/questions/21097857/im-not-able-generate-initial-change-log-using-liquibase/21122371#21122371

View Article
Browsing all 2993 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>