Thanks.   I'll try it that way.   Maybe someday I'll get ghhd enough to
write the patch.  I did take a look at the sqlobject code yesterday for the
first time.  :)

-Sam

On Tue, Mar 25, 2008 at 8:20 AM, Oleg Broytmann <[EMAIL PROTECTED]> wrote:

> On Tue, Mar 25, 2008 at 12:36:45AM -0300, Sam's Lists wrote:
> > I'm using sqlobject on top of mysql.  I'd like to add fulltext search (
> > http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html) to one of
> my
> > tables.  I searched the internet for quite a while but couldn't find an
> > example of how to do this under sqlobject.  Any thoughts?
>
>    SQLObject doesn't support it because nobody has submitted a patch. You
> can use connection.queryAll("SELECT ... MATCH() AGAINST...")
>
> Oleg.
> --
>     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
>           Programmers don't die, they just GOSUB without RETURN.
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> sqlobject-discuss mailing list
> sqlobject-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to