All Postgres versions since 8.4 require this to be a string. This casts the table and column to be strings as it's possible that the column name is nil.
Fixes #620 (closed).
All Postgres versions since 8.4 require this to be a string. This casts the table and column to be strings as it's possible that the column name is nil.
Fixes #620 (closed).