Files
sqlalchemy/test/sql
Mike Bayer 04dcc5c704 Add option to disable from linting for table valued function
Added new parameter
:paramref:`.FunctionElement.table_valued.joins_implicitly`, for the
:meth:`.FunctionElement.table_valued` construct. This parameter indicates
that the given table-valued function implicitly joins to the table it
refers towards, essentially disabling the "from linting" feature, i.e. the
"cartesian product" warning, from taking effect due to the presence of this
parameter. May be used for functions such as ``func.json_each()``.

Fixes: #7845
Change-Id: I80edcb74efbd4417172132c0db4d9c756fdd5eae
2022-03-23 10:26:12 -04:00
..
2022-03-08 13:40:12 -05:00
2021-11-24 22:51:27 -05:00
2022-03-19 23:15:15 -04:00
2022-03-19 23:15:15 -04:00
2022-03-01 09:09:02 -05:00
2021-12-29 12:23:12 -05:00
2021-11-24 22:51:27 -05:00
2022-03-19 23:15:15 -04:00
2021-11-24 22:51:27 -05:00