brittneybrinsfield / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

[REQ] Query history improvements #1816

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As of the 1.0.2, the query history

\ is limited to 100 queries which is a little tight for my current use of 
Sequel Pro. If wouldn't mind seeing that limit increased to potentially 
infinity.

\ All queries go the the history irrespectively of which database/connection 
(from the favorites) they where run actually against. It'd help to keep have 
one query history per database/connection and a general one for non favorite 
connections.

\ Some minor structuring would be most welcome. Specifically, I mean having a 
simple header showing the date on which a query was run and a small time 
preamble, with some indentation, e.g.:

Monday, May 22:
    08:07 am:  SELECT X, Y FROM...
    08:03 am:  SELECT COUNT(..

Friday, May 19:
    07:20 pm:  SELECT X, Y, Z FROM...
    07:16 pm:  DELETE FROM...
    07:14 pm:  INSERT INTO...

Original issue reported on code.google.com by sohrab.k...@gmail.com on 30 Sep 2013 at 10:45