(x)
| 108 | } |
| 109 | |
| 110 | function data(x) { |
| 111 | if (x[0] === 0x77) { |
| 112 | parse(x.subarray(25), state, sql.options.parsers, handle, options.transform) |
| 113 | } else if (x[0] === 0x6b && x[17]) { |
| 114 | state.lsn = x.subarray(1, 9) |
| 115 | pong() |
| 116 | } |
| 117 | } |
| 118 | |
| 119 | function handle(a, b) { |
| 120 | const path = b.relation.schema + '.' + b.relation.table |