tlberglund / groovy-liquibase

Yet Another Groovy DSL for Liquibase
Other
85 stars 66 forks source link

Bug : delete data #11

Closed ErwinvanBrandwijk closed 13 years ago

ErwinvanBrandwijk commented 13 years ago

changeset changeSet(author: "erwin", id: "1"){ delete(tableName: "books"){ where("id=8") } }

RESULT String index out of range: -1

tlberglund commented 13 years ago

Fixed in master.

ErwinvanBrandwijk commented 13 years ago

Fixed in master.