Enabling StructuredQueriesCasePaths trait for enum tables #298
-
|
I’m trying to use enum tables, a.k.a single-table inheritance as described in this blog post: https://www.pointfree.co/blog/posts/186-new-in-sqlitedata-column-groups-and-inheritance The post says it’s important to enable the StructuredQueriesCasePaths trait. Does anyone know how to do that? Things I’ve tried and noticed:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @benblakely, this is just a current limitation with Xcode. You simply cannot configure traits in Xcode. Hopefully someday soon they will fix it. But until then you can get around this by adding an SPM package to your project and then in that package you are free to use traits. |
Beta Was this translation helpful? Give feedback.
Hi @benblakely, this is just a current limitation with Xcode. You simply cannot configure traits in Xcode. Hopefully someday soon they will fix it.
But until then you can get around this by adding an SPM package to your project and then in that package you are free to use traits.