On 4/27/16, jose.campos.romero at andaluciajunta.es <jose.campos.romero at andaluciajunta.es> wrote: > Hello > > Can I rename an index generated by sqlite (autoindex)? >
No. If you did, SQLite would not know how to find it when it reopened the database and reparsed the schema. -- D. Richard Hipp drh at sqlite.org