Re: Weird caching issue with database query

2020-09-04 Thread Michael Jensen
Looks like it was my sql query, figured it out! On Friday, September 4, 2020 at 1:07:26 PM UTC-6 Michael Jensen wrote: > I have a page that shows a grid of items and dates associated with that. I > am using a JOIN query to get the data, but it appears to be cached or > delayed somehow. When I q

Weird caching issue with database query

2020-09-04 Thread Michael Jensen
I have a page that shows a grid of items and dates associated with that. I am using a JOIN query to get the data, but it appears to be cached or delayed somehow. When I query the database directly I can see the data has been updated, but on my page when I refresh it still doesn't show data ther