jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • GeoTools
  • GEOT-2196

have attribute descriptor user data contain native database type information

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.5.7, 2.6-M2
  • Component/s: jdbc
  • Labels:
    None

Description

For GEOT-2193 we need to know whether the type of the geometric column is "geometry" or "geographic" since they use different functions for interaction. The idea is to have JDBCDataStore include the native type name as user data. Similar to how it stores the native srid info.

  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Text File
    GEOT-2196.patch
    28/Jun/09 3:07 AM
    7 kB
    Justin Deoliveira

Issue Links

is depended upon by

Improvement - An improvement or enhancement to an existing feature or task. GEOT-2193 have sql server support the geographic data type

  • Major - Major loss of function.
  • Open - The issue is open and ready for the assignee to start work on it.
relates to

Bug - A problem which impairs or prevents the functions of the product. GEOT-2187 Check that database based datastores properly support case insensitive comparisons

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • History
  • Activity
Hide
Permalink
Justin Deoliveira added a comment - 04/Dec/08 5:57 PM
Andrea, any comments or thoughts on this one?
Show
Justin Deoliveira added a comment - 04/Dec/08 5:57 PM Andrea, any comments or thoughts on this one?
Hide
Permalink
Andrea Aime added a comment - 05/Dec/08 3:12 AM
Looks like a good idea, go ahead.
One thing that I'm thinking about is, where to draw the line between generically useful metadata and stuff that is needed by only one dialect. Actually this one seems useful in DB2 as well, but is a dialect allowed to customize the metadata somehow?
Show
Andrea Aime added a comment - 05/Dec/08 3:12 AM Looks like a good idea, go ahead. One thing that I'm thinking about is, where to draw the line between generically useful metadata and stuff that is needed by only one dialect. Actually this one seems useful in DB2 as well, but is a dialect allowed to customize the metadata somehow?
Hide
Permalink
Justin Deoliveira added a comment - 05/Dec/08 8:54 AM
Yeah, that could be an idea. Basically have a couple of callbacks after an attribute has been built and after a feature type has been built.

postAttributeCreate( AttributeDescriptor att, ResultSet columnMetadata );
postFeatureTypeCreate( FeatureType ft, ResultSet tableMetadata ):
Show
Justin Deoliveira added a comment - 05/Dec/08 8:54 AM Yeah, that could be an idea. Basically have a couple of callbacks after an attribute has been built and after a feature type has been built. postAttributeCreate( AttributeDescriptor att, ResultSet columnMetadata ); postFeatureTypeCreate( FeatureType ft, ResultSet tableMetadata ):
Hide
Permalink
Justin Deoliveira added a comment - 28/Jun/09 3:07 AM
Here is the patch for this (trunk), a review would be much appreciated.
Show
Justin Deoliveira added a comment - 28/Jun/09 3:07 AM Here is the patch for this (trunk), a review would be much appreciated.
Hide
Permalink
Andrea Aime added a comment - 28/Jun/09 4:16 AM
The patch looks good to me.
Show
Andrea Aime added a comment - 28/Jun/09 4:16 AM The patch looks good to me.
Hide
Permalink
Christian Mueller added a comment - 28/Jun/09 10:25 AM
"mvn clean install" for db2 shows SUCCESS
Show
Christian Mueller added a comment - 28/Jun/09 10:25 AM "mvn clean install" for db2 shows SUCCESS
Hide
Permalink
Andrea Aime added a comment - 28/Nov/10 2:57 AM
Mass closing all issues that have been in "resolved" state for 2 months or more without any feedback or update
Show
Andrea Aime added a comment - 28/Nov/10 2:57 AM Mass closing all issues that have been in "resolved" state for 2 months or more without any feedback or update

People

  • Assignee:
    Justin Deoliveira
    Reporter:
    Justin Deoliveira
Vote (0)
Watch (2)

Dates

  • Created:
    04/Dec/08 5:53 PM
    Updated:
    02/Jun/11 8:16 AM
    Resolved:
    01/Jul/09 8:20 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.