Renaming a table in SQLite3 (and PostgreSQL)

Renaming a table is a very powerful feature of every database. SQLite3, as flexible as it is, has a feature to not cascade the renaming to foreign keys. Depending on how (and why) you use such feature, it can allow you for doing poweful things or ruin your database.

written sometime in April 2018

Newer articles Older articles
There are 1595 total articles on this blog, you are viewing page 119 of 319.