history property

List<String> history
getter/setter pair

Full log of all executed SQL statements in chronological order.

Implementation

List<String> history = [];