Menu

#92 Query Builder: reverse SQL syntax for table ALIAS in joins is case sensitiv

2013.02
closed
nobody
Bug (150)
2013-03-02
2012-10-19
PAscal
No

can not reverse SQL:

SELECT *
FROM
SYSTEM_SCHEMAS s INNER JOIN SYSTEM_TABLES T
ON S.TABLE_SCHEM = t.TABLE_SCHEM

Because table alias S or T is sometimes upper sometimes lower

Discussion

  • PAscal

    PAscal - 2012-11-22
    • milestone: not planned --> next release
     
  • PAscal

    PAscal - 2012-12-05

    Will not be fix by coding,
    will raise an exception inspite.

     
  • PAscal

    PAscal - 2013-03-02
    • status: accepted --> closed
     

Log in to post a comment.