1
0
Fork 0
Commit Graph

17 Commits

Author SHA1 Message Date
CoDEmanX a39b712efe Documentation: corrected typos and case, prefer American over British English 2015-09-01 17:19:13 +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
Willi Goesgens b9a25e02c0 Implement dynamic examples for invoking AQL tutorial 2015-08-17 12:43:08 +02:00
Jan Steemann dafa3ef85c added paragraph about explainer 2015-05-13 21:33:16 +02:00
Jan Steemann db2cd7acc9 added `filtered` attribute to AQL execution statistics 2015-02-13 21:37:49 +01:00
Jan Steemann d92057dd03 the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
Thomas Schmidts c6b8e1a569 Fixed some dead links in the documentation 2014-11-21 09:13:50 +01:00
Jan Steemann 4807cd3d55 updated documentation 2014-11-13 17:53:57 +01:00
Jan Steemann b0de1bb226 leaner and meaner error messages 2014-11-07 10:53:00 +01:00
Jan Steemann dbed5e0662 updated documentation 2014-11-04 16:14:26 +01:00
Jan Steemann 3d6592f6fb updated docs 2014-11-03 15:37:54 +01:00
James e4fb7bc3a7 Fixed some further language bugs in the doc. 2014-08-05 09:21:19 +02:00
Willi Goesgens f8be000e1d Fix typos and simplify & clarify some phrases in the documentation. 2014-08-04 16:53:00 +02:00
Jan Steemann 393b12a034 data-modification AQL 2014-07-05 18:03:49 +02:00
Thomas Schmidts c26b9341f8 Some changes in the code documentation and fixed spelling errors 2014-06-26 15:54:29 +02:00
Thomas Schmidts 27ef5033a9 Some syntax fixes 2014-06-06 01:23:18 +02:00
Thomas Schmidts fb9b8986d2 the new documentation 2014-06-02 13:44:09 +02:00