Jeevan Chalke
Jeevan Chalke
That's NOT correct. MySQL just offers a way to represent a boolean using tinyint(1). They are NOT equivalent. How will you differentiate between actual tinyint(1) contents and boolean?
Looks reasonable. We will take it further. Thanks.
Pushed revised patch. Please confirm and close this request. Thanks.
The extension version and the package version are two different things and should not be linked to each other. The extension version is bumped whenever there is a change in...
I believe this is a common practice used by the extension developers that the extension version and the package version differ. They are not related and hence can't be termed...
I don't think that's possible. There is no way the Postgres side knows of any DMLs happening on the MySQL side. However, if you do all those operations through the...
We are keeping most of the code in line with the postgres_fdw extension. And we see the use of PGXS there too. So most likely, we will retain this code...
@brandfocus are you still facing this issue. This seems very old. Can you cross-check, please?
On Tue, Mar 29, 2022 at 1:19 PM Vu Manh Khieu ***@***.***> wrote: > We have fix 2 bugs of your repository. I'd like to create a PR to >...
On Tue, Mar 29, 2022 at 2:09 PM Vu Manh Khieu ***@***.***> wrote: > Why do you think that UTF8 bson type should be mapped to the name type at...