pomm-project / ModelManager

Model Manager for the Pomm database framework.
MIT License
66 stars 27 forks source link

Converter error when using composite type #21

Closed chanmix51 closed 9 years ago

chanmix51 commented 9 years ago

When a composite type belongs to a schema, INSERT fails because the query is like the following:

INSERT INTO my_table (…) VALUES ($*::my_schema.my_type, …)

The converter system takes the first parameter to be a my_schema type.

chanmix51 commented 9 years ago

Done in foundation/1bb46c