Jan
5165155ed1
Bug fix/fixes 0609 ( #3227 )
...
* do not use V8 variant of AQL functions in early optimization stage when a C++ variant is available
* additionally, simplify AQL function definitions and aliases
* warn when more than 90% of max mappings are in use
* added C++ variant of replication catchup
* added `--log.role` option
* updated CHANGELOG
* removed non-existing scheduler.threads option from config
* removed useless __FILE__, __LINE__ invocations
* updated CHANGELOG
* allow a priority V8 context
* remove TRI_CORE_MEM_ZONE
* try to fix Windows errors & warnings
* cleanup
* removed memory zones altogether
* exclude system collections from collection tests
2017-09-13 16:28:21 +02:00
Mark
345ebe1414
Remove RocksDB note in Geo index docs ( #3003 )
2017-08-09 13:00:34 +02:00
Manuel B
9c268ec815
aql char length null returns now 0 ( #2973 )
...
* aql char length null returns now 0
* Update CHANGELOG
2017-08-08 09:33:31 +02:00
Manuel B
f0a24218e3
Feature/cpp aql char length ( #2883 )
...
* redirect aql char_length to length
* aql function CHAR_LENGTH in C++, fixed test
* adding table
* fix crlf
* docu table
* remove alternative fact
* docu
* fix string length calculation for aql length
2017-08-01 15:39:25 +02:00
Wilfried Goesgens
e9ed2a5b98
fix anchor from 46b50c266c
2017-06-02 11:47:15 +02:00
Akshesh Doshi
46b50c266c
Add tests and docs for REGEX_REPLACE AQL function ( #2518 )
...
* Fixed #1902 : Add tests and documentation for REGEX_REPLACE
* Cleanup
2017-06-01 10:29:43 +02:00
Wilfried Goesgens
81be8b9901
rename .mdpp files to .md so the handling is easier.
2017-05-04 12:04:24 +02:00
Dan Larkin
16a5db1c75
Updated documentation with info about RocksDB/MMFiles differences.
2017-04-19 20:50:25 -04:00
Wilfried Goesgens
cba5b46d55
add crossreferences that one should use WITH
2017-04-05 11:31:41 +02:00
Simran Brucherseifer
582293159d
Docs: Fix two minor typos
2016-12-22 15:17:32 +01:00
Simran Brucherseifer
e4eeb57e30
Docs: Use standard Markdown notation for headlines and disable MarkdownPP
2016-12-06 02:41:58 +01:00
Simran Brucherseifer
0d9dbfbe24
Docs: AQL functions and index utilization
2016-11-14 14:16:30 +01:00
jsteemann
3ea389300f
added missing functions
2016-10-20 11:48:46 +02:00
Simran Brucherseifer
7161227b14
Add docs and test for AQL DISTANCE function
2016-10-14 11:17:29 +02:00
Simran Brucherseifer
1f0ecf9462
fix sortedness documentation (additional clarification)
2016-09-27 18:24:41 +02:00
Jan Steemann
40dbed7a19
fix sortedness documentation
2016-09-27 09:16:06 +02:00
Simran Brucherseifer
55ae5b4bb6
Try to circumvent markdown parser quirks
2016-09-13 14:49:55 +02:00
Simran Brucherseifer
913cbab632
Link CONCAT and CONCAT_SEPARATOR functions
2016-09-13 14:49:55 +02:00
Wilfried Goesgens
6cf2f5b17a
Link the CONCAT_SEPARATOR function.
2016-09-12 16:32:13 +02:00
Simran Brucherseifer
0de1a20f4a
Docs: Data model -> Data models, note that NOT_NULL() is equal to SQL's COALESCE()
2016-08-11 19:49:00 +02:00
Simran Brucherseifer
8f0b512794
Docs: more AQL UDF, note about indexes and HAS() / IS_NULL()
2016-08-04 21:26:57 +02:00
Wilfried Goesgens
1292735dbe
more streamlining, links to the UDF documentation.
2016-08-04 14:11:56 +02:00
Wilfried Goesgens
26ac1ce071
By simran: review UDF documentation.
2016-08-04 13:53:49 +02:00
Wilfried Goesgens
ed662773fd
Add technical details about UDFs in clusters
2016-07-29 11:53:04 +02:00
Simran Brucherseifer
659a45d3a8
Documentation improvements
2016-07-25 18:43:30 +02:00
Simran Brucherseifer
64da8757e2
Documentation improvements
2016-07-18 12:15:35 +02:00
jsteemann
274801b7b6
issue #1891 : renamed to OUTERSECTION
2016-06-24 14:07:41 +02:00
jsteemann
50c3aa93a9
issue #1891 : added AQL function `DIFFERENCE` to return the symmetric difference of its input arguments
2016-06-24 10:35:49 +02:00
Simran Brucherseifer
f4996c3bd5
Initial content for CommonErrors and TODOs
2016-06-23 12:19:24 +02:00
jsteemann
031094763b
renamed REGEX_MATCH to REGEX_TEST
2016-06-06 23:37:29 +02:00
Jan Steemann
1cda48bfc2
renamed REGEX to REGEX_MATCH
2016-06-06 17:58:16 +02:00
Simran Brucherseifer
6cd07dddb7
Add COUNT() and RANGE() to documentation, some improvements
2016-06-03 19:03:36 +02:00
Jan Steemann
5c0dd05308
added PI() function
2016-06-03 09:25:46 +02:00
Jan Steemann
bcf7cf4370
adjusted markdown
2016-06-02 15:30:18 +02:00
Jan Steemann
a9bd836fbf
updated documentation
2016-06-02 12:24:40 +02:00
Simran Brucherseifer
400c384ac8
Sort numeric functions alphabetically
2016-06-01 20:42:40 +02:00
Jan Steemann
6c274b8a66
added AQL functions docs
2016-06-01 14:32:38 +02:00
Jan Steemann
5cf2d052d8
added documentation for AQL functions
2016-06-01 14:26:03 +02:00
Simran Brucherseifer
839f1f1ca6
Minor documentation improvements. Descrition of CONCAT() behavior incomplete
2016-05-27 19:59:21 +02:00
Simran Brucherseifer
af230c0a3b
Documentation corrections (mostly AQL)
2016-05-24 18:46:02 +02:00
Wilfried Goesgens
57b5c0bcd5
Fix Links
2016-05-24 17:47:45 +02:00
Simran Brucherseifer
23e22f6f39
Rename Users documentation to Manual
2016-05-24 16:09:21 +02:00
Simran Brucherseifer
4110e5b3f1
Add remark to _api/query to see _api/cursor to actually queries the DB
2016-05-20 16:03:25 +02:00
Simran Brucherseifer
3c9817548e
Update links in AQL docs, some reformatting
2016-05-18 22:39:05 +02:00
Simran Brucherseifer
9b1c01360c
Reformatting AQL function docs, more examples added
2016-05-18 04:02:57 +02:00
Simran Brucherseifer
30c83ee888
Some documentation re-formatting and additions
2016-05-18 03:11:32 +02:00
jsteemann
d4cb93fb9c
added TYPENAME() and HASH() functions
2016-05-11 23:54:00 +02:00
Jan Steemann
316f2bd1fb
updated changes
2016-05-06 14:00:00 +02:00
Simran Brucherseifer
f3422d96a6
Additions to documentation (string, typecast, operators)
2016-05-02 20:29:47 +02:00
Simran Brucherseifer
ffcaccf9eb
Move some array functions over to numeric functions
2016-05-02 20:29:47 +02:00