You can still do basic stuff without block filters..

dataset.filter(:field => 'val')
dataset.filter('field = ?', 'val')
dataset.filter('num IN (?)', [1,2,3])

You just miss out on all the fancy stuff.

Also, parsetree for MRI on windows is available at
http://web.mit.edu/~agp/www/parsetree-win32/. For JRuby though you'll
have to try jparsetree and see how well that works..

  Aman Gupta

On Dec 5, 11:06 pm, paulf <[EMAIL PROTECTED]> wrote:
> Hi Sharon,
>
> I am ready to test when you are :-)
>
> My system is Vista Business, Netbeans 6.0 full install.
>
> I am a little confused about the windows/parsetree situation. How is
> sequel run without the block filters?
>
> Thx
>
> Paul Fraser
>
> On Dec 5, 6:13 pm, Sharon Rosner <[EMAIL PROTECTED]> wrote:
>
> > > Anyone using sequel successfully with Netbeans 6.0 and JRuby?
>
> > Just yesterday I was looking at writing a JDBC adapter for Sequel. If
> > you're willing to test it let me know and I'll hack it up.
>
> > > JParsetree may be the secret and I am just about to check it out.
>
> > ParseTree is only needed if you use block filters.
>
> > best
> > Sharon
--~--~---------~--~----~------------~-------~--~----~
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