Jeremy Evans
2d8e450a97
Switch from multi_insert to import in DnsZone#delete_record
...
Dataset#multi_insert just converts the array of hashes to an
array of arrays and runs Dataset#import, so this is just a more
efficient approach, no behavior change. It's nice how the
columns line up, though.
If we had a database function for generating a uuid which was a
valid ubid for the object type, we could change the
records.select_map to a records.select, so it could use a single
query:
INSERT INTO ... SELECT ...
instead of 2 queries:
SELECT ...
INSERT INTO ... VALUES ...
2025-01-15 11:43:47 -08:00
..
2025-01-09 09:55:55 -08:00
2025-01-15 11:43:47 -08:00
2024-11-13 09:13:30 -08:00
2025-01-14 11:56:06 -08:00
2025-01-09 09:55:55 -08:00
2025-01-09 09:55:55 -08:00
2025-01-09 09:55:55 -08:00
2024-12-30 12:22:26 +03:00
2025-01-14 11:56:06 -08:00
2025-01-09 09:55:55 -08:00
2025-01-09 09:55:55 -08:00
2024-11-13 09:13:30 -08:00
2025-01-14 11:56:06 -08:00
2024-12-14 11:48:31 +01:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2025-01-03 13:26:43 +01:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2025-01-14 11:56:06 -08:00
2024-11-13 09:13:30 -08:00
2025-01-03 13:26:43 +01:00
2024-12-17 09:40:35 +01:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2025-01-09 09:55:55 -08:00
2024-11-13 09:13:30 -08:00
2025-01-14 11:56:06 -08:00
2024-11-13 09:13:30 -08:00
2025-01-08 16:49:59 +01:00
2025-01-09 09:55:55 -08:00
2025-01-10 09:31:56 +01:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2025-01-14 11:56:06 -08:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2025-01-09 09:55:55 -08:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2025-01-14 07:46:45 +02:00
2024-11-13 09:13:30 -08:00
2024-11-13 09:13:30 -08:00
2025-01-03 13:11:25 +01:00
2025-01-09 09:55:55 -08:00
2024-11-13 09:13:30 -08:00
2025-01-13 16:11:57 -08:00
2025-01-14 10:53:52 -08:00
2024-12-20 11:18:51 +03:00
2024-11-20 13:26:27 -08:00
2025-01-14 11:56:06 -08:00