haxetink / tink_sql

SQL embedded into Haxe
MIT License
54 stars 17 forks source link

Generated #119

Closed kevinresol closed 3 years ago

kevinresol commented 3 years ago

This PR removes generated columns (marked with @:generated) from INSERT statements at runtime so the database won't complain. But we should also remove the field at compile-time for insertOne and insertMany.