Jan Steemann
|
9aa1ba1f68
|
potential fix for ::stringify()
|
2015-10-29 15:58:47 +01:00 |
Michael Hackstein
|
cc35fdb7b0
|
Added the implementation and more tests for EDGES in CXX only
|
2015-10-29 15:52:46 +01:00 |
Jan Steemann
|
581521949e
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-29 11:57:34 +01:00 |
Jan Steemann
|
01499dde43
|
added deadlock detection for lazy locking of collections
|
2015-10-29 11:57:22 +01:00 |
Michael Hackstein
|
82424a4623
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-29 09:51:39 +01:00 |
Michael Hackstein
|
e2d8bb2094
|
Added an additional assertion for nullptr in orderDitch. It was asserted on a subattribute of collection but never on collection itself
|
2015-10-29 09:51:30 +01:00 |
Michael Hackstein
|
6552c73d25
|
Added a CXX implementation of DOCUMENT
|
2015-10-29 09:50:40 +01:00 |
jsteemann
|
733a3000b7
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-28 21:43:08 +01:00 |
jsteemann
|
cd745f3266
|
order ditches
|
2015-10-28 21:43:02 +01:00 |
Michael Hackstein
|
293bdf4458
|
Implemented a CXX version of MINUS
|
2015-10-28 17:29:51 +01:00 |
Michael Hackstein
|
18d72e526c
|
Fixed memleak in ZIP
|
2015-10-28 16:45:47 +01:00 |
Michael Hackstein
|
d8d37a3bd5
|
Added a CXX implementation for PARSE_IDENTIFER
|
2015-10-28 16:02:15 +01:00 |
Michael Hackstein
|
66ae927e3c
|
Added a CXX implementation of ZIP. Made the CXX implementation of FLATTEN more relaxed. It now works with invalid maxDepth entries and falls-back to 1 there
|
2015-10-28 15:06:22 +01:00 |
Michael Hackstein
|
9e98d5b87b
|
Added CXX implementation of FLATTEN incl tests.
|
2015-10-28 14:10:03 +01:00 |
Jan Steemann
|
31cacfb9f9
|
do not allow remaining in already-deleted database with _useDatabase()
|
2015-10-28 11:22:58 +01:00 |
jsteemann
|
5fff134c80
|
added CXX implementations of `WITHIN` and `NEAR` AQL functions
|
2015-10-27 23:24:00 +01:00 |
Michael Hackstein
|
021eb6ae4b
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-27 16:36:33 +01:00 |
Michael Hackstein
|
c655cbc65f
|
The cluster will not ask any other index than Skiplist or Hash if it can serve for condition. All others can only be used by functions and use different ways.
|
2015-10-27 16:36:19 +01:00 |
Jan Steemann
|
da8519b1a2
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-27 16:16:57 +01:00 |
Jan Steemann
|
63bebc4fe2
|
index printing
|
2015-10-27 16:16:46 +01:00 |
Michael Hackstein
|
58cd64639b
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-27 14:19:14 +01:00 |
Michael Hackstein
|
a94eb7fd49
|
In an array index with subattributes the document will be indexed with null if it has the array, but the subattribute is not existing. And it will not be indexed if it does not have the array
|
2015-10-27 14:19:06 +01:00 |
Michael Hackstein
|
d7f3ca496d
|
The Array Index now allows to query for null IN in sparse version
|
2015-10-27 13:00:49 +01:00 |
Jan Steemann
|
3c4655124a
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-27 11:16:19 +01:00 |
Jan Steemann
|
d73a5b7ff7
|
fixed logic error in replication dump function
|
2015-10-27 11:16:03 +01:00 |
Jan Steemann
|
67d033c8b2
|
fixed segfault with string collection names
|
2015-10-27 11:14:52 +01:00 |
Michael Hackstein
|
52e372ab27
|
Added some more Array Indexing tests. And improved the pathbased index. Now it is checked when trying to array-index a non-array value. And if non existing attributes are added to the index or not.
|
2015-10-27 11:14:02 +01:00 |
Michael Hackstein
|
d9eb549335
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-26 17:22:06 +01:00 |
Michael Hackstein
|
817c9827e1
|
Added tests for Array-Indexing non Array elements. It should allow partial indexing in the skiplist and forbid indexing in the hash index now.
|
2015-10-26 17:22:01 +01:00 |
Jan Steemann
|
970c5a7e52
|
fixed SSL shutdown issue
|
2015-10-26 17:21:21 +01:00 |
Wilfried Goesgens
|
36f289ea16
|
We picked the Executionnode from the plan to a local variable, we can use it later on.
|
2015-10-26 13:52:32 +01:00 |
Michael Hackstein
|
c35ccc02d5
|
Fixed unique-constrain-violated behaviour in SkiplistIndex
|
2015-10-26 09:28:14 +01:00 |
Frank Celler
|
4b99be0c30
|
added --enable-console to configure
|
2015-10-25 19:59:16 +01:00 |
Jan Steemann
|
3cf1b237ee
|
dfdb improvements
|
2015-10-23 19:03:24 +02:00 |
Jan Steemann
|
ad068ce49f
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-23 17:23:11 +02:00 |
Jan Steemann
|
50d5176adf
|
potential fix for unique index constraint violation with array indexes
|
2015-10-23 17:22:37 +02:00 |
Max Neunhoeffer
|
e6a81de395
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2015-10-23 16:45:37 +02:00 |
Max Neunhoeffer
|
cc45a0d352
|
Implement role switching.
|
2015-10-23 16:45:21 +02:00 |
Jan Steemann
|
025e470e3b
|
added a single-array parameter variant for the AQL MERGE function
|
2015-10-23 15:29:53 +02:00 |
Jan Steemann
|
56ea700546
|
fixed parse error
|
2015-10-23 13:27:36 +02:00 |
Michael Hackstein
|
d478f8dcc9
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-23 12:50:02 +02:00 |
Michael Hackstein
|
0a175a4271
|
Removed getOne in SimpleAttribute Matcher. All of the attributes are in sorted order rendering getOne and getAny useless
|
2015-10-23 12:49:57 +02:00 |
Jan Steemann
|
e2136ea21a
|
do not allow index creation with multiple [*] in single attribute
|
2015-10-23 11:45:17 +02:00 |
jsteemann
|
fad9782a4a
|
removed unused functions
|
2015-10-23 01:22:41 +02:00 |
jsteemann
|
058fec96f6
|
removed some dependencies
|
2015-10-23 00:15:07 +02:00 |
Jan Steemann
|
ec7bb3e820
|
fix for Windows build
|
2015-10-22 18:41:13 +02:00 |
Jan Steemann
|
66f3840563
|
attempt to fix leak
|
2015-10-22 18:24:35 +02:00 |
Jan Steemann
|
8751ee2866
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-22 18:03:32 +02:00 |
Jan Steemann
|
03da10bb51
|
attempt to fix failing Windows build
|
2015-10-22 18:03:07 +02:00 |
Jan Steemann
|
49d8e94daf
|
added includes
|
2015-10-22 17:26:22 +02:00 |