D. Richard Hipp wrote:
I hope it will be soon.Bert Verhees wrote:
Hello,
Are there any plans in the near feature to implement the keywords EXISTS and ALTER TABLE?
These to keywords/functions are very important when using SQLite in a MDA (Model Driven Architecture) where SQL-code is generated?
There are plans to add EXISTS and ALTER TABLE and a few other things. Whether or not this occurs in the "near future" depends on your definition of "near", I suppose.
I did some tests with Firebird (in embedded version). It is about half the speed in Delphi Architect.
Maybe it also depends on other things, that could be possible.
My application does not run smoothly with firebird, it does with SQLite.
But Firebird has support for these two keywords, so now I synchronize with a Firebird-database, and let the MDA-environment evolve and check the table.
Now I am looking to find my way back with the new database to SQLite, hope I will find a way.
But as you can see, for me, there is a big need for these commands.
It is just those two commands that are missing, for now at least, and I am working quit some time with this.
regards Bert Verhees