On 04/09/2013 07:34 AM, Sergey Borovkov wrote:
SQL is not case sensitive unless you use quotes. So since you created tables with mixed lower and upper case there is no other choice but to quote them (or name your tables in lower case separated by underscores which is more common I believe).
Indeed Postgresql forced me because of used capital letter in tables name... thanks a lot Sergey:-P

--
Best Regards,
Muhammad Bashir Al-Noimi

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to