Base 1.2 and editing
Well, Base 1.2 has been out for just over a week now, so I figured it’s time for an update.
So far, the app seems to have had a pretty good reception. Thank you to everyone who has taken the time to contact me with feedback (especially those who have sent detailed bug reports). For the most part, complaints and requests have centered around one area: the editing of existing tables.
The plan was to not add in table editing for the first couple of releases, simply because SQLite does not implement full ALTER TABLE support (see ALTER TABLE reference and SQLite omitted features). Instead, I wanted to get the app to a point where it was supporting what most people would call the ‘standard’ SQLite features, before going to work around it’s limitations.
Now that Base has reached that point, I will be working on getting the editing features into the application, and will post again when these features begin to take shape.