mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 22:02:24 -06:00
buf fix sort and procedure
This commit is contained in:
parent
ae8ca667e7
commit
9b97fa1dcf
7 changed files with 26 additions and 7 deletions
|
|
@ -194,6 +194,7 @@ void ctlSQLResult::DisplayData(bool single)
|
|||
ProcessTableMessage(*msg);
|
||||
delete msg;
|
||||
table->initSort();
|
||||
SetSort(true);
|
||||
if (NumRows()<1000) {
|
||||
for(int row = 0; row < NumRows(); ++row) {
|
||||
if (row%2==0) {
|
||||
|
|
@ -679,6 +680,7 @@ sqlResultTable::sqlResultTable()
|
|||
thread = NULL;
|
||||
colorder=NULL;
|
||||
maplines=NULL;
|
||||
use_map=false;
|
||||
}
|
||||
|
||||
int sqlResultTable::GetNumberRows()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue