jfilby / nexus

A Nim web framework with batteries included
Apache License 2.0
101 stars 3 forks source link

Generated updateClause procs need Postgres conversion functions #22

Closed jfilby closed 2 years ago

jfilby commented 2 years ago

Some types need to be converted to Postgres-compatible strings using Nexus functions.

This needs to be considered for generated exists and updateClause procs.