Samuel Morgan <[EMAIL PROTECTED]> writes: > Thanks Guys, > > I will register and see what I can do.. Id love to help or even start > developing it.. Im afraid I dont know where to start. Any suggestions?
Great! For general information, have a look at: http://db.apache.org/derby/derby_comm.html http://wiki.apache.org/db-derby/ForNewDevelopers As for this particular issue, maybe Rick can offer some advice? Looking at how this is used internally in the system tables is probably a good start, e.g. in SYS.SYSCONGLOMERATES the column DESCRIPTOR has the type org.apache.derby.catalog.IndexDescriptor. http://db.apache.org/derby/docs/dev/ref/rrefsistabs38369.html It may be advisable to tackle some smaller issue first, so you know your way around a bit before you try to attack this issue. Your call :) Thanks, Dag > > Sam > > > 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 better, help us develop it :) >> >> http://issues.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. > > -- Dag H. Wanvik Sun Microsystems, Database Technology Group (DBTG) Haakon VII gt. 7b, N-7485 Trondheim, Norway Tel: x43496/+47 73842196, Fax: +47 73842101
