zhengfang.sun

Results 4 comments of zhengfang.sun

druid parser parse the sql as select *,(select 3 from table_a limit 1) ,the parse result is wrong.

The issue is when Mysql Client start a transaction and doing some DML sql After that execute a DDL sql,the transaction will be commit **e.g.**   begin;                   --(1)   insert into test_a...

It's because of the dble did not support the sql 'set sql_select_limit' very well ,and jdbc will make sure the result set size when only set the MaxRows parameter