2
0
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:
Francis Dupont
2019-01-14 02:17:29 +01:00
parent 3d94a41a77
commit 55b0c7c131
12 changed files with 286 additions and 32 deletions

View File

@@ -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 ?"}
}
};