Relative Content

Tag Archive for sqlite

Spellfix1 can’t handle missing characters?

How are you supposed to use spellfix1 to correct typos when it can’t handle missing/incorrect characters at the beginning of the search term? That seems like a pretty significant issue.

Android Card Game Database for Deck Building

I am making a card game for Android where a player can choose from a selection of cards to build a deck that would contain around 60 cards. Currently, I have the entire database of cards created that the user can browse.

Why do Core Data sqlite table columns start with ‘Z’?

I was looking at the sqlite table that Core Data generates and noticed that all table columns start with ‘Z’. I realize this is an implementation detail, but I was curious as to why that’s the case and if there was a design decision involved in this. Anyone happen to know or guess why?