This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n_demo\":{\"gteq\":0,\"lteq\":1},\"num_r_cosponsors\":{\"gteq\":0,\"lteq\":199},\"num_d_cosponsors\":{\"gteq\":0,\"lteq\":199}}"} | |
User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 | |
(1.8ms) SELECT COUNT(*) FROM "bills" WHERE "bills"."congress" = '113' AND (prediction_demo IS NOT NULL) AND ("bills"."prediction_demo" >= 0) AND ("bills"."prediction_demo" <= 1) AND ("bills"."num_r_cosponsors" >= 0) AND ("bills"."num_r_cosponsors" <= 199) AND ("bills"."num_d_cosponsors" >= 0) AND ("bills"."num_d_cosponsors" <= 199) | |
PG::UndefinedFunction: ERROR: operator does not exist: character varying >= integer | |
LINE 1: ..._demo IS NOT NULL) AND ("bills"."prediction_demo" >= 0) AND ... | |
^ | |
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. | |
: SELECT COUNT(*) FROM "bills" WHERE "bills"."congress" = '113' AND (prediction_demo IS NOT NULL) AND ("bills"."prediction_demo" >= 0) AND ("bi |