* Returns the authenticate test query string
()
| 2970 | * Returns the authenticate test query string |
| 2971 | */ |
| 2972 | authTestQuery() { |
| 2973 | return 'SELECT 1+1 AS result'; |
| 2974 | } |
| 2975 | } |
| 2976 | |
| 2977 | Object.assign(QueryGenerator.prototype, require('./query-generator/operators')); |