#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:
rob
2023-02-22 23:02:42 +13:00
parent 34dc4375da
commit 2e0dba3741
16 changed files with 85 additions and 26 deletions
@@ -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() {