josejamilena-lda / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
1 stars 1 forks source link

jdbc dont work correct with the query command like select ... as ... #167

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.i try to programm with my website with jdbc plugin 
2.another query command is okay , but the one with 'as' dont work well 
3.

What is the expected output? What do you see instead?
select language.name as language 
expected : language 
instead : only name

What version of the product are you using? On what operating system?
newest

Please provide any additional information below.

Original issue reported on code.google.com by anh...@googlemail.com on 14 Mar 2012 at 10:02