Deprecation: #67288 - Deprecate DbalDatabaseConnection::MetaType() method
See forge#67288
Description
The following public function has been marked as deprecated as the bugfix requires a signature change:
Dbal\
Database Connection->Meta Type ()
Impact
Using this function will throw a deprecation warning. Due to missing information the field type cache will be bypassed and the DBMS will be queried for the necessary information on each call.
Migration
Switch to get
and the field name for which you need the ADOdb MetaType information.