mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Fix SERVER_MAX_VERSION_N and fix other bug
Повышена максимально допустимая версия. При выгрузке в Sql разделитель полей исправлен на запятую.
This commit is contained in:
parent
060b8e553c
commit
21a368457a
2 changed files with 3 additions and 3 deletions
|
|
@ -217,7 +217,7 @@ wxString ctlSQLGrid::GetExportLine(int row, wxArrayInt cols)
|
|||
if (GetNumberCols() == 0 || GetRowSize(row)==0)
|
||||
return str;
|
||||
wxString colsep=settings->GetCopyColSeparator();
|
||||
if (generatesql == 2) colsep=wxT(",");
|
||||
if (generatesql == 2|| generatesql == 1) colsep=wxT(",");
|
||||
if (generatesql == 3) colsep = wxT(" and ");
|
||||
wxString qtsimbol=settings->GetCopyQuoteChar();
|
||||
if (generatesql>0) qtsimbol=wxT("'");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue