I have abit of a problem with fetching from database. I had a limit set to 20 entries, and it worked as it should while I had less than 21 entries in my database. As soon as I entered 21st entry, and the app refreshed, it still showed the first 20 entries... Then I increased limit to 30 and it worked great until again I reached 31st entry, then only the first 30 would be shown. I checked database and it showed 31st entry normally just like all the others