]> source.dussan.org Git - vaadin-framework.git/commit
Make SQLContainer.removeAllItems() work properly with paging (#12882)
authorIlya Ermakov <ilya403403@gmail.com>
Wed, 3 Dec 2014 10:43:15 +0000 (13:43 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 12 Dec 2014 06:31:02 +0000 (06:31 +0000)
commit3bc4ff53736ed2a0c3e9e362be3e7de481d1d00f
tree28eb03f89768f73dd5bfd625a2a7ea10a0cc5ea2
parentdd879668f5f74dfea8a804f3ff3c1e7c2f89a5a3
Make SQLContainer.removeAllItems() work properly with paging (#12882)

With this patch removeAllItems() works properly when
items need to be fetched from database.

Change-Id: Ic008ae7c67610cbdde7d71fa071494508678ac8f
server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java
server/tests/src/com/vaadin/data/util/sqlcontainer/SQLContainerTableQueryTest.java