test/debug.log in composite_primary_keys-3.0.7 vs test/debug.log in composite_primary_keys-3.0.8

- old
+ new

@@ -557,5 +557,19 @@ PGError: ERROR: operator does not exist: character varying = integer LINE 1: ...ments".person_type = 'User') AND ("comments".person_id = 1)) ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. : SELECT "hacks".* FROM "hacks" INNER JOIN "comments" ON ("hacks"."name" = "comments"."hack_id") WHERE (("comments".person_type = 'User') AND ("comments".person_id = 1)) + SQL (35.0ms) SHOW client_min_messages + SQL (0.0ms) SET client_min_messages TO 'panic' + SQL (0.0ms) SET standard_conforming_strings = on + SQL (1.0ms) SET client_min_messages TO 'notice' + SQL (0.0ms) SHOW TIME ZONE +PGError: ERROR: column "tariff_idstart_date" does not exist +LINE 1: SELECT COUNT(DISTINCT tariff_idstart_date) FROM "tariffs" LE... + ^ +: SELECT COUNT(DISTINCT tariff_idstart_date) FROM "tariffs" LEFT OUTER JOIN "product_tariffs" ON "product_tariffs"."tariff_id" = "tariffs"."tariff_id" AND "product_tariffs"."tariff_start_date" = "tariffs"."start_date" +PGError: ERROR: operator does not exist: character varying = integer +LINE 1: ...ments".person_type = 'User') AND ("comments".person_id = 1)) + ^ +HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. +: SELECT "hacks".* FROM "hacks" INNER JOIN "comments" ON ("hacks"."name" = "comments"."hack_id") WHERE (("comments".person_type = 'User') AND ("comments".person_id = 1))