Replies: 1 comment 1 reply
-
Hi @morstin, hard to say without more code. can you share a minimal project that reproduces the problem? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi there,
I put below variable into the State of TCA Feature and tried to following exactly the example in ModernPersistence example. The query is working well - but it is not auto updating when items are added to the db.
Kind regards
@FetchOne( Item.select { Stats.Columns( allCount: $0.count() ) } ) var stats = Stats()
Beta Was this translation helpful? Give feedback.
All reactions