]> 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:14 +0000 (09:56 -0400)
commit96b24ec545fa2e8afe66e76038be79110d6c7ef0
tree232649d90f4d354033049e13b8632a98733d9bb9
parent480d395c4479cbef010a39fdfd82654a40279e5e
- 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