SQL Server: dtproperties table

Hello,

Servoy seems to try not to show system tables to the developer. On SQL Server this works great (all system tables are “hidden”), except for one, the dtproperties. This is a little annoying since this table has column names that are reserved words for example for Sybase (like “version”).

Is it possible to let dtproperties out of the repository?

Thanks!

It must be an error from your database driver, we request for user tables only.
You might consider filing a bug to the database driver vendor.

that is strange, because dtproperties is a System table…