Mainly because we want to work on BB < v 5.0, and we wanted to use hatbox for spatial support. I don't thnik we have low enough access on the SqlLite that is embedded to easily add spatial support.
---------------- chris erickson 970.430.6289 "No man knows how bad he is till he has tried very hard to be good. " On Wed, Feb 10, 2010 at 12:32 PM, Thomas Mueller < [email protected]> wrote: > Hi, > > It looks like java.io.RandomAccessFile is also missing. H2 supports a > pluggable file system, so this should be relatively easy to implement. > As for java.sql.*, maybe it's possible to take those interfaces from > Apache Harmony or the GNU Classpath project. Not sure if the > Blackberry allows you to install classes in the java.* package. Other > parts missing, such as java.math.*. Such a port would be quite a lot > of work. > > Unfortunately, I will not be able to implement Blackberry support > myself. However, patches are always welcome! > > P.S. why don't you want to use net.rim.device.api.database ? > > Regards, > Thomas > > > > On Tue, Feb 9, 2010 at 6:18 PM, Chris Erickson <[email protected]> > wrote: > > The other big problem is the lack of the java.sql package. > > > > Any ideas how hard it would be to port? I'm a win/c#/c++ developer and > new > > to java etc... > > > > On Feb 9, 2010 7:24 AM, "Jeffrey Krzysztow" <[email protected] > > > > wrote: > > > > On Mon, Feb 8, 2010 at 5:15 PM, Thomas Mueller > > <[email protected]> wrote: > > > >> > >> Hi, > >> > >> > I'm looking to use H2 on a blackberry, but it has no support for the > >> > JDBC and no j... > > > > The current API (5.0 beta) can be found here > > http://www.blackberry.com/developers/docs/5.0.0api/index.html. You may > wish > > to target 4.5 which can be found here > > http://www.blackberry.com/developers/docs/4.5.0api/index.html as this > runs > > more phones. > > > > The Blackberry is J2Me (or whatever they refer to the Micro edition as > now) > > and it does NOT support java.io.RandomAccessFile. > > > > It would be great to support the Blackberry (or other J2Me phones) and > > Android as well! > > > > Jeffrey > > > > > > > > -- > > You received this message because you are subscribed to the Google Groups > > "H2 Database" group.... > > > > -- > > You received this message because you are subscribed to the Google Groups > > "H2 Database" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<h2-database%[email protected]> > . > > For more options, visit this group at > > http://groups.google.com/group/h2-database?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<h2-database%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
