🕸Fergus Duniho wrote on Tue, Apr 24, 2018 02:40 PM UTC:
I wrote a valid_table_name() function that will indicate whether the table name passed to it is the name of a table in the database. This is now used by functions that take a table name as an argument to prevent attempts to access invalid table names.
I wrote a valid_table_name() function that will indicate whether the table name passed to it is the name of a table in the database. This is now used by functions that take a table name as an argument to prevent attempts to access invalid table names.