mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Improvements to the Query Results grid:
- Improve the UI - Allow copy/paste from sets of rows, columns or arbitrary blocks of cells Patch by Matt, Shruti, Joao and Sarah @ Pivotal Fixes #2476
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ class TestColumnPropertiesSql(SQLTemplateTestBase):
|
||||
|
||||
self.assertEqual('some_column', first_row['name'])
|
||||
self.assertEqual('character varying', first_row['cltype'])
|
||||
self.assertEqual(2, len(fetch_result))
|
||||
self.assertEqual(3, len(fetch_result))
|
||||
|
||||
@staticmethod
|
||||
def get_template_file(version, filename):
|
||||
|
||||
Reference in New Issue
Block a user