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

How to update a query #23

Open
GPrathap opened this issue Jan 20, 2015 · 2 comments
Open

How to update a query #23

GPrathap opened this issue Jan 20, 2015 · 2 comments
Labels

Comments

@GPrathap
Copy link

I created JSON data from a file and insert it into the database as structured records. How am I update that structured record. Still I have not find any API functions for that .

This is my JSON file

        {
           "userDetails":
             {
                      "username":"Jobs",
                      "password":"abc123",
                      "cookie":"fdsghfdshgfjghfkjghjkjhl",
              },
         "applicationsInfo":[
          {
              "application":"app1",
              "tier":"gold",
              "consumerKey" :"werewr4sdrgfdsy5tgfhgfhjtg7gjh",
          }
         ]
       }

I want to push application details to applicationsInfo and want to update cookies . Can I do those operations with current API .

@GPrathap GPrathap changed the title How to update query How to update a query Jan 20, 2015
@priitj
Copy link
Owner

priitj commented Jan 20, 2015

Hi,

handling JSON is very much incomplete. API functions for things like you've described do not exist, the only part that works reasonably is the parser; query code is also there but undocumented.

I'll go over the project website and remove the references to JSON support (not sure exactly why it's mentioned there, perhaps because it was work in progress before 0.7) and put a notice in the docs to clarify the current status.

@GPrathap
Copy link
Author

Yeap, It is really important mention about JSON support in docs. Because I am to use this database system for my project. Now I can not (:

@priitj priitj added the question label Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants