Parsing error and single-table inheritance #218
-
| I have a fairly complicated query that joins across several tables, one of which uses single-table inheritance. When that table contains data from one of the two sub-types, it is all fine. When it contains data from the other sub-type, I get a parsing error. I have an example project with a passing and failing test, both of which execute the same query, just with different data in the table. The test is here I suspect I may be using single-table inheritance incorrectly. Any pointers would be very welcome | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| @ddunlea This is actually a bug in decoding enums! This PR should fix it: #220 Thanks for the report! | 
Beta Was this translation helpful? Give feedback.
@ddunlea This is actually a bug in decoding enums! This PR should fix it: #220
Thanks for the report!