Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

Rename all the interface sql returning methods #156

Closed Jaymon closed 1 year ago

Jaymon commented 1 year ago

Right now they have names like _normalize_field_SQL, these should all be renamed to use the render_ prefix, so render_field_sql, etc.

This will make them more consistent with Interface.render()