To get warnings, we should:
- undo T201164: Temporarily disable deprecation warnings for code that accesses rev_text_id or the text table directly.
- make the DB abstraction layer when something uses the rev_text_id or ar_text_id fields in a select.
- make the DB abstraction layer when something uses the rev_content_model and rev_content_format in a select.
There seems to be no goo way to make the DB abstract layer issue such warnings though. We will probably have to hack something in. Regular expressions against the generated SQL, if all else fails...