1
0
Fork 0
Commit Graph

90 Commits

Author SHA1 Message Date
Jan Steemann 4ef82239a3 added optimizer statistics 2014-12-03 11:38:56 +01:00
Patrick Huber 50b08dbb31 formulierung 2014-12-01 15:11:31 +01:00
Patrick Huber 546e472594 typo 2014-12-01 15:11:30 +01:00
Max Neunhoeffer 2a03393121 Improve documentation of COLLECT AQL statement. 2014-11-28 13:25:56 +01:00
CoDEmanX dc7e2306c2 Minor documentation fixes. 2014-11-23 00:34:08 +01:00
Thomas Schmidts c6b8e1a569 Fixed some dead links in the documentation 2014-11-21 09:13:50 +01:00
Jan Steemann ed919090ea renamed function, updated documentation 2014-11-20 14:46:32 +01:00
Jan Steemann f1f13a4284 added several AQL functions 2014-11-18 11:26:42 +01:00
Jan Steemann d1d176d2fd issue #1068: added PERCENTILE function 2014-11-14 13:34:48 +01:00
Jan Steemann 71c050d2fa renamed function 2014-11-14 13:06:44 +01:00
Jan Steemann 4807cd3d55 updated documentation 2014-11-13 17:53:57 +01:00
Jan Steemann e5d9379ac5 updated docs 2014-11-12 09:12:22 +01:00
Jan Steemann 8c08a3b24a make `CONCAT` and `CONCAT_SEPARATOR` more useful 2014-11-12 00:07:03 +01:00
Jan Steemann 487f35affb updated documentation 2014-11-11 23:43:14 +01:00
Jan Steemann 40ae5728e0 issue #1032: added `FIND_FIRST` and `FIND_LAST` 2014-11-11 18:05:04 +01:00
Jan Steemann 9ccf7b85f4 issue #1033: added SPLIT function 2014-11-11 16:35:40 +01:00
Jan Steemann 537ec80dc1 issue #1044: added LTRIM, RTRIM 2014-11-11 14:58:03 +01:00
Jan Steemann 12d326d62b updated documentation and operators behavior 2014-11-10 18:05:11 +01:00
Jan Steemann 37751ecc7a updated tests
updated docs
2014-11-10 10:54:50 +01:00
Jan Steemann b0de1bb226 leaner and meaner error messages 2014-11-07 10:53:00 +01:00
Jan Steemann 5222782326 issue #1085: Bad data modification query example 2014-11-06 10:21:26 +01:00
Jan Steemann 01da2b3a84 updated documentation 2014-11-05 17:09:10 +01:00
Jan Steemann b285ddbfaa updated documentation 2014-11-04 17:51:54 +01:00
Jan Steemann dbed5e0662 updated documentation 2014-11-04 16:14:26 +01:00
Willi Goesgens ce1f1a3eba The optimizer has to be added as toplevel option property. 2014-11-04 13:58:17 +01:00
Willi Goesgens a3fb94121e add Section for disabling the optimizer, fix grammer. 2014-11-04 13:35:24 +01:00
Jan Steemann f76cba14bb notices 2014-11-04 12:44:43 +01:00
Jan Steemann 53067c9790 updated CHANGELOG 2014-11-04 12:43:05 +01:00
Jan Steemann 830da6dd51 issue #846: Add within_bounds function to AQL 2014-11-04 12:40:14 +01:00
Jan Steemann 3d6592f6fb updated docs 2014-11-03 15:37:54 +01:00
Jan Steemann c3a5b9a92d updated documentation 2014-11-03 15:32:00 +01:00
Thomas Schmidts dcfe5bb700 Fixed #1046. Substring is now mentioned correctly 2014-10-30 13:59:52 +01:00
Michael Hackstein b8b1ca99e6 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	Documentation/Books/Users/Aql/Functions.mdpp
2014-10-22 10:42:38 +02:00
Michael Hackstein 0b201719a2 Dedeprecated Graph AQL functions. They are still valid as they follow a different concept of graphs and connot be converted on the fly to the new graph module in general 2014-10-22 10:37:59 +02:00
Thomas Schmidts 07957bb85d Split the aql functions chapter into various subchapters for better overview 2014-10-21 16:40:19 +02:00
Jan Steemann 162e0b3f71 issue #1031: updated documentation for date functions 2014-10-02 09:37:03 +02:00
Jan Steemann 34d2913002 added NOT IN operator, added keywords NOT, AND, OR 2014-09-14 01:34:58 +02:00
Thomas Schmidts cf17693356 Added style for deprecated documentation 2014-09-11 15:40:20 +02:00
Thomas Schmidts d3c9ae9553 Added cookbook folder for recipes 2014-09-09 12:52:00 +02:00
Thomas Schmidts 0a0e0231ae corrected small spelling error 2014-09-03 15:19:37 +02:00
scottashton ccb1e58e9b vertex/edge examples now support a list od id strings 2014-09-03 13:48:36 +02:00
CoDEmanX e22fa64bcf Fix and unify asterisks, tested with GitBook.
Italic asterisks should be done by escaping the asterisk and wrapping it with html i-tag. It seems to be the only safe technique (3 asterisks to display 1 italic asterisk in a list works, unless followed by more markup for italic text; 1 escaped asterisk wrapped by i-tag works regardless of the rest of the line).
2014-08-29 18:19:45 +02:00
Jan Steemann 13847d4d13 issue #1005: updated documentation 2014-08-29 09:09:35 +02:00
Jan Steemann 61d6ebd9e6 Merge branch 'devel' of https://github.com/CoDEmanX/ArangoDB into CoDEmanX-devel
Conflicts:
	Documentation/Books/Users/Aql/Advanced.mdpp
	Documentation/Books/Users/Aql/Functions.mdpp
	Documentation/Books/Users/Aql/GraphOperations.mdpp
	Documentation/Books/Users/AqlExamples/Grouping.mdpp
2014-08-28 22:06:27 +02:00
Jan Steemann b2c119fded further documentation fixes, provided by @CoDEmanX 2014-08-28 21:54:37 +02:00
Jan Steemann 1c7c8fdd24 issue #1007: fixed broken markup 2014-08-28 21:46:53 +02:00
CoDEmanX d8363b3c43 Fix escaping of asterisks in AQL documentation.
Asterisks need to be escaped with backslashes, but if surrounded by square brackets, the brackets need to be escaped as well. Does not apply to parentheses it seems, but maybe other characters with special markdown meaning.
2014-08-28 21:33:34 +02:00
Thomas Schmidts 4161a08371 Fixed spelling error 2014-08-14 15:20:08 +02:00
Thomas Schmidts a77c51c527 Fixed small spelling error 2014-08-12 09:39:50 +02:00
Thomas Schmidts 7b3baba2e9 Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00