IrenejMarc / dpq

Simple but powerful PostgreSQL library inspired by higher-level languages.
MIT License
21 stars 9 forks source link

Fix typo when creating an INDEX #14

Closed cifvts closed 8 years ago

cifvts commented 8 years ago

If INDEX is not UNIQUE, query fail due to missing space.

ERROR:  syntax error at or near "CREATEINDEX" at character 1

FOREIGN KEY creation fail due too much quotes

ERROR:  zero-length delimited identifier at or near """" at character 36