mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#788 - Deprecate findRowCount() ... add findCount(). Effectively renaming findRowCount() to findCount()
This commit is contained in:
@@ -47,7 +47,7 @@ public class TestQueryConversationRowCount extends BaseTestCase {
|
||||
|
||||
|
||||
LoggedSqlCollector.start();
|
||||
query.findRowCount();
|
||||
query.findCount();
|
||||
|
||||
// select count(*) from (
|
||||
// select distinct t0.id c0
|
||||
|
||||
Reference in New Issue
Block a user