]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- hyperlink all the column operators listed in the ORM tutorial common filter operato...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 May 2014 13:54:20 +0000 (09:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 May 2014 13:54:20 +0000 (09:54 -0400)
commit931685bac9161056cda3337ca2515ae9add236d8
tree0c63c2e4816521262644ba77039e99e6382087d3
parentbc91884a4125ebda230ae8ff20f2af1dbc7e63c6
- hyperlink all the column operators listed in the ORM tutorial common filter operators section
- add language to MATCH explicitly stating this operator varies by backend and is not available
on SQLite, as the tutorial defaults to SQLite to start with, fix #3059
- on the actual match() documentation fix this up to be more accurate, list some example renderings
for different backends.  again mention SQLite not supported
doc/build/orm/tutorial.rst
lib/sqlalchemy/sql/operators.py