Class ConcatPair
Concatenate two arguments together. This is used by `Concat` because not all backend databases support more than two arguments.
Declaration
source linkDocumentation
Methods
▷ def as_mysql(self, compiler, connection, **extra_context) ▶ def as_sqlite(self, compiler, connection, **extra_context) override