Incorrect default charset for formatted sql files via maven plugin
Hi,I have been trying to solve a problem I have with UTF-8 encoded sql scripts via the maven plugin. Data is being inserted into the database with encoding "windows-1252", even though the...
View ArticleRe : Incorrect default charset for formatted sql files via maven plugin
A little more research led me to the following stackoverflow page (http://stackoverflow.com/questions/8177089/charset-defaultcharset-get-different-result-under-jdk1-7-and-jdk-1-6) which mentions that...
View ArticleInvalid content was found starting with element 'preconditions' - with...
Similar to http://forum.liquibase.org/topic/preconditions-onfail-mark-ran-causes-parser-error, I'm having an issue including a precondition. I don't know if it's a bug or if I'm just using it...
View ArticleError on documentation
Hi,First, i'm reporting typo on the documentation http://www.liquibase.org/documentation/changes/sql.htmlThe documantation YAML version does'nt display correctly tabulations and is missing character, i...
View ArticleRe : character encoding using insert
Hi,I too have been having encoding issues - but with formatted sql files. One thing that worked for me was to set the following environment variable:JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 This...
View ArticleRe : Invalid content was found starting with element 'preconditions' - with...
I would say it is expecting preConditions instead of preconditions in your first tag. So being case sensitive.Regards,Christian
View ArticleRe : character encoding using insert
Have you tried encoding your files in win1252 instead of UTF-8?I manage to insert special characters (åäö) in our database but we use UTF-8 in the database as well.Regards,Christian
View ArticleRe : liquibase 3.1.1 with ant and sql anywhere
Can you give the Ant and Maven configurations you used to generate the SQL? I can try to compare the settings and see which one is missing in the Ant task.
View ArticleRe : How to handle database changes made by an automatic upgrade script?
Please? Could anyone help me here? I will appreciate any help
View ArticleGeneration of empty changelog
Hello,I'm a new user.I've got an existing database (MS SQL Server 2008 R2), I'm trying to generate the first change log, but the generated file is empty.I've launched the following command:liquibase...
View ArticleRe : How to handle database changes made by an automatic upgrade script?
But not all of the changes will be handled manually. Mainly, all changes during installation and upgrades of Wordpress will be made by the automatic update script of Wordpress.From a Liquibase user...
View ArticleRe : Generation of empty changelog
Are there multiple databases and/or schemas on that server? It appears that Liquibase is getting information for a different database or schema than what you are expecting. Steve DoniePrincipal...
View ArticleRe : Generation of empty changelog
Yes, multiple databases and multiple schema per database.I've put the databaseName in the parameter of the connection url, but didn't specify the schema anywhere.From what I found it's possible to...
View Article3.1.1 Failed tests:...
Hi, I've checked out liquibase-parent-3.1.1 and run 'mvn package' but get a failure on minimumRequiredIsValidSql(liquibase.verify.change.VerifyChangeClassesTest) Details: Unexpected difference in...
View ArticleRe : 3.1.1 Failed tests:...
OK so I cherry-picked 4b20c12287f95180c445f89dcf7a784c7bfbb7c4 and now it builds. Methinks the release was built after the tag. But I cannot find out the Git ID it was built from by looking at the...
View ArticleSqlFile finds no file but does not fail
Hi,I have been trying to understand for hours why my changelog was being applied yet changes were not visible in the schema. After debugging the liquibase code I find that when an sql file is not found...
View ArticlePerformance issue on large DB with 3.1.1
Hello,We have recently filed an issue (https://liquibase.jira.com/browse/CORE-1883) that prevents us from using latest liquibase versions (3.1.1). We are currently stuck with 2.0.5, which works for...
View ArticleRe : SqlFile finds no file but does not fail
Identified by me as well.http://forum.liquibase.org/#Topic/49382000001079003No answers yet though. Regards,Christian
View ArticleRe : SqlFile finds no file but does not fail
I did a bit of digging and as I thought this behavior has changed from 2.0.x to 3.1.xin 2.0.x the SQLFileChange.java checks for the existence of the file.in 3.1.x this functionality has been moved to...
View Article