okfn / sqlaload

REPLACED BY dataset
http://dataset.rtfd.org
MIT License
26 stars 8 forks source link

readme example doesn't work #2

Closed gka closed 11 years ago

gka commented 12 years ago

Instead of

table = get_table('data')

it's supposed to be

table = get_table(engine, 'data')
rufuspollock commented 11 years ago

@gka I believe your pull request - #3 - fixed this ...