Accelerated Tables for Everyone DELAYED to late April/early May

@hugetim is bang on. The semantics of anvil.users.get_user() will not change - all columns are accessible.

What happened here is an optimisation change that had unwanted results, and has now been reversed. get_user() originally did a shallow load of the table row (no following link columns unless/until you specifically accessed that column); we’re preserving that behaviour.

1 Like