Lukas Fittl
Lukas Fittl
> Sorry to keep pestering you @lfittl, but I'd appreciate if you could take another look at this. No worries - I think the main thing to change here would...
My apologies for not getting back to this a few years ago, and thanks for maintaining the fork! Since the fork itself now has gotten outdated, and someone was interested...
Good idea, I'd love to get a working WebAssembly build. Was there any particular error you ran into with your testing?
@EliSnow Thats a good question - I don't have any preference there, so if you have a suggestion happy to take that. I guess we could just have a `pg_query_wasm.js`...
Resolved via #9's inclusion of a "pg_query_wasm.js" file in the published package.
We haven't triaged this in detail yet - for now the recommendation would be to pin `google-protobuf` to an older version until we've made the necessary changes. For those running...
It seems this was likely resolved in the 5.0 release, since the `.build` method call no longer appears in `pg_query_pb.rb`. Thus closing this issue, but please let us know if...
Interesting example! So the reason this differs from what Postgres itself regards as valid syntax is that we have a parser patch in libpg_query that adds support for this: https://github.com/pganalyze/libpg_query/blob/16-latest/patches/01_parser_additional_param_ref_support.patch#L147...
@insinfo This is quite an undertaking to start from scratch, and I'm excited to see your interest in working on this! That said, I want to set expectations that you'll...
Hmm, it looks like `protobuf-cpp` does not follow the spec here, since it does output the keys twice (see test failures). Need to debug this further.