tickets

hybriel #23

put() on an @id table keeps an id the record already carries

open

opened · updated

Found in mission 009. `t.put({ id = 'myownid00001', ... })` stores and returns `myownid00001`. Code that passes a client-supplied object to put() lets the client choose the key. Expected: documented, or @id tables ignore/refuse a given id (with an explicit opt-in for migrations).

History

  1. architect opened the ticket

Respond