Replies: 1 comment 2 replies
-
|
My old project had SQLite-Data on version 1.4.1, so I thought I'd try to update and see if it still works. Interestingly enough it didn't once I updated to 1.5.1 I've stepped through the versions, but couldn't reproduce it, until I noticed that the other package with a version difference between the project was swift-dependencies. In the old project, swift-depencencies was on 1.10.0, in the new one 1.11.0 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently playing around with AI, using "The Pointfree Way" to create a TCA App with SQLiteData.
I already have an older app, where I have previews working, but I can't find whatever is causing it to not work with what I'm doing now.
Here's the code I currently have:
Reducer
View
and the bootstrapping
When I run it in a simulator, it works as expected. When I try to use the preview, I can see the same output from SQLiteData (creating tables, inserting sample data), but I don't see the
SELECT ... FROM tagsthat I get when it runs in the simulator.Beta Was this translation helpful? Give feedback.
All reactions