stmichael / data-import

sequel based dsl to migrate data from a legacy database to a new home.
MIT License
42 stars 9 forks source link

case-insensitive lookup-tables #21

Closed senny closed 12 years ago

senny commented 12 years ago

We have a few lookup-tables on string-columns where the case does not matter. I think we should provide lookup-tables, which simply ignore case differences:

lookup_for :id, :column => :strEmail, :ignore_case => true
senny commented 12 years ago

this is implemented in #22