Results 18 issues of Bing Sun

I ran into a situation that a column name like `smart_name_to_break_your_tool_copy(3)` (be aware of the parenthesis) would stop pg_chamelon from working. It is obvious the regex magic in `sql_util.py` cannot...

bug
v2.0

The current approach to handle ASCII NUL chararacters is to use [`insert_table_data()`](https://github.com/the4thdoctor/pg_chameleon/blob/118f3589bb0f07da329ed8b691f0f33fa71a679d/pg_chameleon/lib/mysql_lib.py#L601) instead of [`copy_data()`](https://github.com/the4thdoctor/pg_chameleon/blob/118f3589bb0f07da329ed8b691f0f33fa71a679d/pg_chameleon/lib/pg_lib.py#L3480). I can live with that `insert_table_data` takes a very long time to complete, as long...

enhancement

### Environment * PostgreSQL version: 12+ * PostgREST version: not relevant * Operating system: not relevant ### Description of issue It would be nice to support the jsonpath type and...

idea

### Environment * PostgreSQL version: 11 * PostgREST version: 0.5.1 * Operating system: not relevant ### Description of issue 1. create the stored procedure (not a function) ``` create procedure...

enhancement

### Environment * PostgreSQL version: not relevant * PostgREST version: 6.0.2 * Operating system: not relevant ### Description of issue ```sql CREATE TABLE address AS ( id uuid PRIMARY KEY,...

enhancement
embedding

### Issue description I need use the `$proxy_protocol_server_port` variable in the match rules of ApisixRoute to do the http-to-https redirection. We decided to terminate TLS at the load balancer, hence...

enhancement
triage/accepted

The line of https://github.com/pulumi/pulumi-eks/blob/f7ef1c09cc34a2bc2914b49fab46eafa8135896f/nodejs/eks/cluster.ts#L759 hard-codes the endpoints of EKS as `eks.*.amzonaws.com`. Per https://docs.amazonaws.cn/en_us/aws/latest/userguide/endpoints-Beijing.html and https://docs.amazonaws.cn/en_us/aws/latest/userguide/endpoints-Ningxia.html, the China regions have the EKS endpoint as `eks.*.amazonaws.com.cn`. A direct consequence is that currently...

kind/bug

## Affected feature The generated container names are extracted by the [regex](https://github.com/pulumi/pulumi-kubernetesx/blob/097ea75f38fc7167894382e431bd0cf5ac7a614d/nodejs/kubernetesx/kx.ts#L109) `/(.*\/|^)(?\w+)(:(?.*))?/`, which skips hyphens. Since most docker images use hyphens rather than underscores (e.g., cert-manager, external-dns, aws-load-banlance-controller), the...

kind/enhancement

Currently, the proxy-protocol related options are not exposed in value.yaml.

https://orgmode.org/org.html#Internal-Links Would go-org support the `` links? Thanks.

enhancement