anlek / mongify

Mongify allows you to map your data from a sql database and into a mongodb document database.
http://github.com/anlek/mongify
MIT License
317 stars 82 forks source link

Sync Command Generates an Error "Invalid column name 'updated_at' " #125

Open kamrankhatti opened 7 years ago

kamrankhatti commented 7 years ago

Hi - When I run Sync command to get only differential records it generates an error Invalid column name 'updated_at' in my SQLServer table I have column named LastEditDate which I already renamed it with updated_at in Mongify translation file (process command works fine rename field and gets data) but Sync does not work, should I rename this field in SQLServer table to get differential records (this would be ultimate solution) or Mongify have any workaround of it?

Thanks Kamran