[pgadmin-hackers][patch] We can see tables in Greenplum! - Mailing list pgadmin-hackers

From George Gelashvili
Subject [pgadmin-hackers][patch] We can see tables in Greenplum!
Date
Msg-id CAHowoHYA3_yxFuPYGGcTum5CiJzoZKJV3rgrFPYaw9MgXN4GNA@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers][patch] We can see tables in Greenplum!
List pgadmin-hackers
Hello Hackers!

We've a fix for displaying table nodes when connected to Greenplum. The salient bit was leaving off tgisinternal from the default template (but leaving the template used for postgres 9.1+ unchanged).
We also added a Database helper class in test_utils for setting up and tearing down a database. It can be used via python's with (see TestTablesNode).


This isn't super important, but does anyone know why our test comment doesn't show up in test output?

We see:
runTest (pgadmin.browser.server_groups.servers.databases.schemas.tables.templates.table.sql.tests.test_tables_node.TestTablesNode) ... {'oid': 106072, 'has_enable_triggers': '0', 'name': 'test_table', 'triggercount': '0'}

Whereas for other tests we see output like
 This function update the server details (Default Server Node url)

Cheers!
Tira & George

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Fix indentation
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Python 2.6 compatibility fixes.