Ning Sun
Ning Sun
Please make sure we do not allow cross catalog database drop by default.
hi @osawyerr , it's possible to write such a proxy but we need to define the purpose of it so we can choose at which layer we will proxy the...
Let me do this in weekend if everything goes well.
I have an [unfinished proxy example](https://github.com/sunng87/pgwire/pull/138) that uses tokio_postgres in `SimpleQueryHandler` to forward requests to upstream. There is some residual work to convert data format from `tokio_postgres` to `pgwire`. However,...
By making a new `encodeBase4`, I don't want to change the signature of current `encode` for bringing in incompatible change. I suggest to refactoring the code to support base4 encoding....
@osawyerr I have a basic example of `ExtendedQueryHandler` for sqlite https://github.com/sunng87/pgwire/blob/master/examples/sqlite.rs#L217 and our integration tests https://github.com/sunng87/pgwire/blob/master/tests-integration/test-server/src/main.rs#L123. But note that the abstraction of `ExtendedQueryHandler` is highly coupled with postgres' implementation and...
This function is not required for your application. It's just a workaround due to limitation of our query plan implementation so we have to serialize binary types to string to...
@saeedzareian for extended query, we have them supported as in wire protocol layer. However, you will need to deal with SQL at the moment. To find a right response for...
Yes this is true, object/record were no supported in this library. Because we cannot find `com.example.funktown.DoubleEntity` type on the python side. Perhaps you can transform your clojure object to a...
I have read the CLA Document and I hereby sign the CLA.