Page 1 of 1

Various minor issues in schema tables

Posted: Fri 25 May 2012 12:30
by Matthias3
Hello,

There seem to be some (minor) issues in the schema information tables returned by PgSqlConnection.GetSchema("...").

1. In the "MetaDataCollection" table, the "DataTypes" collection is not shown (but it exists).

2. In the "DataTypes" table, the uuid type is not shown.

3. In the "Columns" table, there are some misspelled columns: "commment", "sername", "serschema".

4. In the "Columns" table, the length of varchar columns in shown in the "precision" column, not in the "length" column.

Best regards!

Re: Various minor issues in schema tables

Posted: Mon 28 May 2012 14:12
by Pinturiccio
Matthias3 wrote:3. In the "Columns" table, there are some misspelled columns: "commment", "sername", "serschema".
"sername" and "serschema" are correct column names. Values in these columns contain the name and the schema of the sequence for the Serial field. ser - is an abbreviation for serial.

We have reproduced all other issues you had specified. We will investigate them and notify you about the results as soon as possible.

Re: Various minor issues in schema tables

Posted: Tue 29 May 2012 11:46
by Pinturiccio
We have fixed the bugs with the GetSchema method of the PgSqlConnection class. We will notify you when the corresponding build of dotConnect for PostgreSQL is available for download.

Re: Various minor issues in schema tables

Posted: Tue 29 May 2012 12:07
by Matthias3
Great, that was quick. Sorry about the mistake with the ser* columns.

Regards,

Matthias

Re: Various minor issues in schema tables

Posted: Fri 08 Jun 2012 13:47
by Pinturiccio
The new build of dotConnect for PostgreSQL 6.0.17 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/postgr ... nload.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?t=24292