Re : databasechangelog.csv: wrong format in latest git?
Confirmed that this pull request fixes the issue: https://github.com/liquibase/liquibase/pull/414
View ArticleRe : Error when trying to generateChangeLog : ORA-00942: table or view does...
I am not 100% sure that you are having a permissions issue, but it is something to try out - set up a local developer database and give yourself DBA permissions and see if you have the same issue or...
View ArticleRe : databasechangelog.csv: wrong format in latest git?
Yep, that was a bug! Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View ArticleRe : Liquid Base Editor/DB Change Log (XML format) editor
Hi Cristophe, Thank you for opening this project. I will take a look, however, I started a similar idea, but based on an XForms editor. It would run as servlet. I'm at the prototype phase, but don't...
View ArticleRe : liquibase Diff command Using difftypes=data is not working.
--diffTypes=data can onyl be used with the generateChanegLog command Reproducing below a section form the page at http://www.liquibase.org/documentation/diff.html Controlling Checks (since 1.8) What...
View ArticleRe : liquibase Diff command Using difftypes=data is not working.
Thanks for posting that! I just created a pull request that will let users know that diffTypes=data in diffChangeLog does not work. https://github.com/liquibase/liquibase/pull/417 Steve DoniePrincipal...
View ArticleRe : liquibase Diff command Using difftypes=data is not working.
Thanks Steve! I guess what is confusing is that the 1st line of that section states "What changes are checked for can be controlled with the diffTypes parameter to the diff commands" but the line just...
View ArticleRe : How to generate changelog of data for selected tables only?
Does not appear it is possible. You may have to generate the entire change log and remove data for all other tables except the one you want which am assuming should not be a big deal if just a one-time...
View ArticleRe : How to generate changelog of data for selected tables only?
Just came across this thread from 4 years ago where Nathan said it was not possible at the time but the feature was in the 2.1 planning list. Not sure if it has been implemented yet...
View ArticleRe : Restricting --diffType="data" to specific tables
Has this feature been implemented yet?
View ArticleExists-preconditions, offline databases and generated SQL
We use an offline database to programmatically create a changelog and then we generate DDL using Liquibase. However, we have encountered a weakness in the pre-condition system - it requires a snapshot...
View ArticleC:\Liquibase\mysql-connector-java-5.1.31\mysql -connector-java-5.1.13-bin.jar...
Hi guys, I can´t fix this issue .. Please Help Liquibase> java -jar liquibase.jar --changeLogFile=changelog.xml update --liquibase.properties url:jdbc:mysql://localhost/test username:root...
View ArticleRe : C:\Liquibase\mysql-connector-java-5.1.31\mysql...
It appears you may be running liquibase from a windows machine. If so, correct the value of classpath to point to the absolute location (e.g. of the MySQL driver mysql-connector-java-5.1.13-bin.jar...
View ArticleRe : C:\Liquibase\mysql-connector-java-5.1.31\mysql...
tks for your help .. yes I'm on windows ..I changed the classpath but still not working . classpath=C:/Liquibase/mysql-connector-java-5.1.31/mysql-connector-java-5.1.13-bin.jar
View ArticleRe : sqlFile not being called
Have you tried something like this, assuming the SQL file being called is using Liquibase formatted SQL? <include file="classpath:states.sql"/> Note that this is not wrapped within the...
View ArticleRe : C:\Liquibase\mysql-connector-java-5.1.31\mysql...
Have you verified whether the JAR file actually exists at C:/Liquibase/mysql-connector-java-5.1.31/mysql-connector-java-5.1.13-bin.jar?
View ArticleRe : C:\Liquibase\mysql-connector-java-5.1.31\mysql...
Thanks Man , wrong File name .. the correct conector is Pasta de C:\Liquibase\mysql-connector-java-5.1.31 Copy paste issue ..
View Articlewhat is the TAG to rollback?? How to rollback a Create Table ??
Hi Guys , I need to rollback the create table bellow .. It was created with the command java -jar liquibase.jar --changeLogFile=changelog.xml update <?xml version="1.0" encoding="UTF-8"?>...
View ArticleRe : what is the TAG to rollback?? How to rollback a Create Table ??
Please read the docs before asking questions to not waste other peoples time.http://www.liquibase.org/documentation/changes/create_table.html You will not even understand the answer if you don't. As...
View ArticleLiquibase dbDoc command does not seem to support contexts - includes changes...
A sane implementation of dbDoc (and judging from https://liquibase.jira.com/browse/CORE-688) should take contexts into account when running, but in my case it lists change sets that have a context that...
View Article