Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-07 Thread David Trowbridge
At this point, I can't really spend any additional time on this without a paid support contract. -David On Sun, Sep 7, 2014 at 10:05 PM, Rama krishna wrote: > Hi David, > Thanks for the reply, I am new to SQL query . Can you please provide sql > for below request. > > On Saturday, September 6,

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-07 Thread Rama krishna
Hi David, Thanks for the reply, I am new to SQL query . Can you please provide sql for below request. On Saturday, September 6, 2014 5:24:20 AM UTC+5:30, David Trowbridge wrote: > You may have to join across multiple tables. For instance, the > 'reviews_review_comments' table has two columns, '

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-05 Thread David Trowbridge
You may have to join across multiple tables. For instance, the 'reviews_review_comments' table has two columns, 'review_id' and 'comment_id', which are foreign keys into the 'reviews_review' table and 'reviews_comments' table respectively. The 'reviews_review' table has a 'review_request_id' column

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-05 Thread Rama krishna
Hi David, Thanks for the reply, I am able to connect to data base. Have another query as below; *Kindly provide the command to query following fields; "Review Request ID", "Comment ID" and "Comment text" through "mysql" query* we refered "reviews_comment " and "reviews_review_comments" tables bu

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-03 Thread David Trowbridge
The correct database location and credentials are listed in that. You may want to change the database password and SECRET_KEY now that you've divulged them to the world. -David > On Sep 3, 2014, at 4:36 AM, Rama krishna wrote: > > Hi David, > below is my settings_local.py file but still I am

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-03 Thread Rama krishna
Hi David, below is my settings_local.py file but still I am not able to connect to proper database: # Site-specific configuration settings for Review Board # Definitions of these settings can be found at # http://docs.djangoproject.com/en/dev/ref/settings/ # Database configuration DATABASES = {

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-02 Thread David Trowbridge
Look at your settings_local.py file to see how your database is configured. -David On Tue, Sep 2, 2014 at 10:26 PM, Rama krishna wrote: > Hi David, > How to check correct data base server? > > > On Monday, September 1, 2014 5:18:11 PM UTC+5:30, Rama krishna wrote: > >> Hi All, >> I have succes

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-02 Thread Rama krishna
Hi David, How to check correct data base server? On Monday, September 1, 2014 5:18:11 PM UTC+5:30, Rama krishna wrote: > Hi All, > I have successfully installed review board and I am using it now. Is there > any plugin for extracting review comments from Review Board tool to xl file? > > *Setup

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-02 Thread David Trowbridge
Are you sure that's the correct database server? There are definitely tables. -David On Mon, Sep 1, 2014 at 9:04 PM, Rama krishna wrote: > Hi david, > Thanks for the reply. Is there any possibilities extracting from back end > data bases. I tried in as below I am able to connect to "reviewboar

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-01 Thread Rama krishna
Hi david, Thanks for the reply. Is there any possibilities extracting from back end data bases. I tried in as below I am able to connect to "reviewboard" data base, but after doing show tables it is displaying empty set please look below console details: ===

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-01 Thread David Trowbridge
To my knowledge, there is no such extension. It wouldn't be hard to write one, though. -David On Mon, Sep 1, 2014 at 4:48 AM, Rama krishna wrote: > Hi All, > I have successfully installed review board and I am using it now. Is there > any plugin for extracting review comments from Review Board

Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-01 Thread Rama krishna
Hi All, I have successfully installed review board and I am using it now. Is there any plugin for extracting review comments from Review Board tool to xl file? *Setup environment Details:* *BitNami Review Board*