Change Log v1.0.1 6/3/2006 1) This is the first release to support SQLite version 3.x database files. In this release we upgraded to SQLite version 3.3.5 and wxWidgets 2.6.3, and fixed a few bugs. v0.06 9/8/2003 1) fixed some select statements not showing any data when executed (and this time I mean it!) v0.05 9/2/2003 1) added prefs dialog to enable editing/saving of colors and max rows 2) fixed select statements not showing any data when executed 3) view data is now not editable 4) History doesn't store duplicates anymore 5) inserts and deletes now cause data to refresh v0.04 8/27/2003 1) compiled with v2.8.6 of sqlite which fixed the vacuum command 2) fixed the bug that stopped you from entering text bigger than the cell width v0.03 8/26/2003 1) added a context menu(right click) for the table list to delete a table or view or vacuum the db 2) added a context menu(right click) for the data grid to delete or add a row 3) added ability to edit data in rows in the grid 4) added syntax-highlighting text editor for sql 5) parses schema even better 6) splitter window addded between table list and data grid 7) views now are listed on the table list (in blue) 8) column names are added to INSERT and UPDATE sql when selected from dropdown list 9) column names show up even if there is no data 10) added indexes and triggers tabs 11) changed all lists to a grid format 12) schema and message text now wrap instead of scroll v0.02 7/24/2003 1) parses schema better, eliminates tabs, carriage returns and extra spaces v0.01 7/23/2003 1) fixed the problem with sql converted to all lowercase before execution v0.00 7/23/2003 Initial release