(message = "")
| 15877 | } |
| 15878 | // Note: this is for debugging select chains |
| 15879 | print(message = "") { |
| 15880 | if (message) console.log(message) |
| 15881 | console.log(this.toString()) |
| 15882 | return this |
| 15883 | } |
| 15884 | // todo: preserve subclasses! |
| 15885 | // todo: preserve links back to parent so you could edit as normal? |
| 15886 | where(columnName, operator, fixedValue) { |