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

`deserialize': time must be positive (ArgumentError) #105

Open chouguleds-zz opened 8 years ago

chouguleds-zz commented 8 years ago

getting this issue when I am trying to convert the date datatype from sqlserver. i have checked for the negative date condition and i couldnt find any negative date but still i am getting this error.

anlek commented 7 years ago

Hey @chouguleds, Sorry for the delay, have you found a way around this issue? If not, can you re-create it and post the stack? So I can see where the issue is happening.

Thanks, Andrew