Merging upstream version 25.32.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
160ab5bf81
commit
02152e9ba6
74 changed files with 2284 additions and 1814 deletions
|
@ -1308,6 +1308,12 @@ WHERE
|
|||
},
|
||||
)
|
||||
|
||||
for fmt in ("WEEK", "WW", "WK"):
|
||||
self.validate_identity(
|
||||
f"SELECT DATEPART({fmt}, '2024-11-21')",
|
||||
"SELECT DATEPART(WK, CAST('2024-11-21' AS DATETIME2))",
|
||||
)
|
||||
|
||||
def test_convert(self):
|
||||
self.validate_all(
|
||||
"CONVERT(NVARCHAR(200), x)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue