Jan Steemann
239bc802d3
added POW function to docs
2015-12-02 17:19:17 +01:00
Wilfried Goesgens
aae19ff291
Fix dangling anchors and add checker script to the make target.
2015-11-26 18:51:39 +01:00
Wilfried Goesgens
db029a352f
Mention that neighbors() and shortest_path() may return null-items.
2015-11-10 15:29:42 +01:00
Frank Celler
8d2b6caeed
Merge pull request #1554 from kibarda/patch-1
...
added a subsection Modifying a single document (CLA received)
2015-11-06 11:03:08 +01:00
jsteemann
b1a95cb42c
added AQL function `UNSET_RECURSIVE`
2015-11-03 10:21:30 +01:00
Neuchatil
5e1b7e5a31
added a subsection Modifying a single document
...
added a subsection Modifying a single document with INSERT, UPDATE, REMOVE examples on single documents
2015-10-30 14:36:36 +01:00
Jan Steemann
025e470e3b
added a single-array parameter variant for the AQL MERGE function
2015-10-23 15:29:53 +02:00
Wilfried Goesgens
877b2d9172
Add notes about the Explainer tool.
2015-10-22 11:31:52 +02:00
Jan Steemann
876b60d109
updated optimizer documentation
2015-10-21 15:48:20 +02:00
Jan Steemann
0d2197e77f
changed documentation for index creation methods
2015-10-21 14:59:45 +02:00
Max Neunhoeffer
5f3a69f3a4
Fixed a typo in the documentation.
2015-10-15 11:27:37 +02:00
CoDEmanX
41d6594246
Documentation formatting
2015-10-02 03:14:55 +02:00
Wilfried Goesgens
712a3bcceb
Implement a starting resource for graph documentation
2015-09-24 18:53:23 +02:00
Wilfried Goesgens
44c2063662
Add information about the graph the samples are querying so the user has a better overview.
2015-09-23 14:12:18 +02:00
CoDEmanX
f13c2f1fce
Alternative DATE_FORMAT() implementation
2015-09-15 11:43:57 +02:00
Jan Steemann
e2b28e842e
issue #1480 : Please mention projection & co. in Doc chapter 12.2 - Returning documents
2015-09-14 13:44:11 +02:00
Jan Steemann
400f3fa7c4
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-14 11:55:46 +02:00
CoDEmanX
4158f7d12b
Add AQL function DATE_DAYS_IN_MONTH(), extend DATE_FORMAT()
...
Conflicts:
js/server/modules/org/arangodb/aql.js
2015-09-14 11:35:04 +02:00
Wilfried Goesgens
0507d6c885
Fix docublock syntax - names mustn't superseede each others.
2015-09-14 11:31:15 +02:00
Wilfried Goesgens
da1f023de6
Generate examples, fix cleanup
2015-09-14 11:22:39 +02:00
Jan Steemann
03e9fbd1d5
fixed typo
2015-09-11 11:57:48 +02:00
CoDEmanX
6fba9c5284
Additional AQL date functions: DATE_DAYOFYEAR, DATE_ISOWEEK, DATE_LEAPYEAR, DATE_QUARTER, DATE_ADD, DATE_SUBTRACT, DATE_DIFF, DATE_COMPARE and DATE_FORMAT.
...
Unit tests incomplete and untested. Behavior of some functions might need adjustments. ISO duration cache needs to be cleared on every AQL query to avoid a memory leak.
Please rebuild Aardvark and see TODOs in code. Also added Windows shortcuts to ignore list.
2015-09-11 06:23:36 +02:00
Jan Steemann
81c54fd64e
fixed documentation issues reported by @CoDEmanX
2015-09-10 17:39:54 +02:00
Jan Steemann
d4e621eed1
documentation updates
2015-09-10 00:35:28 +02:00
Jan Steemann
a7b51c39da
added tests
2015-09-08 17:34:14 +02:00
CoDEmanX
a39b712efe
Documentation: corrected typos and case, prefer American over British English
2015-09-01 17:19:13 +02:00
CoDEmanX
4088f186ce
Documentation: unify whitespace to spaces
2015-09-01 17:19:12 +02:00
Jan Steemann
1867d6c4de
added template string generator function `aqlQuery` for generating AQL queries
...
This can be used to generate safe AQL queries with JavaScript parameter
variables or expressions easily:
var name = 'test';
var attributeName = '_key';
var query = aqlQuery`FOR u IN users FILTER u.name == ${name} RETURN u.${attributeName}`;
db._query(query);
2015-08-30 22:32:26 +02:00
Jan Steemann
bd3449ad1d
updated documentation
2015-08-20 20:35:28 +02:00
Jan Steemann
3d73af7acf
added UPSERT
2015-08-19 12:56:41 +02:00
Jan Steemann
dc1910e331
added AQL optimizer rule `patch-update-statements`
2015-08-13 13:02:47 +02:00
Willi Goesgens
3bb3d6b623
Work on the documentation to contain real examples.
2015-08-11 14:18:08 +02:00
Willi Goesgens
fbe79340d8
Add example howto select ranges of dates.
2015-08-10 10:51:50 +02:00
Willi Goesgens
b6c045b613
Implement dynamic examples for invoking AQL tutorial
2015-08-06 17:52:57 +02:00
Jan Steemann
8685a6a250
documentation for `RETURN DISTINCT`
2015-07-27 11:27:59 +02:00
Jan Steemann
ead280afe5
added DISTINCT
2015-07-24 13:19:55 +02:00
Jan Steemann
e5dbf725b2
added shorthand notation for attribute names in AQL object literals
2015-07-23 14:24:37 +02:00
Jan Steemann
fb85010b10
updated documentation
2015-07-13 10:55:57 +02:00
Jan Steemann
c71dc4d9bb
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-query-cache
2015-07-13 10:49:14 +02:00
Willi Goesgens
9899ddf03c
Add recommendations about using date time in collections; fixes #1400
2015-07-03 09:30:14 +02:00
Jan Steemann
1f5e047486
query cache, now with result limitations, HTTP and JavaScript APIs
2015-06-27 01:12:32 +02:00
Jan Steemann
d16d8b68c2
simplified example
2015-06-17 22:34:14 +02:00
Jan Steemann
affd2d3d7b
removed deprecated AQL function `SKIPLIST`
2015-06-17 20:44:44 +02:00
Jan Steemann
eebce71578
deprecated AQL SKIPLIST function
2015-06-17 20:24:14 +02:00
Jan Steemann
afd631f138
issue #1375 : mention `SORT null` another time
2015-06-15 15:44:36 +02:00
Michael Hackstein
0c524ae537
Merge branch 'devel' of github.com:/arangodb/arangodb into devel
2015-06-09 11:57:35 +02:00
Thomas Schmidts
4bf4a9bb26
Changed README.html to index.html in the documentation
2015-06-09 09:40:12 +02:00
Michael Hackstein
ed8c88cd95
Clarified graph function documentation for new return formats
2015-06-08 15:21:32 +02:00
Jan Steemann
91ee0bf060
updated documentation for graph functions
2015-06-03 15:44:10 +02:00
Michael Hackstein
1ca771f304
Removed the freshly integrated distinct option from neighbors
2015-05-28 15:16:15 -07:00