]> 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:56:06 +0000 (09:56 -0400)
commit0e70d8ca7af1da400e4f8a88e3cc15ef181d0229
tree6e9e662dc8e1b7ac0a05d6bc4d50dabd578c09c9
parent4fe31fe3c62968515ec1117ff13490cd0fc38bfc
- 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