I downloaded the latest build and after the installation, I can confirm that my previous version was up to date, since versions are the same:
LLBLGenPro.exe - 4.2.16.504
SD.LLBLGen.Pro.DBDrivers.PostgreSqlDBDriver.dll - 4.2.15.1218
Once again, in the PostgreSQL you cannot specify length on the "citex" fields - default length for "citex" fields is 1073741824 (1GB).
As I mentioned, I have manually changed my field length (in the entity editor, of course
) and after the refresh, these lengths wasn't changed, they are the same as I specified in the entity editor. (property: Length precision scale follow dblength precision scale is set as default).
When I generated source-code, my manual changes (length in entity editor) are not generated in the source-code.
this.AddElementFieldInfo("ClientEntity", "FirstName", typeof(System.String), false, false, false, false, (int)ClientFieldIndex.FirstName, 1073741824, 0, 0);
this.AddElementFieldInfo("ClientEntity", "LastName", typeof(System.String), false, false, false, false, (int)ClientFieldIndex.LastName, 1073741824, 0, 0);