1
0
Fork 0

Merging upstream version 25.32.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 21:58:00 +01:00
parent 0427d6ba05
commit 5e813f229a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
51 changed files with 65446 additions and 62526 deletions

View file

@ -411,6 +411,9 @@ class Dialect(metaclass=_Dialect):
is cast to x's type to match it instead.
"""
SUPPORTS_VALUES_DEFAULT = True
"""Whether the DEFAULT keyword is supported in the VALUES clause."""
REGEXP_EXTRACT_DEFAULT_GROUP = 0
"""The default value for the capturing group."""