Object Quoting Strategy

I’m having trouble getting table/field names to be quoted appropriately for different database platforms. I’ve used objectQuotingStrategy=“QUOTE_ALL_OBJECTS” in the changelog, but Liquibase doesn’t seem to quote anything. I’m using version 3.0.2 and running it through Ant. Do I need to do anything else?

Ok, I’ve discovered that it doesn’t work with MySql - but it’s ok with Oracle. I’ll submit a bug report…