(s: string)
| 3001 | } |
| 3002 | |
| 3003 | const quote = (s: string) => this.platform.quoteIdentifier(s); |
| 3004 | const aliasPrefix = new RegExp(`${quote(alias).replace(/[[\]]/g, '\\$&')}\\.`, 'g'); |
| 3005 | const stripped = match[1].replace(aliasPrefix, '').trim(); |
| 3006 |
no test coverage detected