mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-16 20:55:18 +00:00
[313-return-a-list-of-all-reservations-by-subnet-id] Finished getPage[46]
This commit is contained in:
@@ -2403,7 +2403,7 @@ TaggedStatementArray tagged_statements = { {
|
||||
"LEFT JOIN ipv6_reservations AS r "
|
||||
"ON h.host_id = r.host_id "
|
||||
"WHERE h.dhcp6_subnet_id = ? AND h.host_id > ? "
|
||||
"ORDER BY h.host_id, o.option_id, r.reservation_id"
|
||||
"ORDER BY h.host_id, o.option_id, r.reservation_id "
|
||||
"LIMIT ?"}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user