danni / django-postgres-composite-types

Postgres composite types support for Django
BSD 3-Clause "New" or "Revised" License
51 stars 13 forks source link

Allow use of reserved keywords as field names. #13

Closed achidlow closed 8 years ago

achidlow commented 8 years ago

Quote field names when creating composite type to allow for usage of keywords that are reserved in PostgreSQL.

The tests for saving/loading aren't strictly necessary with the current implementation, but it's a good sanity check.

danni commented 8 years ago

Thanks!