quoting for function names

Issue #2749 wontfix
Mike Bayer repo owner created an issue

see attached patch

Comments (4)

  1. Mike Bayer reporter

    we don't want this. Reserved words get quoted, which themselves are often function names, and also on a backend like Oracle you will definitely see people emitting func.MAX(column), things like that, SQL functions should be referred to case insensitively.

  2. Log in to comment