2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-06 17:05:14 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Marcin Siodelski
99c44ffd31 [#1428] Allow non-unique IPs in MySQL and PgSQL
Introduced new host API function which allows for configuring selected
backends to accept non-unique IP reservations for multiple hosts. Support
for it was added in MySQL, Postgres and Kea config file. It is not
supported in Cassandra. New migrations for MySQL and Postgres have been
created.
2020-10-05 13:14:57 +00:00
Francis Dupont
e65bdbe400 [#1196] Updated schema version 2020-06-19 17:04:50 +02:00
Marcin Siodelski
6210ac31eb [#1242] Adjusted config backend
The new constraints require that we explicitly delete options by subnet id
or subnet prefix upon the subnet update.
2020-05-20 13:23:01 +00:00
Razvan Becheriu
5ee9b348c3 [#1071] refactored 2020-02-21 09:15:14 +01:00
Razvan Becheriu
b94930ea3d [#1071] fixed compilation for mysql 8.x 2020-02-21 09:15:14 +01:00
Razvan Becheriu
9be381b796 [#1071] static assert if sizeof(bool) is not 1 2020-02-21 09:15:14 +01:00
Michal Nowikowski
ba41c187b5 [#1098] updated more copyright dates 2020-01-27 19:52:58 +01:00
Francis Dupont
950f6455e0 [#946] Created new MySQL schema version 2020-01-27 13:52:07 +00:00
Francis Dupont
12f3c6d909 [392-search-of-reservations-by-hostname] Checkpoint: updated shcemas, todo tests 2019-10-15 11:45:32 +02:00
Marcin Siodelski
f27f45ec3b [#680,!426] Delete embedded options when subnet gets deleted in mysql_cb. 2019-07-25 03:58:11 -04:00
Francis Dupont
8641448c41 [295-min-max-lease-time-configuration-options] Moved MySQL schema updates to version 8.1 2019-06-22 10:05:24 -04:00
Francis Dupont
7f4847e9a4 [354-compilation-with-mysql-fails-on-fedora-29] Solved other issues 2019-02-07 17:02:22 -05:00
Francis Dupont
ef559d3c38 [354-compilation-with-mysql-fails-on-fedora-29] Added HAVE_MYSQL_MY_BOOL 2019-02-07 17:02:22 -05:00
Marcin Siodelski
c926fa96f4 [#396,!205] Fix issues in the core tests related to schema changes. 2019-01-30 10:18:59 +01:00
Marcin Siodelski
479791d759 [#93,!35] Extended MySqlConnection with generic query functions. 2018-10-08 16:39:22 +02:00