50e5dadf2c
FossilOrigin-Name: 14474fa144fe7c5dc63e0990d6cc92d769e6013e
7 lines
313 B
Plaintext
7 lines
313 B
Plaintext
* Document all the changes and release Sqlite 2.0.
|
|
* Implement CLUSTER command like in PostgreSQL.
|
|
* "OPTIMIZE select" statement to automatically create indices and/or
|
|
invoke a CLUSTER command.
|
|
* "CREATE INDEX FOR select" to automatically generate needed indices.
|
|
* Parse and use constraints.
|