adding changelog and comment
This commit is contained in:
parent
6b2c36c65d
commit
6c1d77fe8f
2 changed files with 7 additions and 0 deletions
3
ChangeLog.md
Normal file
3
ChangeLog.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
new in 1.0:
|
||||||
|
|
||||||
|
- taken from DigiComp.Controls
|
|
@ -12,6 +12,10 @@ use TYPO3\Flow\Annotations as Flow;
|
||||||
/**
|
/**
|
||||||
* A SequenceNumber generator (should be DB-agnostic)
|
* A SequenceNumber generator (should be DB-agnostic)
|
||||||
*
|
*
|
||||||
|
*
|
||||||
|
* Thoughts: We could make the step-range configurable, and if > 1 we could return new keys immediately for this request,
|
||||||
|
* as we "reserved" the space between.
|
||||||
|
*
|
||||||
* @Flow\Scope("singleton")
|
* @Flow\Scope("singleton")
|
||||||
*/
|
*/
|
||||||
class SequenceGenerator {
|
class SequenceGenerator {
|
||||||
|
|
Loading…
Reference in a new issue