zhang699
zhang699
closes #41 - use response `download_url` not base-encoded string which didn't allow when response greater than 1MB
since Get repository content would use base64-encoded when size less than 1MB, but when the size exceed `1MB`, the `encoded` payload became empty '' ``` { content: "" download_url: "https://raw.githubusercontent.com/zhang699/translations/b11706c2aff98a97988faf9d38a873565053d4c7/xxx.json?token=ABIL4IH7KXMQWJ2IS5LK7TTC4O3FG"...
I have use `pgAdmin` GUI to test embedded update by `mongo_fdw` Tested Documents ``` collection: warehouse { _id: ObjectId("61d7ad616372f5550c92ac4b"), elements: ["a", "b"] } ``` SQL Schema ``` id: name elements:...
I have investigate the actual mongo command that issued from `mongo_fdw` when using `SELECT _id FROM warehouse` by setting following in mongodb, we can examine actual commands from mongo side...