Nicolas Penot
Nicolas Penot
Currently, the logic is the following (as described here https://github.com/graphile-contrib/postgraphile-plugin-upload-field/blob/master/README.md): 1. Upload file on disk 2. Insert/update row in the column table (SQL command) The issue is that if the...
## Issue Creating new databases, tables and columns take some time because of the data files creation. ## Ideas ### 1) Sparse files Creating sparse files may dramatically accelerate data...
We should have a way to limit the number per table of columns that one can create. E.g. `iomgr.max_columns_per_table = ` In combination with the parameters `iomgr.max_tables_per_db` and `iomgr.max_databases` this...
@niolap This should be configuration option, like `rest_server.cors_origins` (comma-separated list of values), everyone I've seen so far do it this way. It is generally unsafe to always allows any origin...
## Issue ```sql $ ./build/release/bin/siocli --user root -i ./tests/share/private_key
Export must export users and tokens
Ubuntu 18.04 | add token mytoken with expiration_timestamp | Protocol error: can't read message type
## Issue Only observe on Ubuntu 18.04. When creating a token with an expiration date, IOMgr generates an error when the session finishes: ```bash siocli> create user test ; Connected...
Like we have the TRID to uniquely identify a ROW, we need these internal columns that we can select and appears when selecting all columns of a table: - trid...