.NET Development: Transactional Repositories - Undocumented "id" field in tables
1 to 4 of 4
-
- CommentAuthorDavid K
- CommentTimeMar 31st 2010
It has been discovered that a field named "id" is added by GeoBase to every table upon creation. Can this field name be modified through config files? It appears this field is not documented. Are there other fields that are added by default? -
-
CommentAuthorPepitaL
- CommentTimeApr 5th 2010
David,
There are no other field created by default.
The "id" is a unique identifier within the table for each row of the table.
This field cannot be modified.
A ticket has been logged to get the "id" field referenced in the documentation
Pepita -
-
- CommentAuthorDavid K
- CommentTimeApr 12th 2010
Will,
We were looking at the transactional repos as a method for storing persistent data, not just data available during a single run of an application. In fact, what led us to discover this is we were importing data from a CSV file with a column named ID and it collided with the id column created by geobase (note the case insensitivity on the column names).
David.
1 to 4 of 4
