Antti Lampinen
Antti Lampinen
### Expected behavior If I have the following SQL definition in Postgres 14 database: ``` CREATE TABLE xxx ( id SERIAL PRIMARY KEY, foo TEXT[] NOT NULL DEFAULT ARRAY []::TEXT[],...
**Describe the bug** Fragments are not recognised inside strings with injected GraphQL language in some cases. **To Reproduce** Using the following text block in TS file ``` ` query {...
### Describe the feature Latest version as of now is [2.13.2](https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases), but CDK only supports versions up to 2.8.2 ([alb-controller.ts](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-eks/lib/alb-controller.ts)) ### Use Case I would like to use the latest...