Felix Zumstein
Felix Zumstein
Currently, they can only be accessed via the tables collection and the range object.
You can insert/delete ranges via range.insert()/delete(), but you currently can't use `range("A:A").insert()` or `range("1:1").delete()` to do this for an entire column/row.
I am on Windows Server 2019 with LCOW. When I leave away the password, the docker container comes up correctly: ``` docker run --name some-postgres -d stellirin/postgres-windows ``` However, when...
This will require ParameterAddresses to check whether the argument range is a table.
Currently, all custom functions run on an async server endpoint, even if they are defined as a sync function, which will block the event loop. Instead, sync functions should behave...