|
5146 | 5146 | "input": "Interval 'interval 1 daysss 2 hoursss'",
|
5147 | 5147 | "exception": "\n[INVALID_TYPED_LITERAL] The value of the typed literal \"INTERVAL\" is invalid: 'interval 1 daysss 2 hoursss'.(line 1, pos 0)\n\n== SQL ==\nInterval 'interval 1 daysss 2 hoursss'\n^^^\n",
|
5148 | 5148 | "output": {
|
5149 |
| - "failure": "invalid argument: found daysss at 11:17 expected '->', '.', '(', '[', '::', 'ESCAPE', 'IS', 'NOT', 'IN', '*', '/', '%', 'DIV', '+', '-', '||', '>>>', '>>', '<<', '&', '^', '|', '!=', '!>', '!<', '==', '=', '>=', '>', '<=>', '<=', '<>', '<', 'BETWEEN', 'LIKE', 'ILIKE', 'RLIKE', 'REGEXP', 'SIMILAR', 'AND', 'OR', 'YEAR', 'YEARS', 'MONTH', 'MONTHS', 'WEEK', 'WEEKS', 'DAY', 'DAYS', 'HOUR', 'HOURS', 'MINUTE', 'MINUTES', 'SECOND', 'SECONDS', 'MILLISECOND', 'MILLISECONDS', 'MICROSECOND', or 'MICROSECONDS'" |
| 5149 | + "failure": "invalid argument: found daysss at 11:17 expected 'YEAR', 'YEARS', 'MONTH', 'MONTHS', 'WEEK', 'WEEKS', 'DAY', 'DAYS', 'HOUR', 'HOURS', 'MINUTE', 'MINUTES', 'SECOND', 'SECONDS', 'MILLISECOND', 'MILLISECONDS', 'MICROSECOND', or 'MICROSECONDS'" |
5150 | 5150 | }
|
5151 | 5151 | },
|
5152 | 5152 | {
|
5153 | 5153 | "input": "Interval 'interval 1 yearsss 2 monthsss'",
|
5154 | 5154 | "exception": "\n[INVALID_TYPED_LITERAL] The value of the typed literal \"INTERVAL\" is invalid: 'interval 1 yearsss 2 monthsss'.(line 1, pos 0)\n\n== SQL ==\nInterval 'interval 1 yearsss 2 monthsss'\n^^^\n",
|
5155 | 5155 | "output": {
|
5156 |
| - "failure": "invalid argument: found yearsss at 11:18 expected '->', '.', '(', '[', '::', 'ESCAPE', 'IS', 'NOT', 'IN', '*', '/', '%', 'DIV', '+', '-', '||', '>>>', '>>', '<<', '&', '^', '|', '!=', '!>', '!<', '==', '=', '>=', '>', '<=>', '<=', '<>', '<', 'BETWEEN', 'LIKE', 'ILIKE', 'RLIKE', 'REGEXP', 'SIMILAR', 'AND', 'OR', 'YEAR', 'YEARS', 'MONTH', 'MONTHS', 'WEEK', 'WEEKS', 'DAY', 'DAYS', 'HOUR', 'HOURS', 'MINUTE', 'MINUTES', 'SECOND', 'SECONDS', 'MILLISECOND', 'MILLISECONDS', 'MICROSECOND', or 'MICROSECONDS'" |
| 5156 | + "failure": "invalid argument: found yearsss at 11:18 expected 'YEAR', 'YEARS', 'MONTH', 'MONTHS', 'WEEK', 'WEEKS', 'DAY', 'DAYS', 'HOUR', 'HOURS', 'MINUTE', 'MINUTES', 'SECOND', 'SECONDS', 'MILLISECOND', 'MILLISECONDS', 'MICROSECOND', or 'MICROSECONDS'" |
5157 | 5157 | }
|
5158 | 5158 | },
|
5159 | 5159 | {
|
5160 | 5160 | "input": "Interval 'interval 3 monthsss 1 hoursss'",
|
5161 | 5161 | "exception": "\n[INVALID_TYPED_LITERAL] The value of the typed literal \"INTERVAL\" is invalid: 'interval 3 monthsss 1 hoursss'.(line 1, pos 0)\n\n== SQL ==\nInterval 'interval 3 monthsss 1 hoursss'\n^^^\n",
|
5162 | 5162 | "output": {
|
5163 |
| - "failure": "invalid argument: found monthsss at 11:19 expected '->', '.', '(', '[', '::', 'ESCAPE', 'IS', 'NOT', 'IN', '*', '/', '%', 'DIV', '+', '-', '||', '>>>', '>>', '<<', '&', '^', '|', '!=', '!>', '!<', '==', '=', '>=', '>', '<=>', '<=', '<>', '<', 'BETWEEN', 'LIKE', 'ILIKE', 'RLIKE', 'REGEXP', 'SIMILAR', 'AND', 'OR', 'YEAR', 'YEARS', 'MONTH', 'MONTHS', 'WEEK', 'WEEKS', 'DAY', 'DAYS', 'HOUR', 'HOURS', 'MINUTE', 'MINUTES', 'SECOND', 'SECONDS', 'MILLISECOND', 'MILLISECONDS', 'MICROSECOND', or 'MICROSECONDS'" |
| 5163 | + "failure": "invalid argument: found monthsss at 11:19 expected 'YEAR', 'YEARS', 'MONTH', 'MONTHS', 'WEEK', 'WEEKS', 'DAY', 'DAYS', 'HOUR', 'HOURS', 'MINUTE', 'MINUTES', 'SECOND', 'SECONDS', 'MILLISECOND', 'MILLISECONDS', 'MICROSECOND', or 'MICROSECONDS'" |
5164 | 5164 | }
|
5165 | 5165 | },
|
5166 | 5166 | {
|
|
6039 | 6039 | "input": "interval '10' month to second",
|
6040 | 6040 | "exception": "\nIntervals FROM month TO second are not supported.(line 1, pos 9)\n\n== SQL ==\ninterval '10' month to second\n---------^^^\n",
|
6041 | 6041 | "output": {
|
6042 |
| - "failure": "invalid argument: found second at 23:29 expected end of input" |
| 6042 | + "failure": "invalid argument: found end of input expected something else" |
6043 | 6043 | }
|
6044 | 6044 | },
|
6045 | 6045 | {
|
|
7199 | 7199 | "input": "interval 10 nanoseconds",
|
7200 | 7200 | "exception": "\nError parsing ' 10 nanoseconds' to interval, invalid unit 'nanoseconds'.(line 1, pos 9)\n\n== SQL ==\ninterval 10 nanoseconds\n---------^^^\n",
|
7201 | 7201 | "output": {
|
7202 |
| - "failure": "invalid argument: found nanoseconds at 12:23 expected end of input" |
| 7202 | + "failure": "invalid argument: found end of input expected something else" |
7203 | 7203 | }
|
7204 | 7204 | },
|
7205 | 7205 | {
|
|
0 commit comments