Accept arbitrary triggers.
This commit is contained in:
parent
5a989b4046
commit
aa51e07211
@ -2,7 +2,7 @@
|
|||||||
# subsequent DODB databases (uncached, cached, RAM-only, etc.).
|
# subsequent DODB databases (uncached, cached, RAM-only, etc.).
|
||||||
abstract class DODB::Storage(V)
|
abstract class DODB::Storage(V)
|
||||||
# List of triggers (basic indexes, partitions, tags, etc.).
|
# List of triggers (basic indexes, partitions, tags, etc.).
|
||||||
@triggers = [] of Trigger(V)
|
property triggers = [] of Trigger(V)
|
||||||
|
|
||||||
property cached_last_key : Int32
|
property cached_last_key : Int32
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user