ObjectDB Database Search
1-5 of 5 resultsOrder in WHERE Clause affects behaviour on DATE/DATETIME columnsOrder in WHERE Clause affects behaviour on DATE/DATETIME columns | |
Date field Index is corrupted due to time change DateTime dt = null; try { dt = new DateTime (dtf ... ; dt = new DateTime (dtf.parse("2015.12.09 10:59:57"), new Short((short)10), null | |
Java 8 time API Hi. Is Java 8 new DateTime API supported natively or through Converters in the newest versions of objectdb? If not, can we expect this feature in the next releases? Best regards and congratulations on this awesome database. Amsterdam Amsterdam Luís de Lima Filho It is not | |
NPE at com.objectdb.jpa.JpaQuery.getResultList(fromMomentPayload.get(" dateTime "))); Query q = em.createQuery(query); if (!all) { q.setMaxResults(maxResults); q ... ; query.orderBy(cb.desc(fromMomentPayload.get(" dateTime ")));   ... .sql.Timestamp dateTime ; } } support Support Unfortunately, I have not | |
NullPointerException when using multithreading to store String, and Joda DateTime . However the test code at this time is just storing |