Aggregate Functions Arrays Plpgsql Sql Function Unit Testing Array Not Being Returned By Select Query Inside Plpgsql Test Case November 17, 2024 Post a Comment SELECT query I am using: SELECT ARRAY[table_name,pg_size_pretty(table_size)] FROM ( SELECT … Read more Array Not Being Returned By Select Query Inside Plpgsql Test Case
Regex Sql Unit Testing Regular Expression To Match Common Sql Syntax? October 02, 2024 Post a Comment I was writing some Unit tests last week for a piece of code that generated some SQL statements. I w… Read more Regular Expression To Match Common Sql Syntax?