| From: | Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | pgAdmin4 mirror issues [pgAdmin4] |
| Date: | 2017-02-23 10:34:21 |
| Message-ID: | CAFiP3vx=de-pWnGRq_0otZs1jGVgrxQ0qTkGS7uYy4OkjaQ=rQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Hi,
While fixing and testing Unicode issues throughout pgadmin4 nodes I found
bellow issues (other than Unicode) which was preventing me further testing.
So these need to checked in first before we can apply Unicode related issue
patch.
1. *event_trigger_sql.patch*: returns correct value of 'eventfunname' when
schema of of trgger function is other than public.
2.*check_constraint_sql.patch*: Wrong sql was generated for check
constraint when we rename table name and check name at the same time from
table edit mode.
3.*dependents_sql*.patch: dependents sql was failing because of following
issue.
On non utf-8 encoding database bellow type casting queries fail as it
treats 0 (zero) as null instead of integer.
SELECT 0::text;
SELECT CAST(0 AS text);
db error:
ERROR: null character not permitted
********** Error **********
ERROR: null character not permitted
SQL state: 54000
--
*Harshal Dhumal*
*Software Engineer*
EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| Attachment | Content-Type | Size |
|---|---|---|
| event_trigger_sql.patch | text/x-patch | 1.2 KB |
| check_constrain_sql.patch | text/x-patch | 1.5 KB |
| dependents_sql.patch | text/x-patch | 918 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Harshal Dhumal | 2017-02-23 10:34:39 | Re: Patch from RM1983 [pgAdmin4] |
| Previous Message | Dave Page | 2017-02-23 09:56:52 | Re: SlickGrid |