1
0
Fork 0
Commit Graph

205 Commits

Author SHA1 Message Date
Wilfried Goesgens 3ba0451ca5 make **string** bold 2015-12-16 11:17:38 +01:00
jmvan 4ba96975c8 indent examples for improved readability 2015-12-15 19:23:23 +01:00
Alan Plum 8853ede355 org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
Wilfried Goesgens ad0868acb0 Merge pull request #1605 from kibarda/devel
documentation: split Aql High Level Operations (Operations.mdpp) into chapters
2015-12-14 12:27:00 +01:00
jsteemann 600c48375d added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
jmvan d1e310c633 documentation: split Aql High Level Operations (Operations.mdpp) 2015-12-12 14:09:57 +01:00
Wilfried Goesgens aca6c2421b Add crosslink to CombiningGraphTraversals.mdpp 2015-12-09 10:17:08 +01:00
Wilfried Goesgens ddba7712d0 Modify simple aql
- add howto specify options to the query
  - wrap queries into multiple lines for better readability
2015-12-08 15:33:37 +01:00
ifcologne 4676b02f82 fixed typo in traversal explain example 2015-12-04 18:34:56 +01:00
Wilfried Goesgens e4af2a8b91 Add missing link 2015-12-04 17:53:04 +01:00
Wilfried Goesgens e0f29a57c5 Remove whitespaces that may irretate our parser, add checks. 2015-12-04 15:17:36 +01:00
Jan Steemann f4f90bb5a9 updated docs 2015-12-04 11:16:02 +01:00
Jan Steemann 3b1df26a79 added AQL function `IS_DATESTRING` 2015-12-04 10:53:01 +01:00
Michael Hackstein 5978116853 Minor documentation updates 2015-12-03 17:02:08 +01:00
Michael Hackstein 869509d63a Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-12-03 16:52:42 +01:00
Michael Hackstein 27d2786ad9 Improved the graph traversal documentation 2015-12-03 16:52:34 +01:00
Jan Steemann 9bb1b49688 updated documentation 2015-12-03 16:43:24 +01:00
Michael Hackstein 4003caa116 Minor documentation fixes 2015-12-03 16:40:48 +01:00
Michael Hackstein 613c39ea27 Added cross references of Old Traversal to new and back again 2015-12-03 15:59:59 +01:00
Michael Hackstein 50afee2386 Minor changes in Graph AQL Traversal Documentation + Added a Section that explains how traversals should work 2015-12-03 15:45:16 +01:00
Jan Steemann 6c1717ec90 updated keywords list 2015-12-03 12:11:52 +01:00
Michael Hackstein 7b6ade85b5 Minor documentation adaption for GraphTraversals 2015-12-03 10:25:56 +01:00
Michael Hackstein 3ea14e66a3 Merge branch 'devel' of github.com:arangodb/arangodb into JHMH 2015-12-03 10:19:17 +01:00
Jan Steemann 239bc802d3 added POW function to docs 2015-12-02 17:19:17 +01:00
Michael Hackstein a93fcac0e8 Merge branch 'devel' of github.com:arangodb/arangodb into JHMH 2015-11-27 09:29:01 +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 8a5380d767 Add INBOUND/ANY documentation. 2015-11-19 14:19:00 +01:00
Wilfried Goesgens 6dd5c8270b - move aql graph features into a graph topic
- add the new traversal
- add new example graphs
2015-11-18 17:38:44 +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