mirror of
https://github.com/tangpanqing/aorm.git
synced 2025-10-08 09:20:09 +08:00
update
This commit is contained in:
@@ -461,7 +461,7 @@ func testHaving(driver string, db *sql.DB) {
|
||||
GroupBy(&person.Age).
|
||||
WhereEq(&person.Type, 0).
|
||||
OrderBy(&person.Age, builder.Desc).
|
||||
HavingGt(builder.Count, &person.Age, 4).
|
||||
HavingGt(&personAge.AgeCount, 4).
|
||||
GetMany(&listByHaving)
|
||||
if err != nil {
|
||||
panic(driver + " testHaving " + "found err")
|
||||
|
Reference in New Issue
Block a user