This project is mirrored from https://gitee.com/mirrors/neo4jsource.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 13 Sep, 2018 5 commits
-
-
Chris Vest authored
-
Anton Persson authored
-
Anton Persson authored
-
Anton Persson authored
-
Anton Persson authored
-
- 12 Sep, 2018 14 commits
-
-
Sascha Peukert authored
-
Sascha Peukert authored
-
Sascha Peukert authored
This was completely removed in 3.4 anyway and this way we don't need to care about a bunch of old dependencies
-
Andrew Kerr authored
-
Andrew Kerr authored
Marked internal, defaults and descriptions copied over from Akka config.
-
Martin Furmanski authored
-
Martin Furmanski authored
Also do a slight bit of clean up.
-
Martin Furmanski authored
-
Martin Furmanski authored
-
fickludd authored
-
fickludd authored
-
fickludd authored
-
fickludd authored
This allows us to defend against misalignment between the in row property values and any property write which could occur during the query. Special runtime handling of cached node properties let's us check whether the property for that node has been changed in this transaction, and in that case use the tx-state value instead of the in-row value.
-
Olivia Ytterbrink authored
-
- 11 Sep, 2018 21 commits
-
-
MishaDemianenko authored
-
MishaDemianenko authored
that used at least in bolt server.
-
MishaDemianenko authored
-
MishaDemianenko authored
Encapsulate base edition module fields. Small update on how security module is build (removing static initialization is our of scope of current PR).
-
MishaDemianenko authored
Use creation context instead of edition directly for database creation since it simplifies lifecycle and dependency management of some editions that do that for their internal components.
-
Andrew Kerr authored
-
Andrew Kerr authored
-
Hugo Firth authored
-
Mattias Finné authored
-
Mattias Finné authored
-
Mattias Finné authored
Previously it was more an all-or-nothing where either there were values provided from the index or there wasn't. With the native composite index there may be value tuples which contain some NO_VALUE and some actual values. Therefore the implementation of acceptNode has been changed to accommodate for it.
-
Mattias Finné authored
-
Mattias Finné authored
-
Mattias Finné authored
-
Mattias Finné authored
-
Mattias Finné authored
-
Mattias Finné authored
Where it could generate keys that could direct tree traversals in the wrong direction. The reason was that the minimal splitter logic would first find which key slot (out of potentially many, for composite) would be the first to differ - copy those before it, generate minimal splitter for the first differing slot and then initialize the rest to "dummy" values. Problem was that the dummy value was actually a valid arbitrary value (zero integer to be exact) and would therefore affect comparisons in ways it wasn't intended to do. This commit changes this so that the first differing slot AND all the other slots AFTER it generate minimal splitters.
-
Mattias Finné authored
After each accessor/populator test
-
Mattias Finné authored
-
Mattias Finné authored
-
Martin Furmanski authored
-