Re: [pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-18 Thread Dinesh Kumar
OK. Thanks Dave. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co m * Follow us on Twitter* @EnterpriseDB Visit EnterpriseDB for tutorials, webinars, whitepapers

Re: [pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-18 Thread Dave Page
Thanks - patch applied with a couple of minor changes: - I reworded the comments. - I removed the changes to dlgIndex.xrc and one of the corrsponding changes in dlgIndex.cpp. They changed the labelling that was previously correct. On Wed, Jul 17, 2013 at 6:09 PM, Dinesh Kumar wrote: > Hi Dave

Re: [pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-17 Thread Dinesh Kumar
Hi Dave, Further to my understanding, we don't any option available to deal untranslated strings in XRC files. Hence, i have reset the label text with the keywords. And also i have found this case with some other dialogue boxes, and adding fix for those also. Please find the attached patch for th

Re: [pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-16 Thread Dinesh Kumar
Hi Dave, On Mon, Jul 15, 2013 at 6:55 PM, Dinesh Kumar > wrote: > >> Hi Dave, >> >> I am able to re-produce the reported issue and with the create new role >> dialogue box. Please find the attached patch for these reported cases. >> > > This fix seems reasonable if we want the keywords to be tran

Re: [pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-16 Thread Dave Page
Hi On Mon, Jul 15, 2013 at 6:55 PM, Dinesh Kumar wrote: > Hi Dave, > > I am able to re-produce the reported issue and with the create new role > dialogue box. Please find the attached patch for these reported cases. > This fix seems reasonable if we want the keywords to be translated in the UI

Re: [pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-15 Thread Dinesh Kumar
Hi Dave, I am able to re-produce the reported issue and with the create new role dialogue box. Please find the attached patch for these reported cases. Thanks in advance. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co

Re: [pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-11 Thread Dinesh Kumar
On Thu, Jul 11, 2013 at 4:55 PM, Dave Page wrote: > Dinesh, can you investigate this please? > > Sure Dave. > On Thu, Jul 11, 2013 at 11:42 AM, Jakub Trmota wrote: > > Hello, > > I found bug in pgAdmin III 1.16.1 on Windows 7 (x64). When I use czech > > interface and want to add foreign key,

Re: [pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-11 Thread Dave Page
Dinesh, can you investigate this please? On Thu, Jul 11, 2013 at 11:42 AM, Jakub Trmota wrote: > Hello, > I found bug in pgAdmin III 1.16.1 on Windows 7 (x64). When I use czech > interface and want to add foreign key, this buggy SQL is generated: > > ALTER TABLE app_cache_journal > ADD FOREIGN

[pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-11 Thread Jakub Trmota
Hello, I found bug in pgAdmin III 1.16.1 on Windows 7 (x64). When I use czech interface and want to add foreign key, this buggy SQL is generated: ALTER TABLE app_cache_journal ADD FOREIGN KEY (entry) REFERENCES acl_object_parents (object_id) ON UPDATE ochránit (RESTRICT) ON DELETE kaskádová a

[pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-11 Thread Forrest79 Temp
Hello, I found bug in pgAdmin III 1.16.1 on Windows 7 (x64). When I use czech interface and want to add foreign key, this buggy SQL is generated: ALTER TABLE app_cache_journal ADD FOREIGN KEY (entry) REFERENCES acl_object_parents (object_id) ON UPDATE ochránit (RESTRICT) ON DELETE kaskádová