[Virtuoso-users] case-insensitive bif:contains; phrase wildcards

2009-01-16 Thread Kjetil Kjernsmo
All, I've noticed in my test cases that my bif:contains matches are case-sensitive. Is there a way to turn this to case-insensitive matching? I'm also trying to use wildcard matching on a string with a space, i.e. "oslo c"* should match both "oslo c" and "oslo central station" (the former being

Re: [Virtuoso-users] jdbc3 driver question

2009-01-16 Thread Patrick van Kleef
HI David, Does the open virtuoso jdbc3 driver not support Statement.RETURN_GENERATED_KEYS? I cant seem to get any keys returned on it so I am guessing its not. No, this option does not exist in the current code base. I have forwarded your request to development to see what it would take

[Virtuoso-users] jdbc3 driver question

2009-01-16 Thread David Benge
Does the open virtuoso jdbc3 driver not support Statement.RETURN_GENERATED_KEYS? I cant seem to get any keys returned on it so I am guessing its not. Thanks