Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read/Write JSON #13

Merged
merged 2 commits into from
Nov 7, 2014
Merged

Read/Write JSON #13

merged 2 commits into from
Nov 7, 2014

Conversation

truongsinh
Copy link

Read/Write JSON with support for:

  • root-level object
  • root-level array
  • $date type
  • $oid type

However, users have to manually go to json-c, run various command before go running make in mongo_fdw:

cd json-c
sh autogen.sh
./configure
make
cd ../
make

ibrarahmad added a commit that referenced this pull request Nov 7, 2014
@ibrarahmad ibrarahmad merged commit c6e8a05 into EnterpriseDB:master Nov 7, 2014
ibrarahmad added a commit that referenced this pull request Nov 11, 2014
Merge pull request #13 from the truongsinh / master

- Disable the JSON Support for MongoDB's Meta (master branch) because it need to be implemented.

- Fix the compilation errors in case of Meta Driver.

- Fix the formatting issue introduce by the this pull request

Merge pull request #13 from the truongsinh / master

- README changes
@ibrarahmad
Copy link

I have merged the pull request.

There were multiple problems with the patch

1 - No support for meta driver (MongoDB's Master branch C Driver)
2 - Compilation error in case of Meta Driver
3 - Compilation warnings
4 - Lot of formatting problems

I have fixed 2/3/4, but you need to look at the 1.

@truongsinh
Copy link
Author

Thanks, i'll look at the 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants