Fan Yang

Results 5 issues of Fan Yang

如下,(36)生成在了PRIMARY KEY后面,语法错误。 -- auto Generated on 2020-11-12 -- DROP TABLE IF EXISTS form_entity; CREATE TABLE form_entity( uuid varchar PRIMARY KEY(36) NOT NULL, form_define_uuid varchar(36) NOT NULL, data varchar NOT NULL,...

I copy all the code from Quarkus-example and scim-sdk-sample-common into one project. And send get request [http://localhost:8080/scim/v2/Keystores](http://localhost:8080/scim/v2/Keystores) The error is below. Could you help me to check the case code.Thanks...

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...

I think it's nessary to support srid=0 with ewkt format. SRID of 0 doesn't technically exist, it just means no SRID or maintain format consistency See [also](https://docs.snowflake.com/en/sql-reference/functions/st_aswkb)

Currently default livenessProbe path of TrustyUI is '/' and trust-ui pod liveness http probe always 404.We must set path to '/audit' ``` apiVersion: app.kiegroup.org/v1beta1 kind: KogitoSupportingService metadata: name: trusty-ui spec:...