mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-09-05 14:14:53 -06:00
add copy insert format
add copy insert format replace path for autosave query
This commit is contained in:
parent
61c23d272f
commit
9050d8fee0
7 changed files with 45 additions and 20 deletions
|
|
@ -30,7 +30,7 @@ public:
|
|||
{
|
||||
return false;
|
||||
}
|
||||
int Copy();
|
||||
int Copy(bool gensql);
|
||||
|
||||
virtual bool CheckRowPresent(int row)
|
||||
{
|
||||
|
|
@ -46,7 +46,7 @@ public:
|
|||
wxString GetRowLabelValue( int row );
|
||||
void SetRowGroup(int row);
|
||||
GroupRows *grp;
|
||||
|
||||
bool generatesql;
|
||||
WX_DECLARE_STRING_HASH_MAP( int, ColKeySizeHashMap );
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(ctlSQLGrid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue