Currently db.sql.table is defined as:
The name of the primary table that the operation is acting upon, including the database name (if applicable). [1]
I'm not sure why it includes db.name since we have a separate attribute specifically for that, and could parse the db.name out from the full db.sql.table expression.
Currently
db.sql.tableis defined as:I'm not sure why it includes
db.namesince we have a separate attribute specifically for that, and could parse thedb.nameout from the fulldb.sql.tableexpression.