Changelog
0.3-alpha1 (17.09.2008, released by slythfox)
- Icons have been added
- An error will be returned if the alias name or path is not specified
- An error will be returned when trying to delete the phpsla.sqlite alias
- Added really basic multiquery support with the query page. This allows one to copy&paste a sql file and execute it in one go
- The query page now displays "x rows affected/returned". Before there was not sort of confirmation when doing non SELECT queries
- Fixed query page's inconsistency in that it was not using htmlspecialchars
- Added initial implimentation of a table exporter
- Added initial support for row adding/editing/deleting. The table must have a primary key in order to edit/delete
- Added some icons. phpsla.css has been edited so that images have no border by default
- Fixed magic quotes issue with query page
- Removed (commented out) function at in includes file around line 192 as it caused an error
- Added login
- Fixed session problem concerning database names
- Added field names on browse
- Converted from html 4.01 to xhtml 1.0 transitional
- Fixed the alias configurator to return always to the mainframe window and not the "_top" window
0.2 (05.03.2004)
- Implemented an alias-system which allows you to add the databases you want to administer via phpSQLiteAdmin. No need to edit config.php anymore
- Introduced a system database which stores these aliases and their metadata. It will hold more configuration data in the future
- The schema of the database can be displayed
- More detailed information about the database file is displayed
- Support for creating tables
- Support for dropping databases
- Some user interface improvements
- Use a session to store runtime configuration data
- Make use of a modified version of the Simple Power SQLite class for nearly all database operations
0.1 (23.08.2003)
- first release.