I'm not sure whether this is an error but percent-decoding isn't getting +
encoded spaces.
create procedure test.test.testUrlDecode ( ) returns VARCHAR
{
declare test VARCHAR;
test :='test+test+test';
return split_and_decode(test,0,'%');
}
Query result:testUrlDecode
VARCHAR test+test+test
The result is different to conventional urldecoding done by javascript and
php which would generally return "test test test". The effect is to
require virtuoso specific work-arounds in external interfaces.
--
Quentin | Clear Blue Water Pty Ltd
quent...@clearbluewater.com.au
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users