Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed 2190 - Move language selection to Preferences.

2017-04-01 Thread Dave Page
No, it's not, but the correct fix was committed a couple of days ago and I totally forgot to ping you. Sorry about that. :-( -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The Enterprise PostgreSQL Company > On 1 Apr 2017, at 15:27

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed 2190 - Move language selection to Preferences.

2017-04-01 Thread Jonas Thelemann
Hey, I think this is the feature Dave meant when telling me to wait for it's completion before submitting the German translation. I already completed the German translation some weeks ago, can I submit it in the next days? Am 01.04.2017 um 08:42 schrieb Dave Page: Hi On Friday, March 31, 20

[pgadmin-hackers] [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't use default values

2017-04-01 Thread Surinder Kumar
Hi Issues fixed: 1. If a column is defined with a default modifier, there is now way to insert the row with those defaults. The column will be left blank and it will take default value automatically. 2. If a column has a not-null constraint then an error is returned and the row is not inserted.