psycopg 2.4 doesn't allow % in bind names anymore

Issue #2096 resolved
Mike Bayer repo owner created an issue

e.g. test/sql/test_query PercentSchemaNames test, ideally we'd get bind param names to be somewhat "safe" against odd characters. not sure if this is in the dialect or expression system.

Comments (2)

  1. Mike Bayer reporter

    i really can't see ever doing anything about this. the % in bind names follows from that you might have used them in column names and overall it's really not a postgresql use case.

  2. Log in to comment