ian
ian
Added in #344
I think this is a bug and it should be fixed as it looks out of place in my opinion. Maybe it could be due to the hardcoding of the...
@haerth Could we try the following config for DB pooling to see if it helps to prevent the error? Thank you. ``` DB_POOL__MAX: 30 DB_POOL__MIN: 2 DB_POOL__DESTROY_TIMEOUT_MILLIS: 5000 DB_POOL__IDLE_TIMEOUT_MILLIS: 2000...
I'll have to take a look into the enabling CrDB here
I believe this is due to the primary key being filtered from the update payload. https://github.com/directus/directus/blob/45eb4941fc415a9a02dc08b2c8cfb062406475f0/api/src/services/items.ts#L558 I am wondering when should changes to IDs be allowed. Should the updating of...