On Dec 27, 12:46 am, "Tim Uckun" <[email protected]> wrote:
> When I get the chance, I'll try to push Sequel again. If I succeed,> we'll 
> probably contribute a little bit more. As it is now, the adapter
> > is quite shaky. We do have some production code using it, but it's
> > pretty limited.
>
> Thanks for the heads up.
>
> What's the status of the JDBC driver?  If it's pretty good that might be a
> good way to go.

The JDBC driver works fairly well, at least when connecting to MySQL,
PostgreSQL, or SQLite.  As long as you stick with database column
types that map nicely to ruby types, you should be OK.  I know that
many of the JDBC drivers return date types that the java integration
layer doesn't handle (at least on JRuby 1.1.3), so if you deal with
date related code, you should be test to make sure things work
correctly.

Jeremy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" 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/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to