On May 30, 2014 8:41:05 PM GMT+05:30, Edward Cheng <c4150221@gmail.com> wrote:<br>
>2014-05-30 22:45 GMT+08:00 Atul Pratap singh<br>
><atulpratapsingh05@gmail.com>:<br>
>><br>
>> Ok, so you plan to display query results in the console itself. I<br>
>> misunderstood some details from your proposal and thought that query<br>
>> results will be displayed in the main panel and query logs in the<br>
>console.<br>
>> My previous reply was according to that understanding. Also, please<br>
>tell me<br>
>> about the following details..<br>
>><br>
>> - I am still unclear about warnings etc. that we display for certain<br>
>> queries like DROP, will we warn the user when executing such queries<br>
>from<br>
>> console? Or would it be totally like mysql console?<br>
><br>
><br>
>> - Also in case user puts a USE query in console, do we change the<br>
>selected<br>
>> database and update the navigation and main panel? Same will be<br>
>required<br>
>> for ALTER queries etc.. Here I am pointing to the overall relation<br>
>and<br>
>> synchronization between console and rest of the application.<br>
><br>
>​These features can be added later​, before execute there's<br>
>PMA_console.execute(), after execute there's midHandler.<br>
<br>
Ok, I will make few comments on the commit at github soon.<br>
<br>
>><br>
>> - And would you store the sql query logs only or the sql results<br>
>history<br>
>> as well? I think as the results may change at any time, storing<br>
>queries<br>
>> only should be fine.<br>
>><br>
>​Yeah, data may change any time​, but we still can store<br>
>results, users know when a query should be re executed.<br>
><br>
>Alright, I'll change my design, store queries only, with<br>
>bookmarks and history.<br>
><br>
Bookmarks are a part of sql tab I guess, why storing them here?<br>
<br>
-- <br>
Atul Pratap Singh