Skip to content Skip to sidebar Skip to footer
Showing posts with the label Unit Testing

Array Not Being Returned By Select Query Inside Plpgsql Test Case

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

Regular Expression To Match Common Sql Syntax?

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?