mcfunley / pugsql

A HugSQL-inspired database library for Python
https://pugsql.org
Apache License 2.0
673 stars 22 forks source link

no support for postgresql? #4

Closed swuecho closed 5 years ago

swuecho commented 5 years ago
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.SyntaxError) syntax error at or near "'public.v_sdfds'"
LINE 1: select count(*) from 'public.v_sdfds'

query:

-- :name count_rows :one
select count(*) from :table_name

an extra '' are inserted.

swuecho commented 5 years ago

figure out that :table_name is not a query parameter.