[Liquibase-user] includeAll cause "URI has an authority component" in release 1.9.3

2009-05-12 Thread itrust
Hi There, Although this bug has been mentioned and tagged as FIXED on bug Tracker, it's still there in release 1.9.3. The problem comes from line 74 of FileSystemFileOpener.java. The source is: results.add(new URL("file://" + f.getCanonicalPath())); On Windows, url like "file://c:/foo" causes

[Liquibase-user] New Topic: create a table if it doesn't exist?

2009-05-12 Thread LiquiBase Community Forum
A new topic, 'create a table if it doesn't exist?', has been made on a board you are watching. You can see it at http://liquibase.org/forum/index.php?topic=18.new#new The text of the topic is shown below: I'm trying to figure out the best way to transition our "legacy" database to using liquib

Re: [Liquibase-user] includeAll cause "URI has an authority component" in release 1.9.3

2009-05-12 Thread Voxland, Nathan
The reason we go through the URI/URL conversions is partly limitations on the built-in java apis and partly to support pulling from non-filesystem based locations (jar files, files over the network). I'll apply your fix and do some more testing on it. Thanks a lot for the fix. Nathan -Origi

[Liquibase-user] Invoking sql script from another sql script - is it supported ?

2009-05-12 Thread alided
Hi, I have legacy sql scripts which invoke another sql scripts, i want to be able to run main sql from liquibase which in it's turn will run other sqls. It fails for me with oracle error. Here is my setup: http://www.liquibase.org/xml/ns/dbchangelog/1.9"; xmlns:xsi="http://www