jfgodoy / knex-postgis

postgis extension for knex
MIT License
183 stars 25 forks source link

error with latest version of knex #16

Closed jamesdixon closed 8 years ago

jamesdixon commented 8 years ago

Hi, first off, great work on this project!

I just upgraded to Knex 0.12 and am now receiving the following error:

/app/node_modules/knex-postgis/lib/index.js:12
  formatterProto = knex.client.Formatter.prototype
jfgodoy commented 8 years ago

thanks @jamesdixon for the report. I just published a new version to npm that adds support for knex@0.12

jamesdixon commented 8 years ago

Thanks for the quick fix!