Michael Hackstein
|
f181f62b9d
|
Fixed usage of IN operator
|
2015-10-20 15:54:38 +02:00 |
Frank Celler
|
a322611495
|
added Bison & Flex
|
2015-10-20 15:47:40 +02:00 |
Michael Hackstein
|
4018071699
|
Further tests for aql-queries with array indexes. Right now they fail, array index is used although it cannot actually serve
|
2015-10-20 15:12:03 +02:00 |
Michael Hackstein
|
2ecf67780b
|
Started adding tests for Array Indexes.
|
2015-10-20 14:33:44 +02:00 |
Jan Steemann
|
813048592e
|
fixed scss building
|
2015-10-20 12:50:15 +02:00 |
Jan Steemann
|
1f8b5e54af
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-20 12:34:33 +02:00 |
Jan Steemann
|
60283f13b9
|
fixed memleaks
|
2015-10-20 12:05:52 +02:00 |
Jan Steemann
|
b28393e458
|
cleanup
|
2015-10-20 11:44:01 +02:00 |
hkernbach
|
84b32587f5
|
issue: #1509, temp. disabled gv outbound connections
|
2015-10-20 10:57:28 +02:00 |
Michael Hackstein
|
17383430d3
|
Fixed jslint
|
2015-10-20 09:39:22 +02:00 |
Michael Hackstein
|
cbd403bade
|
Fixed indexes multi tests
|
2015-10-20 09:29:48 +02:00 |
Michael Hackstein
|
ca2c283ab8
|
Removed debug output in tests
|
2015-10-20 09:16:34 +02:00 |
Michael Hackstein
|
6adfdbe48e
|
Fixed optimizer indexes-in-or test. In the new IndexNode we need to keep the sort node in some queries
|
2015-10-20 09:15:34 +02:00 |
jsteemann
|
511a0a2607
|
updated CHANGELOG
|
2015-10-19 22:43:24 +02:00 |
Jan Steemann
|
d6cad3bac6
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 18:55:36 +02:00 |
Jan Steemann
|
e16c981d57
|
permute skiplist index conditions in other order
|
2015-10-19 18:55:08 +02:00 |
Jan Steemann
|
164f9c9a1c
|
fixed some tests
|
2015-10-19 17:48:10 +02:00 |
Jan Steemann
|
d73658e28b
|
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 17:28:52 +02:00 |
Jan Steemann
|
e2d97e623f
|
merge multiple ORs
|
2015-10-19 17:28:43 +02:00 |
Michael Hackstein
|
8e2d857ba9
|
Fixed indexes-sort tests
|
2015-10-19 17:27:53 +02:00 |
Michael Hackstein
|
e439407dd4
|
Fixed tests in optimizer-indexes-in-or. We might be able to optimize a bit more here.
|
2015-10-19 17:13:03 +02:00 |
Michael Hackstein
|
cc836b554b
|
Fixed optimizer-in-noncluster tests
|
2015-10-19 16:59:41 +02:00 |
Michael Hackstein
|
4ceb10dc19
|
Index can now be used for sorting if only parts of the attributes are covered. The more attribitues are covered the more likely this index will be used
|
2015-10-19 16:59:13 +02:00 |
Wilfried Goesgens
|
30be20224e
|
Fix fluent AQL interface for fromVertices with arrays: need to use 'ArrayVariable [ * RETURN MERGE(CURRENT, other)]' instead of MERGE(ArrayVariable, other)
|
2015-10-19 16:40:39 +02:00 |
Jan Steemann
|
eecb6a9949
|
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 15:36:17 +02:00 |
Jan Steemann
|
663a92567b
|
updated replace-or-with-in optimizer rule
|
2015-10-19 15:36:04 +02:00 |
Michael Hackstein
|
3a3ab872f0
|
Fixed internal error for plan instantiation if the condition is empty
|
2015-10-19 15:09:59 +02:00 |
Michael Hackstein
|
2b578f4695
|
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 13:28:31 +02:00 |
Michael Hackstein
|
a4b5ce402d
|
Added indexes-multi test to the makefile
|
2015-10-19 13:28:25 +02:00 |
Jan Steemann
|
a169d872b1
|
sort conditions with INs
|
2015-10-19 13:27:20 +02:00 |
Jan Steemann
|
5babaefadc
|
disable MSVC warning about long names
|
2015-10-19 12:56:14 +02:00 |
Jan Steemann
|
38c852cfc8
|
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 12:45:57 +02:00 |
Jan Steemann
|
81cd1e9f62
|
fixed Windows compile issues
|
2015-10-19 12:43:11 +02:00 |
Michael Hackstein
|
4a8de4b3ef
|
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 12:30:19 +02:00 |
Michael Hackstein
|
72283203b8
|
Further adaption of IdnexNode tests. Added manual sort where Sorting is not guaranteed.
|
2015-10-19 12:30:15 +02:00 |
Michael Hackstein
|
276bfded36
|
Fixed distinct result of IndexNode. Was broken in reverse case.
|
2015-10-19 12:29:23 +02:00 |
Jan Steemann
|
84978c0a8a
|
noexcept emulation
|
2015-10-19 12:03:15 +02:00 |
Jan Steemann
|
8aabe4d59c
|
fixed sort bugs
|
2015-10-19 11:57:44 +02:00 |
Michael Hackstein
|
251e365b5b
|
Fixed several sorting tests. The IndexNode does not guarantiee sort order anymore
|
2015-10-19 11:57:13 +02:00 |
Michael Hackstein
|
fc0be76a8f
|
The ordering in IndexNode is not guaranteed anymore in IN for now. Remved the check from tests
|
2015-10-19 11:31:58 +02:00 |
Frank Celler
|
9d8f706b14
|
fix for GCC-5: add check for '-stdlib' option
|
2015-10-19 11:24:18 +02:00 |
Jan Steemann
|
e5761736d4
|
fixed usage of sparse indexes
|
2015-10-19 10:56:30 +02:00 |
Jan Steemann
|
37e76084bb
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 09:52:53 +02:00 |
Frank Celler
|
1641553f26
|
fixed signed / unsigned mixup
|
2015-10-18 23:40:34 +02:00 |
Michael Hackstein
|
20fa1f6623
|
Started fixing of reverse IndexNode iteration. Does not yet work for IN
|
2015-10-17 20:08:37 +02:00 |
Michael Hackstein
|
8fceb242fc
|
Fixed a bug with Filter evaluation. All conditions have been thrown away instead of only invalids
|
2015-10-17 20:05:17 +02:00 |
Michael Hackstein
|
e2c5b9a026
|
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
|
2015-10-17 17:49:38 +02:00 |
jsteemann
|
f075d6e4b5
|
sort IN values
|
2015-10-17 15:24:36 +02:00 |
Michael Hackstein
|
99164e8e68
|
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
|
2015-10-17 15:11:37 +02:00 |
jsteemann
|
ef2c1bc3cc
|
changed sortOrs execution position
|
2015-10-17 15:09:25 +02:00 |