Skip to content

Instance Property

queries

The queries that have been executed.
var queries: [DatabaseQuery] { get set }

Discussion

Warning

This array can be modified aribtrarily by any code with access to the QueryHistory object; there is no guarantee that it represents a consistent and accurate history. This is an accidental design flaw that can’t be changed now without breaking the API.