]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed max identifier length on postgres (63) [ticket:571]
authorGaëtan de Menten <gdementen@gmail.com>
Tue, 17 Jul 2007 09:00:25 +0000 (09:00 +0000)
committerGaëtan de Menten <gdementen@gmail.com>
Tue, 17 Jul 2007 09:00:25 +0000 (09:00 +0000)
commit6506939352a2a52071bd56fcf5a8af243ec8e27b
tree86932d4ad4daf3eaadd21488b56656a202b00991
parenta3f25674fce8cd137dc4c1f113d5bbf25e28c7f2
- fixed max identifier length on postgres (63) [ticket:571]
- fixed doc typo ("in_" operator)
- misc indent stuff
CHANGES
doc/build/content/sqlconstruction.txt
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/sql_util.py