mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-07 00:01:12 -04:00
334668d904
used in join() as well as with any() and has(), qualifies the subclass which will be used in filter criterion, e.g.: query.filter(Company.employees.of_type(Engineer). any(Engineer.name=='foo')), query.join(Company.employees.of_type(Engineer)). filter(Engineer.name=='foo')
Documentation exists in its original format as Markdown files in the ./content directory. To generate documentation: python genhtml.py This generates the Markdown files into Myghty templates as an interim step and then into HTML. It also creates two pickled datafiles corresponding to the table of contents and all the generated docstrings for the SQLAlchemy sourcecode.