You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE #79 Optimizes limit for only one target table, does not modify limit offset
Bug Fixes
ISSUE #36 ShardingPreparedStatement cannot set parameters repeatedly
ISSUE #114 When ShardingPreparedStatement performs batch tasks, it repeatedly analyzes SQL and leads to OOM
ISSUE #33 According to the MySQL document, queries similar to limit 100 and -1 format are not supported
ISSUE #124 The return value of com.dangdang.ddframe.rdb.sharding.jdbc.adapter.AbstractStatementAdapter.getUpdateCount does not conform to the JDBC specification