Re: [pgadmin-hackers] SlickGrid

2017-02-15 Thread Dave Page
Hi On Wed, Feb 15, 2017 at 3:05 PM, Sarah McAlear wrote: > Hi Dave > >> >> The difference with PIP is that a) the packages can be specific to the >> version of Python in use, and b) there are multiple other packaged >> sources of many of the packages available, e.g. RPMs. > > > There are multiple

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2089 - PARALLEL SAFE support for functions missing

2017-02-15 Thread Dave Page
Hi On Fri, Feb 10, 2017 at 7:28 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached updated patch. > > Thanks, > Khushboo > > On Fri, Feb 3, 2017 at 7:53 PM, Dave Page > wrote: > >> >> >> On Fri, Feb 3, 2017 at 1:59 PM, Khushboo Vashi < >> khushboo.va.

Re: [pgadmin-hackers][patch] change --pkg behavior

2017-02-15 Thread Dave Page
Thanks - applied. On Thu, Feb 9, 2017 at 8:20 PM, Atira Odhner wrote: > It looks like there was some test setup logic that happened in test_utils.py > that was node-name specific. We've removed that logic and re-enabled > cleaning up the test databases. > > Tira & George > > On Thu, Feb 9, 2017 a

[pgadmin-hackers] pgAdmin 4 commit: Test suite runner enhancements:

2017-02-15 Thread Dave Page
Test suite runner enhancements: To chase down a set of tests that were failing together, we wanted to run deeper trees of tests. We changed the behavior of the --pkg argument to runtests.py so it runs tests under a package and its subpackages, instead of for a single node. It gave us more flexibi

Re: [pgadmin-hackers] Autoformatting

2017-02-15 Thread Raffi Holzer
Thanks Dave! We came to the same conclusion about a button press. And thank you for the SQL guidelines. On Wed, Feb 15, 2017 at 4:37 AM, Dave Page wrote: > Hi > > On Tue, Feb 14, 2017 at 3:02 PM, Raffi Holzer wrote: > > Hi Dave, > > When we were talking about auto formatting we were actually r

[pgadmin-hackers] pgAdmin 4 commit: Remove some inaccurate docs copy/pasted from pgAdmin

2017-02-15 Thread Dave Page
Remove some inaccurate docs copy/pasted from pgAdmin 3. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=30a3167c0c96d49ce4d6d9e32ed2ab2a0d21f3c3 Modified Files -- docs/en_US/query_tool.rst | 1 - 1 file changed, 1 deletion(-) -- S

[pgadmin-hackers] pgAdmin 4 commit: Remove some inaccurate docs copy/pasted from pgAdmin

2017-02-15 Thread Dave Page
Remove some inaccurate docs copy/pasted from pgAdmin 3. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=78ff4faf68240d61dc80e9191d5608fc56f25d1b Modified Files -- docs/en_US/query_tool.rst | 5 - 1 file changed, 5 deletions(-)

Re: [pgadmin-hackers] Autoformatting

2017-02-15 Thread Dave Page
Hi On Tue, Feb 14, 2017 at 3:02 PM, Raffi Holzer wrote: > Hi Dave, > When we were talking about auto formatting we were actually referring to a > single button press doing all of these things to a large block of text. The > use case here would be if you receive a large illegible query and paste

Re: [pgadmin-hackers] SlickGrid

2017-02-15 Thread Dave Page
Hi On Tue, Feb 14, 2017 at 3:45 PM, Atira Odhner wrote: > Hi Dave, > >> >> we never rely on the availability of third party sites, >> especially not commercial ones. > > > npm is commercial and pip is supported by a noncommercial foundation, but > npm is still open source. The difference with PI