mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2981 - ENH: Add profile-line-number-mode with options none | all | auto ... to control adding line numbers to profile locations
This commit is contained in:
@@ -368,6 +368,17 @@ public class QCustomerTest {
|
||||
.findList();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testTwoDiffQueryTypes_expect_NoLineNumbers() {
|
||||
new QCustomer()
|
||||
.id.isIn(34L)
|
||||
.findList();
|
||||
|
||||
new QContact()
|
||||
.email.isNull()
|
||||
.findList();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testQueryBoolean() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user