I keep getting 'relation "foo" does not exist' errors. I thought the DAL allowed for this. I realize it's because of postgresql type enforcement. How do I get around it without using an integer or something like that instead of a reference?
--
I keep getting 'relation "foo" does not exist' errors. I thought the DAL allowed for this. I realize it's because of postgresql type enforcement. How do I get around it without using an integer or something like that instead of a reference?
--