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))
+ [1m[36mSQL (35.0ms)[0m [1mSHOW client_min_messages[0m
+ [1m[35mSQL (0.0ms)[0m SET client_min_messages TO 'panic'
+ [1m[36mSQL (0.0ms)[0m [1mSET standard_conforming_strings = on[0m
+ [1m[35mSQL (1.0ms)[0m SET client_min_messages TO 'notice'
+ [1m[36mSQL (0.0ms)[0m [1mSHOW TIME ZONE[0m
+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))