MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_aggregate_strings

Route test_aggregate_strings

test/sql/test_functions.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        (
            "SELECT group_concat(t.value, ',') AS aggregate_strings_1 FROM t",
            "sqlite",
        ),
        (
            "SELECT string_agg(t.value, ',') A

Source from the content-addressed store, hash-verified

1from copy import deepcopy
2import datetime
3import decimal
4import pickle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected