Salman Mitha

Results 15 comments of Salman Mitha

How is this related to testing a server with self signed certificate? Do you mean that you don't see this error when the same test is run against a different...

I've pushed [this PR](https://github.com/strapi/strapi/pull/13960/files) as a proposed solution but I see [lots of tests are TBD](https://github.com/strapi/strapi/blob/master/packages/core/database/lib/schema/__tests__/schema-diff.test.js#L167-L179) around this. Not sure if I'll have time to write those, but can try...

No problem @derrickmehaffy > I don't think truncating is the answer. I'm not saying it is, but this is how Knex handles long names and since we're using it, we'll...

Sure. Just checking, any chance we can ramp up the conversation and discuss the potential solutions soon? Once we have a verdict on the way forward, I'd gladly spare some...

I agree @petersg83 I also need to understand how it'll be for when a DB other than postgres is used that does not have this 63 limitation or has it...

As per https://github.com/strapi/strapi/issues/14000#issuecomment-1213330865 > but I know truncating the table/column name isn't an option Closing this PR for now.

@boazpoolman Yes I kept the PR draft as I'm not sure if the approach is a good fit for all cases. Since I'm not super familiar with the codebase, I...

Thanks @boazpoolman, I've put together an example repo [here](https://github.com/salmanm/export-relation). If you run it as is, and go to the tool page you'll get an error just loading it. and this...

I've tried adding `manyToOne ` already but it doesn't make a difference. Please could you try out my repo and post any pointers that'd help me fix the issue