Dan Lynch

Results 169 comments of Dan Lynch

I already did! `npm install pgsql-parser` I have two repos, one is the new name: https://github.com/pyramation/pgsql-parser The other is the fork to stay in the community: https://github.com/pyramation/pg-query-parser

@beeing I upgraded pg_query, overhauled the testing system, and added a TON of new functionality. I think well over 100 commits from master.

Underneath, I also had to fork pg-query-native, https://github.com/pyramation/node-pg-query-native for now I just called it pg-query-native-latest: https://github.com/pyramation/pg-query-parser/blob/master/package.json#L59

My suggestion: * I'll submit a PR with workflow that can run under workflow dispatch only — we manually clean up issues — then agree to turn on the automation...

## First Pass - [ ] schema definition validations (non-strict) - [ ] schema validations (non-strict) ## Second Pass This will require a bit more manual updates, but ideally we...

> Yeah we should have an optional field to specify an overridden validator prefix, but lets leave the default as assuming it follows the standard convention agree with this!

> ``` > "bech32": { > "bech32PrefixAccAddr": "cosmos", > "bech32PrefixAccPub": "cosmospub", > "bech32PrefixValAddr": "cosmosvaloper", > "bech32PrefixValPub": "cosmosvaloperpub", > "bech32PrefixConsAddr": "cosmosvalcons", > "bech32PrefixConsPub": "cosmosvalconspub", > "slip173_key": "Cosmos Hub" > } >...

> * The protobuf annotations [Add amino JSON proto annotations #13407](https://github.com/cosmos/cosmos-sdk/issues/13407) and [Require `cosmos.msg.v1` annotations #13405](https://github.com/cosmos/cosmos-sdk/issues/13405) are coming from someone who is not developing client tools (or at least nothing...

@zhm I'd love to see this go in `master` ;) we're passing now, cheers!

> > @zhm I'd love to see this go in `master` ;) we're passing now, cheers! > > @pyramation - this could be merge-able if you could fix the conflicts....