SSPkrolik / nimongo

Pure Nim lang MongoDB driver
http://sspkrolik.github.io/nimongo
MIT License
101 stars 20 forks source link

compile with -d:nimOldCaseObjects #92

Open gavr123456789 opened 2 years ago

gavr123456789 commented 2 years ago

Describe the bug When trying to run simple hello word I getting run time exception:

unhandled exception: assignment to discriminant changes object branch; compile with -d:nimOldCaseObjects for a transition period [FieldDefect]

It also works with -d:nimOldCaseObjects