Re: Creating User Types in Derby

2007-11-14 Thread Daniel John Debrunner
Rick Hillegas wrote: Hi Samuel, I agree with Dag that this issue is a little complicated and you may want to tackle something smaller first just to get familiar with the Derby codeline. The objects stored in system tables, which Dag mentioned, are a special kind of user defined type with a hi

Re: Creating User Types in Derby

2007-11-13 Thread Rick Hillegas
s.apache.org/jira/secure/ViewVoters!default.jspa?id=12325061 Thanks, Dag -- View this message in context: http://www.nabble.com/Creating-User-Types-in-Derby-tf4776240.html#a13732800 Sent from the Apache Derby Developers mailing list archive at Nabble.com.

Re: Creating User Types in Derby

2007-11-13 Thread Dag H. Wanvik
t;> volunteered to work on this issue. >> >> You can vote for it, or even better, help us develop it :) >> >> http://issues.apache.org/jira/secure/ViewVoters!default.jspa?id=12325061 >> >> Thanks, >> Dag >> >> > > -- > View this messag

Re: Creating User Types in Derby

2007-11-13 Thread Samuel Morgan
jira/secure/ViewVoters!default.jspa?id=12325061 > > Thanks, > Dag > > -- View this message in context: http://www.nabble.com/Creating-User-Types-in-Derby-tf4776240.html#a13732800 Sent from the Apache Derby Developers mailing list archive at Nabble.com.

Re: Creating User Types in Derby

2007-11-09 Thread John Embretsen
Dag H. Wanvik wrote: Rick Hillegas <[EMAIL PROTECTED]> writes: Samuel Morgan wrote: Right now you can't declare custom types in Derby. This feature has been requested before and is tracked by DERBY-651. So far no-one has volunteered to work on this issue. You can vote for it, or even bette

Re: Creating User Types in Derby

2007-11-09 Thread Dag H. Wanvik
Rick Hillegas <[EMAIL PROTECTED]> writes: > Samuel Morgan wrote: > Right now you can't declare custom types in Derby. This feature has > been requested before and is tracked by DERBY-651. So far no-one has > volunteered to work on this issue. You can vote for it, or even better, help us develop

Re: Creating User Types in Derby

2007-11-09 Thread Rick Hillegas
Samuel Morgan wrote: Hi, Thanks for a wonderful database management system. How do I create custom types in Derby? what would be the formal approach in creating a geometry type for example? Im interested as I would love to see Derby with spatial features like postgis, and Im a postgis programmer

Creating User Types in Derby

2007-11-08 Thread Samuel Morgan
Hi, Thanks for a wonderful database management system. How do I create custom types in Derby? what would be the formal approach in creating a geometry type for example? Im interested as I would love to see Derby with spatial features like postgis, and Im a postgis programmer. Regards Samuel H. M