Ciaran Liedeman

Results 33 issues of Ciaran Liedeman

Describe your PR and link to any relevant issues. See #1994 #1995 I have: - [] Added tests covering the bug / feature (see [testing](https://github.com/99designs/gqlgen/blob/master/TESTING.md)) - [x] Updated any relevant...

Created this to repo a failure I encountered on inspect for sqlite Tracked down the failure to strange behaviour on sqlite for this query ```sql SELECT `name`, `type`, `notnull`, `dflt_value`,...

Resolves https://github.com/facebook/ent/issues/872 ```go func (Person) Fields() []ent.Field { return []ent.Field{ field.Int("id"), field.Enum("mood").GoType(mood.Mood("mood")).SchemaType(map[string]string{dialect.Postgres: "mood"}), } } ``` Notes - alter type is not used because it cannot run in a transaction...

CLA Signed

First pass at MSSQL support Outstanding Issues - [ ] Fix CI - [ ] MSSQL Unique constraints do not allow duplicate nulls. This causes a lot of unrelated tests...

CLA Signed

🌶️ hot chocolate
📌 pinned

**Is your feature request related to a problem? Please describe.** I am attempting to integrate tracing with graphql but I have the issue parent spans end before the child spans....

feature-request

Get go-semantic-release to work with a gitlab ci job token. The token has much less permissions than a PAT but only has access to limited endpoints. The motivation is ease...

I want to add some end to end tests to avoid issues like https://github.com/go-semantic-release/provider-gitlab/issues/1 My plan is to create a sample repo (Probably a bash script that generates a lot...