Ciaran Liedeman

Results 55 comments of Ciaran Liedeman

Not sure why generate is failing

Hi @a8m It is ready for review. I only expect to add code. More unit tests and some validation of the enums (E.g. a user should not be allowed to...

@a8m I have converted this pr to draft while I split this out into smaller pr's. I should get to it in the next few days

Just found a use case for this. When combined with [Edge Fields](https://entgo.io/docs/schema-edges/#edge-field) if you use an immutable the generated code will not compiled do so the setter method not being...

Hi @a8m I don't see any reason not to add it for all edges.

I investigated this a while back so I can write down some pointers. I suggest you start with either postgres or sqlite to keep the pr smaller for the first...

Ok time for some more detailed notes. So a MSSQL driver is mostly implementable with the current interfaces so thats good. Most of the issues stem from differences in MSSQL....

Hi @ProximaB I don't plan on continuing this PR but I am an interested in some of the features. Like filtered indexes which also applies to Postgres

Also interested in this Could possibly implement something simliar too [ef core global filters](https://docs.microsoft.com/en-us/ef/core/querying/filters) e.g. by default only retrieve active records ``` // will only retrieve active users u, err...

I have found a workable solution I think. Going to test it against jaeger and see Instead of ``` const span = this.tracer.startChildSpan({ name, childOf: parentSpan, }); ``` I am...