Fix sql JdbcDocCsvSpecIT test {docs.testFilterToday} failing (#109274)
This commit fixes an SQL test that hardcodes expected results based on today's date. The docs.testFilterToday test needs to be updated since June 2 2024, because Anneke's hire-date of 1989-06-02 (35 years ago as of time of writing) affects the expected output.
This commit is contained in:
parent
1aae486782
commit
8d96bbe3bf
|
@ -3351,9 +3351,9 @@ SELECT first_name FROM emp WHERE hire_date > TODAY() - INTERVAL 35 YEARS ORDER B
|
|||
------------
|
||||
Alejandro
|
||||
Amabile
|
||||
Anneke
|
||||
Anoosh
|
||||
Basil
|
||||
Bojan
|
||||
// end::filterToday
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue