[pgadmin-hackers] pgAdmin III commit: Fix constraints handling on the table properties di

2011-12-10 Thread Guillaume Lelarge
Fix constraints handling on the table properties dialog The wxListCtrl control doesn't handle strings or more than 512 characters on Windows. So we need to put the definition of constraints in a wxArrayString so that we won't have issues on the size of the constraint's definition. Report from

[pgadmin-hackers] pgAdmin III commit: Fix constraints handling on the table properties di

2011-12-10 Thread Guillaume Lelarge
Fix constraints handling on the table properties dialog The wxListCtrl control doesn't handle strings or more than 512 characters on Windows. So we need to put the definition of constraints in a wxArrayString so that we won't have issues on the size of the constraint's definition. Report from

[pgadmin-hackers] pgAdmin III commit: Support for TRUNCATE permission

2011-12-10 Thread Guillaume Lelarge
Support for TRUNCATE permission Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5f8159a63dc64b9053a3981ecb254691d40c6836 Modified Files -- CHANGELOG |1 + pgadmin/dlg/dlgTable.cpp |6 --

[pgadmin-hackers] pgAdmin III commit: Fix reading the histoquery file because of wrong fi

2011-12-10 Thread Guillaume Lelarge
Fix reading the histoquery file because of wrong file When weird characters are embedded in the .pgadmin_histoqueries file, the previous read function was lost, and never finished its work. The new implementation finds the issue with the parse function, and stops immediately to read the file.

[pgadmin-hackers] pgAdmin III commit: Fix reading the histoquery file because of wrong fi

2011-12-10 Thread Guillaume Lelarge
Fix reading the histoquery file because of wrong file When weird characters are embedded in the .pgadmin_histoqueries file, the previous read function was lost, and never finished its work. The new implementation finds the issue with the parse function, and stops immediately to read the file.