pgtap icon indicating copy to clipboard operation
pgtap copied to clipboard

Allow description to be optional when schema passed to table testing functions

Open theory opened this issue 12 years ago • 1 comments

Add schema, table, colname variations of the table-checking functions (table_has_column(), col_type_is(), etc.). That is, allow the description to be optional if the schema is included in the function call.

theory avatar Jan 10 '13 01:01 theory

Started to work on this issue, will open a PR soon. FYI col_type_is() already support this behaviour

rodo avatar Jul 06 '16 14:07 rodo