SQLite Forum

Defense against dark arts doc pitfall: ALTER TABLE RENAME COLUMN requires function arg limit > 8
Login
I didn't expect my own SQL to result in a call to this internal function, running me up against this limit.

Ultimately, I think the question comes down to this: if someone follows this documents' recommendations unquestioningly, is it reasonable to expect that this breaks `ALTER TABLE RENAME COLUMN`?

I don't have any UDFs at all. I'm just using plain old SQL here.