Files
ubicloud/model
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
..
2024-12-14 11:48:31 +01:00