mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Correction of the lost ";" during formatting SQL.
При форматировании SQL терялся символ ";". Мелкие правки для перевода сообщений.
This commit is contained in:
parent
20e91cda3c
commit
8df9354b4c
3 changed files with 24 additions and 7 deletions
|
|
@ -176,6 +176,7 @@ namespace FSQL {
|
|||
int GetNextPositionSqlParse();
|
||||
|
||||
bool GetItem(int index, FSQL::view_item& item);
|
||||
view_item GetLastItem();
|
||||
int next_item_no_space(int& index, int direction = 1);
|
||||
private:
|
||||
wxString get_list_columns(int startindex, union FSQL::Byte zone);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue