roytan883
roytan883
I'm submitting a * [x] feature request PostGraphile version: 4.4.4 **Current behavior:** Currently no cache for `PostGraphileContext`. Each time create PostGraphileContext take about `0.8~1.2ms`, some times this step even slow...
**Is your feature request related to a problem? Please describe.** I find it here: https://www.vendure.io/docs/user-guide/orders/#refunds But, only in admin-ui. And I checked the shop-api, there no api for `Customer apply...
**Describe the bug** Can not update customFields programmatically **To Reproduce** Steps to reproduce the behavior: 1. config ``` customFields: { Customer: [ { name: 'rtsUid', type: 'string', public: true, readonly:...
**Describe the bug** ``` QueryFailedError: index row size 3208 exceeds btree version 4 maximum 2704 for index "IDX_9a5a6a556f75c4ac7bfdd03410" it is: "IDX_9a5a6a556f75c4ac7bfdd03410" ON search_index_item (description); ``` **To Reproduce** Steps to reproduce...
**Describe the bug** dbConnectionOptions.synchronize = true, will drop table customed COLUMN and GIN index. **To Reproduce** Steps to reproduce the behavior: 1. ``` alter TABLE shop_vendure.search_index_item add COLUMN rts_tsv_sku tsvector;...
**Describe the bug** vendure says it run on nodejs 12, but which dep lib "image-size" new version 1.0.2 runs only on 14 and later. ``` yarn install error [email protected]: The...
**Is your feature request related to a problem? Please describe.** The DB tables in postgres currently is in default "public" schema. Can I change it to a custom schema? **Describe...
My source DB has table like this: ``` create table share_media_v2.base( id VARCHAR(64) PRIMARY KEY NOT NULL, category VARCHAR(64) NOT NULL, ct TIMESTAMP(3) WITHOUT TIME ZONE NOT NULL DEFAULT LOCALTIMESTAMP(3),...
I'm submitting a ... * [x] Bug * [x] feature request PostGraphile version: Library: 4.6.0 Steps to reproduce: config `ignoreIndexes: false` ``` CREATE TABLE web.tb ( bid VARCHAR(64) PRIMARY KEY...
a new upgrader/dialer overwrite from gobwas socket, implement keepalive, related [#4](https://github.com/kataras/neffos/issues/4#issuecomment-511094366)