]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix mssql compiling explicitly added alias twice
authorAnts Aasma <ants.aasma@gmail.com>
Wed, 8 Aug 2007 22:35:05 +0000 (22:35 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Wed, 8 Aug 2007 22:35:05 +0000 (22:35 +0000)
commit2f090b483d259048160682b88e3c21167523f61a
tree484463626cd18a2cebf0230f0487dc04d445d2f3
parent06bebbb41c6ec0ba98467de575835dea0ade6e51
- fix mssql compiling explicitly added alias twice
- add is_select to mssql dialect. currently adds only sp_columns, someone familiar with mssql should update this
- update mssql get_default_schema_name api
- remove commented code from Query.filter_by
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/orm/query.py