Hello Richard !

I'm following the changes you are making to a add "alter table rename column" capability to sqlite and I think that it's a good moment to add a new system table for the columns (I know that we can somehow get this info now with "pragmas") this way we can get/use this info using "SQL" aka "data dictionary". Probably if sqlite already provided this facility less low level changes would be needed to this task ("rename column") and others.

A simplified version of https://www.postgresql.org/docs/10/static/catalog-pg-attribute.html would be nice.

Cheers !

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to