summaryrefslogtreecommitdiff
path: root/tools/generate_sql_functions.py
Commit message (Collapse)AuthorAgeFilesLines
* generate stubs for func known functionsMike Bayer2023-01-231-0/+160
Added typing for the built-in generic functions that are available from the :data:`_sql.func` namespace, which accept a particular set of arguments and return a particular type, such as for :class:`_sql.count`, :class:`_sql.current_timestamp`, etc. Fixes: #9129 Change-Id: I1a2e0dcca3048c77e84dc786843a7df05c457dfa