alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
352 stars 140 forks source link

go 在win10上连接drill,默认添加limit 0 #74

Open xwinie opened 8 years ago

xwinie commented 8 years ago

system: win10 go1.6 drill1.7

qq 20160811135217 qq 20160811135223

alexbrainman commented 8 years ago

I am sorry. but I do not understand what your problem is. Please try again. Thank you.

Alex

xwinie commented 8 years ago

i write go connect apache drill1.7. The application sends the SQL : sql := "select * from mysqlplugin.mfm.sys_dict". but drill system accept SQL :select * from(select * from mysqlplugin.mfm.sys_dict) t limit 0. I use native odbc,it's ok!

alexbrainman commented 8 years ago

Please show me small program that does something wrong. And explain why it is wrong. Thank you.

Alex