https://github.com/orientechnologies/orientdb

sort by:
Revision Author Date Message Commit Date
d681898 releasing OrientDB 2.1.22 23 August 2016, 08:24:19 UTC
2347e6f add test case for configuration reload on remote, issue #7461 22 August 2016, 16:32:32 UTC
4896463 Issue #6578 was fixed. (cherry picked from commit 799dfbf) 18 August 2016, 10:47:22 UTC
17fa069 releasing OrientDB 2.1.21 11 August 2016, 07:44:04 UTC
d661977 Fixed Distributed deploy with lucene index 10 August 2016, 14:05:55 UTC
574c6d3 add flag on info properties to enable compatibility with spark dataFrame load via Jdbc driver 10 August 2016, 06:57:56 UTC
0e4b316 fixed bug introduced by porting of a fix 04 August 2016, 14:07:15 UTC
cc3c8a6 Fixed default-value information 04 August 2016, 13:50:49 UTC
5debc77 Broken records are skipped during import 04 August 2016, 13:47:25 UTC
39a9a1c Broken records are skipped during import 03 August 2016, 08:38:45 UTC
88f4d9a Broken records are skipped during import 03 August 2016, 08:31:22 UTC
09a5062 version bumped to 2.1.21-SNAPSHOT 22 July 2016, 12:26:45 UTC
24ac14d releasing OrientDB 2.1.20 22 July 2016, 12:23:10 UTC
40bf780 removed need of check for remote/embedded for avoid use of thread local 22 July 2016, 10:42:21 UTC
408783f fixes shutdown excpetion 22 July 2016, 08:39:22 UTC
cf5c1ec Merge branch '2.1.x' of github.com:orientechnologies/orientdb into 2.1.x 22 July 2016, 08:01:13 UTC
f7d765c Support RETURN COUNT in UPDATE 21 July 2016, 12:41:56 UTC
151cca1 Merge branch '2.1.x' of github.com:orientechnologies/orientdb into 2.1.x 18 July 2016, 15:40:26 UTC
0db215f Fixed issue #4355 15 July 2016, 16:30:20 UTC
e6c6152 Fix RETURN of mixed collections 05 July 2016, 10:48:08 UTC
11b5ce8 add check for invalid session on command execution. 30 June 2016, 12:57:43 UTC
67e5224 Fix O*Class to always return a copy of polymorphic cluster IDs instead of the actual array 24 June 2016, 16:29:28 UTC
ddb41f2 fix for avoid duplicate cluster id in polymorphic set 17 June 2016, 15:01:18 UTC
8e456b8 Reworked index commit changes processing: 1. No more whole index changes traversal on each removal of temporary RID. Should give speedup on large transactions. 2. Index changes that are unobservable outside of a transaction are not replayed on commit. No false key dupilcates. 3. Optimization of index changes. For example, there is no point in replaying all index puts for a key in the dictionary index. Should speedup large commits. issue #6243 16 June 2016, 08:27:12 UTC
afcb646 Issue with date conversion during serialization was fixed. 08 June 2016, 09:32:40 UTC
222b092 Merge branch '2.1.x' of github.com:orientechnologies/orientdb into 2.1.x 08 June 2016, 05:12:16 UTC
a1114ff Clear owner thread was changed to uncoditional version. 08 June 2016, 05:11:48 UTC
475c257 Populate default values on setClass() methods 06 June 2016, 15:54:20 UTC
32808cc fix for avoid class exception with OIdentifiable not of type record in csv 06 June 2016, 11:22:33 UTC
dfbfc13 OrientDB cannot open a local database inside a folder containing commas #6239 06 June 2016, 09:35:00 UTC
f83c074 Fix parsing of nested square brackets in in-line filtering Resolves: #6236 03 June 2016, 09:45:19 UTC
a3530d0 Issue #6245 was fixed. 02 June 2016, 16:05:57 UTC
5075adc version bumped to 2.1.20-SNAPSHOT 01 June 2016, 14:48:17 UTC
d14deab releasing OrientDB 2.1.19 01 June 2016, 14:31:26 UTC
71509d3 Write cache and WAL enhancements and fixes: * start page flushing from the lowest LSN page, avoid full sync * flush pages with too old LSNs even if they have recency bit set, avoid full sync * fixed broken negative cache size counter, avoid cache overpopulation * fixed absence of page LSN update on flushing pages for a specific file * fixed defunct TTL * fixed absence of full checkpoint listener in 2.1.18, avoid excessive WAL growth 01 June 2016, 10:45:15 UTC
c0d4cb3 console cursor placement fixes #3003 28 May 2016, 11:37:50 UTC
4a943d9 reworked console prompt line rendering and navigation, multi-line and wrapping support, native cursor support #3003 28 May 2016, 10:42:56 UTC
c392a37 fixed support for json serialization of custom values, issue #6192 25 May 2016, 14:55:45 UTC
806e2b4 version bumped to 2.1.19-SNAPSHOT 25 May 2016, 11:18:04 UTC
0fa4149 releasing OrientDB 2.1.18 25 May 2016, 11:08:38 UTC
f460c07 fixes random WAL tests failures #6209 25 May 2016, 08:00:42 UTC
9900a46 checking available free disk space on each WAL flush and WAL initilization #6127 25 May 2016, 06:54:14 UTC
e532501 Fix format() on date elements when the query has no target Resolves: #4683 24 May 2016, 09:26:30 UTC
d88873f Disable test on LiveQuery 24 May 2016, 08:38:11 UTC
fd03782 Fix UPDATE of multiple clusters with embedded fields When setting an embedded field (json in SQL) in and UPDATE statement, where the target is multiple clusters, the field was not correctly converted to ODocument but threw validation exception 24 May 2016, 08:16:42 UTC
1bddc19 add test case for check failure in case of save of invalid rid 23 May 2016, 16:21:32 UTC
2c8c16c add check on save of invalid rid 23 May 2016, 16:21:32 UTC
c16888a Fix field chain evaluation to preserve items order Resolves: #6155 23 May 2016, 14:02:17 UTC
21a14ae fix database export only schema, issue #5138 23 May 2016, 13:46:46 UTC
266ceca Fix DELETE statement on subquery with WHERE condition the WHERE condition was ignored Resolves: #6174 23 May 2016, 11:28:10 UTC
81da0a8 removed not needed log in case of exception before executing a request. 23 May 2016, 10:31:08 UTC
885b9cf Merge pull request #6122 from mcculls/unmarshalling-embedded-or-link-collections-should-not-set-dirty Set correct status when unmarshalling embedded/link collections to avoid marking records as dirty 22 May 2016, 11:01:45 UTC
7d556b7 fixed bug on blob delete from query, issue #5944 20 May 2016, 11:46:50 UTC
0f6f36c fixes of low disk check backported to 2.1.x, prjhub issue #6621 20 May 2016, 07:19:20 UTC
a9df829 add check for interruped operation while buffering the result of an http request,issue #4633. 18 May 2016, 13:57:15 UTC
9faa5ad Fix ThreadLocal db on LiveQuery 17 May 2016, 15:15:37 UTC
1df9a55 Fix compile problem due to previous cherry-pick 17 May 2016, 12:53:22 UTC
e511e3d Support index name as first argument in graph.getVertices() for backward compatibility 17 May 2016, 12:40:50 UTC
eb2f9d6 Fix IN operator on indexed field Resolves: #6087 17 May 2016, 10:30:53 UTC
480370b Enhance graph.getVertices() to use indices even if they do not match the convention indexName = ClassName.fieldName 16 May 2016, 14:38:09 UTC
055b4b9 Fix live query on clusters Resolves: #6124 16 May 2016, 12:36:54 UTC
8be72fa version bumped to 2.1.18-SNAPSHOT 16 May 2016, 12:36:18 UTC
40353be releasing OrientDB 2.1.17 16 May 2016, 11:54:11 UTC
4e1078e Fix backslash escapes in LET classes Resolves: #4996 13 May 2016, 15:37:43 UTC
ad4fd1b Issue #6119 was fixed. 13 May 2016, 14:22:15 UTC
0607ac1 Merge branch '2.1.x' of github.com:orientechnologies/orientdb into 2.1.x 13 May 2016, 13:57:14 UTC
3363e2a Page read lock was added for data read operations. 13 May 2016, 13:56:50 UTC
f41c5cc Fix SQL dot notation on map attributes Embedded maps were wrongly converted to lists of values (keys were discarded) Resolves: #5752 13 May 2016, 13:51:06 UTC
36a1566 Page read lock was added for data read operations. 13 May 2016, 10:00:51 UTC
207fef7 Set correct status when unmarshalling embedded/link collections to avoid marking records as dirty. Backported from the unmarshalling improvements made to ORecordSerializerBinaryV0 under issue #5113 11 May 2016, 23:23:52 UTC
a6f58f8 CI test fixes, continued #5770 11 May 2016, 08:40:36 UTC
725ed9d add generic retry count down on remote database open, issue #6099 10 May 2016, 16:56:17 UTC
17cb1ac add test case for class registration with loop using objectdb, issue #3554 09 May 2016, 16:22:33 UTC
5fd7563 Rename GraphTests to GraphTest and add test for g.dropIndex() 07 May 2016, 09:45:50 UTC
f4ef1f6 Fix graph.dropIndex() it failed to remove the linked index ‘__@recordmap@___’+indexName 07 May 2016, 09:45:39 UTC
2de10a5 Merge pull request #6091 from antonyh/2.1.x Replace snapshot junit with release version for 2.1.x 06 May 2016, 16:35:16 UTC
cebdefc Replace snapshot junit with release version My configuration prohibits building releases that use snapshot versions, which is a good thing because it leads to inherent instability. I've reverted junit 4.13-SNAPSHOT to 4.12 (the latest released). This change makes it possible to use build system configured to only permit released, non-snapshot dependencies. 05 May 2016, 23:20:46 UTC
2cfe8e7 Merge branch '2.1.x' of github.com:orientechnologies/orientdb into 2.1.x 05 May 2016, 07:25:29 UTC
927b545 CI test fixes ported to 2.1.x from develop 05 May 2016, 07:24:55 UTC
490e0da changed the dump client exception log level configuration to store string 04 May 2016, 17:32:11 UTC
f84c384 adds check on storage closeness to avoid exception on shutsown http://www.prjhub.com/#/issues/6765 04 May 2016, 15:31:02 UTC
7cd8f5d Fix case sensitivity problems in console (limit, exit, quit) Resolves: #5993 04 May 2016, 10:57:49 UTC
6884503 fixed import in case of missing cluster for index configuration 03 May 2016, 15:26:27 UTC
b83c5a3 removed not needed list from transaction 02 May 2016, 17:43:11 UTC
244a6f9 fixed missing tracking of manual index in case of remote 02 May 2016, 17:37:17 UTC
4d4ae39 fixed client side index lookup for in transaction record changes 02 May 2016, 09:04:59 UTC
303ada7 Merged PR https://github.com/orientechnologies/orientdb/pull/6070 30 April 2016, 17:51:20 UTC
56cc8d4 Fix context scope in subqueries on indexes eg. SELECT FROM … LET $foo = (SELECT FROM index:bar WHERE key = $parent.$current.something ) 29 April 2016, 14:37:27 UTC
e3d5907 add test for missing vertex link save, issue #5355 28 April 2016, 16:30:30 UTC
2ba0cdf fixed missing link save in case of vertex linking, issue #5355 28 April 2016, 16:29:54 UTC
0a4204a Fixed bug on batch script return in case of [1,2] 28 April 2016, 10:54:18 UTC
a7bb3b5 forced interrupted exception rethrow 27 April 2016, 16:32:01 UTC
6b2e3f8 removed not needed new encoding for current version 27 April 2016, 15:25:41 UTC
ef3dc2b fixed possible null pointer, issue #6054 27 April 2016, 15:10:14 UTC
b37cc37 implementation of support for not record result set on binary protocol, issue #5091 27 April 2016, 12:09:02 UTC
a078f30 Allow parameters in SQL expressions eg. SELECT FROM Foo where name like “%” + ? + “%” Resolves: #6049 27 April 2016, 09:03:25 UTC
ca19373 Fix update of embedded fields when target is multiple custers Related to: #6033 26 April 2016, 10:51:39 UTC
4205a2e Fix INSERT and UPDATE of embedded fields when the target is a cluster Resolves: #6033 26 April 2016, 09:53:03 UTC
5fc8139 add check for already present cluster on index configuration for avoid not need save, issue #5831 25 April 2016, 13:50:02 UTC
85513c8 removed the interruped fleg set and made sure that interruped exception scale up 22 April 2016, 14:12:46 UTC
back to top