Re: [Virtuoso-users] regex filter through jdbc problem 2

2009-12-17 Thread Lourens van der Meij
Thanks!!! It works now(I tested jdbc4). Great. Best regards, Lourens Hugh Williams wrote: Hi Lourens, This problem in the JDBC Driver has been resolved: $ /usr/bin/java -classpath "../../libsrc/JDBCDriverType4/virtjdbc4.jar:." TestRegex # exec query regex without i### Runn

Re: [Virtuoso-users] regex filter through jdbc problem 2

2009-12-17 Thread Hugh Williams
Hi Lourens, This problem in the JDBC Driver has been resolved: $ /usr/bin/java -classpath "../../libsrc/JDBCDriverType4/virtjdbc4.jar:." TestRegex # exec query regex without i### Running query: sparql PREFIX skos: SELECT ?value from WHERE

Re: [Virtuoso-users] regex filter through jdbc problem 2

2009-12-17 Thread Lourens van der Meij
Thanks, and especially thanks for the warning. This does mean that I really do need the regex alternative, so having a patch/solution for my problem of non-functioning filter regex(str(?l),"query","i") through jdbc is still urgent to me. (For later when I have time to switch to VPL, a functio