Cyrille Verrier

Results 2 issues of Cyrille Verrier

https://oguimbal.github.io/pg-mem-playground/ ``` CREATE TABLE my_table (id text NOT NULL PRIMARY KEY, name text NOT NULL, parent_id text); CREATE INDEX my_table_idx_name ON my_table (name); CREATE INDEX my_table_idx_id_parent_id ON my_table (id,parent_id); SELECT...

bug

``` ERROR: function to_timestamp(unknown) does not exist HINT: 🔨 Please note that pg-mem implements very few native functions. 👉 You can specify the functions you would like to use via...