[DBIx-Class-Devel] [Perl5/DBIx-Class] Column names can include spaces and other non 'w' characters (#129)

Daniel Perrett notifications at github.com
Thu Jan 3 10:10:19 GMT 2019


Looks like [postgres allows everything except NUL in column names](https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS). 

```
SELECT 'pipe' AS "|", 'backtick' AS "`", 'backslash' AS "\", 'TAB' AS U&"\0009"; -- ok
SELECT 'NUL' AS U&"\0000"; -- fails
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/Perl5/DBIx-Class/pull/129#issuecomment-451101440
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20190103/bdf68d1f/attachment.htm>


More information about the DBIx-Class-Devel mailing list