Requested features for SQLiteManager
Is there any special feature you would like to see in the next version of SQLiteManager?
Please let me know and I'll do my best in order to satisfy your needs...
Please let me know and I'll do my best in order to satisfy your needs...

4 Comments:
- better import SQL support. V2 seems to remove all the CRs in a SQL doc before INSERTing.
- put a typable SQL field on the Manager panel.
- Enable encrypted SQLite database support
- Enable column deletes or even better column renames in the ALTER table dialog (please).
- Enable instant query over client server interations.
- Fix the Intant Query bugs where the engine reports "that it had a problem"...
- enable a preference to allow Instant Query to be "turned off all the time"
-
By Gerard Hammond, at 5:46 AM
@Gerard: I'll try to satisfy your requests but there are some of them that simply aren't possible. For example:
- Instant query can't be enabled with the server because I have no control over the RecordSet
- the ALTER table command is limited in the sqlite engine so I am sure to be able to extend it, I prefer to use the code from the official distribution instead of create my own custom version
- when Instant Query fails it isn't due to a bug but because there is no way to extract the rowid column from you query
By Marco Bambini, at 9:12 AM
printing the table schema would be nice
By Daniel Hüttenberger, at 9:12 AM
Select multiple rows in the manage tab
By Trausti Thor Johannsson, at 3:10 PM
Post a Comment
<< Home