Thanks for the suggestion! Unfortunately, even the hack with generics didn't work in my case. Probably because one of those procs is calling the other, which causes this: `` Error: expression 'insert(obj, force)' has no type (or is ambiguous)``
Had to add a differently named proc: [https://github.com/moigagoo/norm/blob/feature/58_insert_for_immutable_objects/src/norm/sqlite.nim#L170](https://github.com/moigagoo/norm/blob/feature/58_insert_for_immutable_objects/src/norm/sqlite.nim#L170) Will report the issue to Nim.
