mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-09-04 22:02:34 -06:00
fix without patch
Приведение в соответствие с github Патч делать не нужно.
This commit is contained in:
parent
bdfca63db0
commit
9e9bfef8b8
56 changed files with 512 additions and 505 deletions
|
|
@ -55,7 +55,7 @@ public:
|
|||
wxString GetRowLabelValue( int row );
|
||||
void SetRowGroup(int row);
|
||||
GroupRows *grp;
|
||||
int generatesql; // 0 -íåò, 1 - insert , 2 - in_list
|
||||
int generatesql; // 0 -<EFBFBD><EFBFBD><EFBFBD>, 1 - insert , 2 - in_list
|
||||
wxString sqlquerytext;
|
||||
WX_DECLARE_STRING_HASH_MAP( int, ColKeySizeHashMap );
|
||||
|
||||
|
|
@ -95,7 +95,7 @@ public:
|
|||
// default group open
|
||||
rowsGroup[rowgroup]=-rowgroup;
|
||||
//beg[rowgroup]=rowgroup;
|
||||
wxASSERT(lastrowgroup>end.Count()," out of bounds");
|
||||
wxASSERT_MSG(lastrowgroup>end.Count()," out of bounds");
|
||||
end[rowgroup]=lastrowgroup;
|
||||
run[rowgroup]=actualtime;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue