[orientdb] Remove multiple objects from a collection with a single statement?

2014-09-04 Thread kleingeldhorter
Dear community members, is it possible to remove remove multiple objects at once from a collection by passing the remove-statement a resultset? Like this (untested): String cmd = "begin\n"; cmd += "let ua = select from (select expand(contentRequests) from Testlog) where value.ac

[orientdb] Re: How to query and remove link-map values that fulfill a specific condition?

2014-09-04 Thread kleingeldhorter
update: accidentially I wrote "embedded map" instead of "link map"! Sorry. -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@googlegr

[orientdb] How to query and remove embedded map values that fulfill a specific condition?

2014-09-03 Thread kleingeldhorter
Dead community members & developers, I have a quite simple usecase that I cannot easily translate into an appropriate SQL query: - I have an embedded Java-Map like: *private Map uniqueUserActions;* - What would be an appropriate SQL-Query to *remove all embedded map entries having

[orientdb] OrientDB Studio 1.7RC2 Issue Custom DateTime Format -> Invalid Date

2014-04-18 Thread kleingeldhorter
Hi, I'd like to report that currently OrientDB Studio's Datepicker can't handle and can't display custom datetime formats like "dd.MM. HH:mm:ss:SSS". The English format seems to be hardcoded in the web-gui. Though the date is displayed correctly in the studio's query results (because it's a

Re: [orientdb] Current implementation of storage does not support sbtree collections

2014-04-14 Thread kleingeldhorter
Well that was easy - it worked, thanks, awesome! Running it embedded and deploying it directly with the Java webapplication - works amazingly well! Thanks, Stefan Am Montag, 14. April 2014 00:48:34 UTC+2 schrieb Lvc@: > > Hi, > are you using local? You should migrate to plocal. > > Lvc@ > > > >

[orientdb] Current implementation of storage does not support sbtree collections

2014-04-13 Thread kleingeldhorter
> > WARN *Current implementation of storage does not support sbtree > collections* [ODatabaseRecordAbstract$1] Dear ODB users & team, I kindly ask for advice on why I get this message and what I can do to fix it so the warning does no longer spam my log. I'm running 1.7RC2 Thanks for any ad