You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/07/04 07:16:34 UTC

[GitHub] sundaramoorthyjeeva opened a new issue #1422: GET/ {db} request returns the structured response but instance_start_time has value "0"

sundaramoorthyjeeva opened a new issue #1422: GET/ {db} request returns the structured response but instance_start_time has value "0"
URL: https://github.com/apache/couchdb/issues/1422
 
 
   <!--- Provide a general summary of the issue in the Title above -->
   
   ## Expected Behavior
   I am trying to get the database created date time. Couch DB document guide me to use GET request to get DB information.
   http://docs.couchdb.org/en/2.0.0/api/database/common.html
   
   ## Current Behavior
   I requested the GET with database and appropriate request inputs. I got the response and it has instance_start_time key. The expected thing is I need database created time in milliseconds and this value will be available against instance_start_time key. But this key always gives the value "0"
   
   ## Possible Solution
   <!--- Not obligatory, but suggest a fix/reason for the bug, -->
   <!--- or ideas how to implement the addition or change -->
   
   ## Steps to Reproduce (for bugs)
   1. http://127.0.0.1:5984/database_name
   2. Make request based on the steps mentioned in document
   3. Request from Post Man extension and check response.
   
   ## Context
   <!--- How has this issue affected you? What are you trying to accomplish? -->
   <!--- Providing context helps us come up with a solution that is most useful in the real world -->
   
   ## Your Environment
   * Version used: Couch DB 2.1
   * Browser Name and version: Google Chrome and Version 67.
   * Operating System and version (desktop or mobile): Windows 7 Desktop
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services