CodeLobster IDE
http://codelobster.com/forum/

SQL autocomplete
http://codelobster.com/forum/viewtopic.php?f=3&t=1080
Page 1 of 1

Author:  yura [ Tue Mar 31, 2009 3:33 pm ]
Post subject:  SQL autocomplete

There is a problem with SQL autocompletion. Your SQL parser doesn't understand quoted (`) names of tables and cols.
For example:
This is working OK:
SELECT tabel1.[here goes columns auto-list] FROM table1

But the next query witch is equal to previous not working:
SELECT `tabel1`.[there is NO columns auto-list] FROM `table1`

Author:  Admin [ Thu Apr 02, 2009 6:04 am ]
Post subject: 

Hi.

Big thanks.
We will check it.

Regards,
Codelobster Team.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/