pgAdmin III commit: Fix copy bug in the edit grid
От | Timon |
---|---|
Тема | pgAdmin III commit: Fix copy bug in the edit grid |
Дата | |
Msg-id | AANLkTik8jJhPK_zZyHSN_EftADCrMwRr2L+wKtrkyCmh@mail.gmail.com обсуждение исходный текст |
Ответ на | pgAdmin III commit: Fix copy bug in the edit grid (Guillaume Lelarge <guillaume@lelarge.info>) |
Ответы |
Re: pgAdmin III commit: Fix copy bug in the edit
grid
|
Список | pgadmin-hackers |
seem that this commit broke ability to copy whole query result from result grid in query tool. result of git bisect: 267c594ae6663becb29de3955f94d37d7705fcfb is the first bad commit commit 267c594ae6663becb29de3955f94d37d7705fcfb Author: Guillaume Lelarge <guillaume@lelarge.info> Date: Wed Dec 22 00:04:54 2010 +0100 Fix copy bug in the edit grid If you select only a part of the text in a cell, and try to copy it, it really copies all the cell. This patch makes sure that only the selected text is copied. Report from Mauro Bertoli. :100644 100644 f0cbd7e9923010078a30a82e9d51a5147fb28c34 c37af2b9f58c3cfd12f57365e5e7045d46b517c2 M CHANGELOG :040000 040000 e4d8821d61d19f34e152e9e743f6d1ffbcc3ce43 118f5b08516ca7837cf5748e6d1071f31d7e1da1 M pgadmin 2010/12/22 Guillaume Lelarge <guillaume@lelarge.info>: > Fix copy bug in the edit grid > > If you select only a part of the text in a cell, and try to copy it, it really > copies all the cell. This patch makes sure that only the selected text is > copied. > > Report from Mauro Bertoli. > > Branch > ------ > master > > Details > ------- > http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=267c594ae6663becb29de3955f94d37d7705fcfb > > Modified Files > -------------- > CHANGELOG | 2 ++ > pgadmin/frm/frmEditGrid.cpp | 13 ++++++++++++- > 2 files changed, 14 insertions(+), 1 deletions(-) > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers >
В списке pgadmin-hackers по дате отправления: