Max Neunhoeffer
|
af976491b2
|
Fix tests finally.
|
2014-12-24 00:26:20 +01:00 |
Max Neunhoeffer
|
354825d12d
|
Fix a test because now more queries use DistributeNode.
|
2014-12-24 00:19:20 +01:00 |
Jan Steemann
|
6d6d67f06f
|
activated optimizer rule remove-sort-rand
fixed tests, updated documentation
|
2014-12-21 18:50:50 +01:00 |
Jan Steemann
|
d92057dd03
|
the great rename: array => object, list => array
|
2014-12-18 22:33:23 +01:00 |
Willi Goesgens
|
d46b215e30
|
Expect Indexrangenodes where we now know they will be created.
|
2014-12-17 14:01:50 +01:00 |
Willi Goesgens
|
016c8e477b
|
Remove debug prints
|
2014-12-17 13:32:34 +01:00 |
Willi Goesgens
|
ed2529efe9
|
We can now convert EnumerateCollectionNodes to IndexRangeNodes here too.
|
2014-12-17 13:05:44 +01:00 |
Willi Goesgens
|
419e3ece51
|
Make jslint happy.
|
2014-12-17 09:22:22 +01:00 |
Jan Steemann
|
dd60e53ce3
|
added more collect special cases
|
2014-12-16 22:52:33 +01:00 |
Jan Steemann
|
571b6b5b02
|
added tests
|
2014-12-16 15:25:46 +01:00 |
Jan Steemann
|
f35f8d1643
|
fixed ranges, added tests
|
2014-12-16 13:54:46 +01:00 |
Jan Steemann
|
1c65c042a4
|
added tests, fixed exception
|
2014-12-16 00:20:40 +01:00 |
Jan Steemann
|
bcdeabd3ab
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
arangod/Aql/ExecutionBlock.cpp
|
2014-12-15 21:53:51 +01:00 |
James
|
fd1c68fb4a
|
more tests for sorting in descending order
|
2014-12-13 18:03:13 +00:00 |
James
|
17ed7fbef4
|
sorting works, tests updated
|
2014-12-13 17:47:59 +00:00 |
James
|
0dee54ee6f
|
more bugfixes more tests
|
2014-12-13 16:05:20 +00:00 |
James
|
a7635abe41
|
fixed some bugs added some tests
|
2014-12-13 14:51:46 +00:00 |
Jan Steemann
|
e4686bcc1b
|
reverted non-fix
|
2014-12-13 12:44:24 +01:00 |
Willi Goesgens
|
b275c79793
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
Conflicts:
js/server/tests/aql-optimizer-rule-remove-filter-covered-by-index.js
|
2014-12-13 00:20:09 +01:00 |
Willi Goesgens
|
f3c13f7c38
|
Fix unittest.
|
2014-12-13 00:13:00 +01:00 |
Jan Steemann
|
ff2ddd3133
|
fixed tests
|
2014-12-12 23:34:28 +01:00 |
Jan Steemann
|
44a5db257d
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-12-12 23:02:42 +01:00 |
Jan Steemann
|
f4d7a57c19
|
changed `COLLECT...INTO x COUNT` to `COLLECT...WITH COUNT INTO x`
allow executing subqueries without double brackets
jslint
|
2014-12-12 23:02:24 +01:00 |
Willi Goesgens
|
daeb46893f
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-12-12 21:40:35 +01:00 |
Willi Goesgens
|
115f226385
|
Optimizer: Enable removing of filternodes if the index can handle the filter condition.
|
2014-12-12 21:39:35 +01:00 |
Jan Steemann
|
8f6193faa2
|
added optional COUNT clause for AQL COLLECT
|
2014-12-12 17:18:04 +01:00 |
James
|
7ab57d64ec
|
Merge branch 'aql-feature-index-or' of ssh://github.com/triAGENS/ArangoDB into aql-feature-index-or
|
2014-12-09 22:05:57 +00:00 |
Jan Steemann
|
22928c1bb5
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
arangod/Aql/ExecutionBlock.cpp
arangod/Aql/OptimizerRules.cpp
|
2014-12-09 22:45:55 +01:00 |
James
|
3ce7164fb6
|
finally working again, and more tests
|
2014-12-09 20:15:38 +00:00 |
Jan Steemann
|
1fdf74e09e
|
jslint
|
2014-12-09 16:44:31 +01:00 |
Max Neunhoeffer
|
be421d926f
|
Add new test for use-index-range rule and no rule explosion.
|
2014-12-09 15:40:22 +01:00 |
Jan Steemann
|
a617dcffc5
|
added tests
|
2014-12-09 14:50:28 +01:00 |
James
|
afb960f60e
|
fixed another bug and added a test for it.
|
2014-12-09 11:19:34 +00:00 |
James
|
a4dcf1b9d3
|
Merge branch 'aql-feature-index-or' of ssh://github.com/triAGENS/ArangoDB into aql-feature-index-or
|
2014-12-09 10:23:07 +00:00 |
James
|
8871612eb8
|
adding tests for last
|
2014-12-09 10:22:15 +00:00 |
Jan Steemann
|
797b6dbf75
|
added index tests
|
2014-12-09 11:01:58 +01:00 |
James
|
46fe461ca1
|
fixed bug and added test for it.
|
2014-12-09 09:40:40 +00:00 |
Jan Steemann
|
399e93c3ff
|
issue #1155: allow bind parameter for sort order
SORT what @order is now allowed
|
2014-12-08 13:05:40 +01:00 |
Jan Steemann
|
cd17c393ab
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
arangod/Aql/ExecutionBlock.cpp
arangod/Aql/OptimizerRules.cpp
arangod/Aql/grammar.cpp
|
2014-12-08 12:37:13 +01:00 |
Jan Steemann
|
d5ec9ca4bb
|
jslint
|
2014-12-08 11:50:14 +01:00 |
Jan Steemann
|
63ceb0d1e0
|
added tests for mergeObjects
|
2014-12-08 11:33:54 +01:00 |
James
|
a4c7c4edcd
|
tests for index-or and in
|
2014-12-06 15:27:20 +00:00 |
James
|
8698a1da3d
|
fixing bugs and updating tests
|
2014-12-06 14:02:50 +00:00 |
Jan Steemann
|
8f99e59747
|
issue #1163: fullcount was sometimes used for wrong LIMIT node
|
2014-12-05 19:02:51 +01:00 |
Jan Steemann
|
d9a945e33a
|
include or exclude system collections from replication
|
2014-12-05 14:58:43 +01:00 |
Jan Steemann
|
dd68db2252
|
fixed precedence of range operator
|
2014-12-05 11:00:26 +01:00 |
Jan Steemann
|
4c43c1bdaf
|
less plans created by optimizer
|
2014-12-04 12:49:34 +01:00 |
Jan Steemann
|
0975fb8349
|
jslint
|
2014-12-04 09:44:41 +01:00 |
Jan Steemann
|
7e161b88ce
|
issue #1131: added KEEP for `COLLECT...INTO`
|
2014-12-03 17:44:10 +01:00 |
Jan Steemann
|
4f39b9e358
|
optimize away `INTO` of `COLLECT` if unused
|
2014-12-03 13:49:03 +01:00 |
Jan Steemann
|
4ef82239a3
|
added optimizer statistics
|
2014-12-03 11:38:56 +01:00 |
Jan Steemann
|
8e2c5176f4
|
fixed segfault
|
2014-12-03 10:47:35 +01:00 |
James
|
0646a5a98e
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
CHANGELOG
arangod/Aql/ExecutionBlock.cpp
arangod/Aql/OptimizerRules.cpp
arangod/Aql/grammar.cpp
js/server/tests/aql-optimizer-indexes.js
|
2014-12-02 10:42:04 +00:00 |
James
|
fed9e98aca
|
Merge branch 'master' of ssh://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
CHANGELOG
arangod/Aql/ExecutionBlock.cpp
arangod/Aql/OptimizerRules.cpp
js/server/tests/aql-optimizer-indexes.js
|
2014-12-02 10:36:06 +00:00 |
Jan Steemann
|
aa37504e09
|
jslint
|
2014-11-28 17:55:01 +01:00 |
Jan Steemann
|
b6e182fd0f
|
added tests
|
2014-11-28 17:53:28 +01:00 |
Jan Steemann
|
42e7c64de6
|
fixed jslint warnings
|
2014-11-28 17:52:18 +01:00 |
Jan Steemann
|
544f7d4ab4
|
fix optimization of subqueries
Conflicts:
CHANGELOG
|
2014-11-28 17:51:50 +01:00 |
Jan Steemann
|
99530f6478
|
fixed invalid optimization, added test cases
Conflicts:
CHANGELOG
|
2014-11-28 17:50:17 +01:00 |
Jan Steemann
|
1f5db121db
|
renamed function, updated documentation
Conflicts:
CHANGELOG
|
2014-11-28 17:46:29 +01:00 |
Jan Steemann
|
5bf621e756
|
added test case
|
2014-11-28 17:35:16 +01:00 |
Jan Steemann
|
06af1d3af2
|
added several AQL functions
|
2014-11-28 17:34:29 +01:00 |
Jan Steemann
|
b3d46923f2
|
jslint
|
2014-11-27 13:08:09 +01:00 |
James
|
40a67f47c7
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
arangod/Aql/ExecutionBlock.cpp
arangod/Aql/OptimizerRules.cpp
|
2014-11-27 09:25:43 +00:00 |
Jan Steemann
|
e7c7f774e0
|
added tests
|
2014-11-26 20:24:28 +01:00 |
Jan Steemann
|
513ae2b3dd
|
fixed jslint warnings
|
2014-11-26 15:24:03 +01:00 |
Jan Steemann
|
57aefb988d
|
fix optimization of subqueries
|
2014-11-26 15:01:55 +01:00 |
Jan Steemann
|
c69fa0b0dc
|
fixed invalid optimization, added test cases
|
2014-11-25 23:18:24 +01:00 |
James
|
e73a05bb16
|
adjust further test
|
2014-11-22 16:07:10 +00:00 |
James
|
7f59881c99
|
fixing test
|
2014-11-22 16:03:11 +00:00 |
James
|
b040a7e544
|
updating test
|
2014-11-22 15:52:03 +00:00 |
Jan Steemann
|
ed919090ea
|
renamed function, updated documentation
|
2014-11-20 14:46:32 +01:00 |
Jan Steemann
|
620274047f
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-functions
Conflicts:
CHANGELOG
|
2014-11-20 14:23:01 +01:00 |
scottashton
|
28d7230d47
|
fixed a test
|
2014-11-20 11:07:24 +01:00 |
scottashton
|
e36aa92f58
|
fixed a test
|
2014-11-20 11:06:50 +01:00 |
Lucas Dohmen
|
c0a02f9f8a
|
Merge pull request #1096 from sarhugo/model-events
Model events
|
2014-11-19 09:24:12 +01:00 |
Jan Steemann
|
ea6c7a287c
|
added test case
|
2014-11-18 11:27:38 +01:00 |
Jan Steemann
|
baba563a78
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-functions
|
2014-11-18 11:27:06 +01:00 |
Jan Steemann
|
f1f13a4284
|
added several AQL functions
|
2014-11-18 11:26:42 +01:00 |
scottashton
|
8f3779b1eb
|
added maxIterations param to GRAPH_EDGES and GRAPH_NEIGHBORS
|
2014-11-18 09:43:31 +01:00 |
scottashton
|
8635862224
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-11-18 09:42:26 +01:00 |
scottashton
|
40f270f22c
|
added maxIterations param to GRAPH_EDGES and GRAPH_NEIGHBORS
|
2014-11-18 09:42:17 +01:00 |
Jan Steemann
|
32c1404eec
|
added tests
|
2014-11-18 07:02:35 +01:00 |
Jan Steemann
|
fc0b63967f
|
fixed WITHIN_RECTANGLE for cluster
|
2014-11-18 07:02:08 +01:00 |
Jan Steemann
|
336d456beb
|
issue #1100: HAS() fails on doc[attribute_name]
|
2014-11-18 07:01:51 +01:00 |
Jan Steemann
|
52b527bbe1
|
added tests
|
2014-11-17 13:55:35 +01:00 |
Jan Steemann
|
675e2a0d40
|
fixed WITHIN_RECTANGLE for cluster
|
2014-11-17 12:32:43 +01:00 |
Jan Steemann
|
065a5ecef0
|
issue #1100: HAS() fails on doc[attribute_name]
|
2014-11-17 11:38:57 +01:00 |
Max Neunhoeffer
|
257a382684
|
Fix tests with new estimateCost functions.
|
2014-11-16 20:12:46 -05:00 |
Max Neunhoeffer
|
f4f4193368
|
Remove a test for cost estimation.
|
2014-11-15 21:30:17 -05:00 |
Max Neunhoeffer
|
57913a5f5a
|
Fix another test for AQL and new estimates.
|
2014-11-14 23:13:00 -05:00 |
Max Neunhoeffer
|
752b603e5f
|
Adjust local test (do not test whether cost estimate is zero).
|
2014-11-14 23:08:42 -05:00 |
Jan Steemann
|
ac667d5e5a
|
added tests
|
2014-11-14 13:27:33 +01:00 |
Jan Steemann
|
71c050d2fa
|
renamed function
|
2014-11-14 13:06:44 +01:00 |
Hugo Sarti
|
619b8cf810
|
Before/After events at Repository.remove method
|
2014-11-13 10:55:53 -03:00 |
James
|
f797afe0d5
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into aql-feature-lazy-index
|
2014-11-13 08:04:25 +00:00 |
Hugo Sarti
|
26451ea7c3
|
Before/After events at Repository.update method
|
2014-11-12 16:27:25 -03:00 |
Hugo Sarti
|
298f7dea1e
|
Before/After events at Repository.save method
|
2014-11-12 16:05:59 -03:00 |
Jan Steemann
|
d6c38f39ed
|
minor test adjustments
|
2014-11-12 08:50:13 +01:00 |
Jan Steemann
|
2d2ad1b4c6
|
added tests for accessing _from and _to of a non-edge collection
|
2014-11-12 08:28:24 +01:00 |