ObjectDB Database Search

101-108 of 108 results

General Performance Issues Illustrated with a Specific Method

for this specific query due to the use of a combined OR on fields of two entity classes through JOIN (Client

Distinct Error

CDI $1 JOIN $1.attributeList $2 WHERE ($2.name='firstname') AND ($2.valueAsString='Alex

@ElementCollection query returning extra result per element in collection

am not sure that this is a bug. Your query defines an implicit JOIN (on branches), so selection

Repeated long Index Activation

We are for a some time using joining the thread ODB-IndexActivation to prevent issues when accessing database without the index been ready. Original Thread: https://www.objectdb.com/forum/2401 Now we've run into issue, that in some database the Index rebuild takes a lot of time (e.g. 20 minutes

Get the last occurence of a list attribut

this : SELECT s  FROM ReturnOrder r JOIN (SELECT s FROM r.pickUpLabel LIMIT 1) ORDER BY s

ObjectDB 2.0.5

Fixed Java Agent / Java EE / Spring enhancement bug. Fixed a bug in merging detached entity objects. Fixed unexpected  NullPointerException in client server mode. Fixed an exception in AVG query on non numeric values ( issue #107 ). Fixed a bug in handling JOIN queries with primary key fields.

Can not have unique index on Byte Array

, e.g. using a JOIN query. This is because every element is indexed as a separate index entry

ObjectDB 2.8.6

Fixed an issue with viewing class Ids in the Explorer (see issue #2677 ). Fixed a regression bug (in version 2.8.5) in using AS in JOIN ( issue #2666 ). Fixed a connection pool issue related to memory release ( issue #2663 ). Fixed an Enhancer issue in supporting Java 9 modules and packages