Hi Quentin,

I have been able to recreate locally and reported to development to look into 
...

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 28 Jan 2014, at 09:20, Quentin <quent...@clearbluewater.com.au> wrote:

> Hi,
> 
> Running Virtuoso7, December release
> virtuoso-t -?
> Virtuoso Open Source Edition (Column Store) (multi threaded)
> Version 7.0.1-dev.3207-pthreads as of Dec  3 2013
> Compiled for Linux (x86_64-unknown-linux-gnu)
> 
> Executing the below operations separately in Conductor/isql, I find that the 
> deleted triple is still present (including after a checkpoint).
> This seems incorrect behaviour, is there anything I need to understand about 
> the temporary database?
> ====================
> sparql
> insert into graph <TestGraph> {
> <S1> <pred> "aaa"^^xsd:string .
> };
> > Insert into <TestGraph>, 1 (or less) triples -- done
> sparql
> delete from graph <TestGraph> {
> <S1> <pred> "aaa"^^xsd:string .
> };
> > Delete from <TestGraph>, 1 (or less) triples -- done
> sparql
> select * from <TestGraph>
> {
> ?S ?P ?O .
> }
> > Query result:
> > S
> > ANY P
> ANY   O
> ANY
> >  S1   pred    aaa
> ------------
> ====================
> -- 
> Quentin | Clear Blue Water Pty Ltd
> quent...@clearbluewater.com.au
> ------------------------------------------------------------------------------
> WatchGuard Dimension instantly turns raw network data into actionable 
> security intelligence. It gives you real-time visual feedback on key
> security issues and trends.  Skip the complicated setup - simply import
> a virtual appliance and go from zero to informed in seconds.
> http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk_______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to