summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Implemented experimental savepoint support in mssql. There are still some fai...Michael Trier2008-12-111-0/+10
* - Connection.invalidate() checks for closed statusMike Bayer2008-12-111-0/+2
* - PickleType now favors == comparison by default,Mike Bayer2008-12-112-5/+25
* - fixed string-based "remote_side", "order_by" andMike Bayer2008-12-112-2/+2
* - VERSION moves just as a string in __version__Mike Bayer2008-12-101-1/+1
* - first() works as expected with Query.from_statement().Mike Bayer2008-12-101-5/+5
* dont use names to find Annotated subclassesMike Bayer2008-12-091-4/+9
* - restored the previous API Reference structureMike Bayer2008-12-081-6/+8
* fix typosMike Bayer2008-12-081-3/+3
* - removed redundant declarative docsMike Bayer2008-12-082-56/+95
* further fix that docstringGaëtan de Menten2008-12-081-1/+1
* fixed invalid docstring exampleGaëtan de Menten2008-12-081-1/+1
* - restored the main search formMike Bayer2008-12-081-5/+6
* - moved index.rst around to have the API docs right there, no "Main Documenta...Mike Bayer2008-12-071-6/+5
* - convert __init__ and :members: to be compatible with autoclass_content='both'Mike Bayer2008-12-072-14/+26
* fix typosGaëtan de Menten2008-12-071-178/+178
* documented onupdate, partially documented server_onupdateMike Bayer2008-12-071-4/+24
* - re-documented Table and Column constructors, fixed case sensitivity descrip...Mike Bayer2008-12-072-168/+183
* - removed creepy exec call for nowMike Bayer2008-12-063-10/+7
* need to use absolutes for these, otherwise its dictionary ordering rouletteMike Bayer2008-12-061-4/+4
* - postgres docstringMike Bayer2008-12-063-50/+148
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-0622-1034/+1481
* - union() and union_all() will not whackMike Bayer2008-12-061-2/+1
* - Adjusted the format of create_xid() to repairMike Bayer2008-12-051-2/+2
* - Query.with_polymorphic() now accepts a thirdMike Bayer2008-12-032-20/+28
* - Two fixes to help prevent out-of-band columns fromMike Bayer2008-12-032-14/+27
* - Using the same ForeignKey object repeatedlyMike Bayer2008-12-031-0/+2
* - Fixed bug introduced in 0.5rc4 involving eagerMike Bayer2008-12-031-1/+1
* Modified the docstring for Session.add() with lots of help.Michael Trier2008-12-031-5/+5
* made Session.merge cascades not trigger autoflushAnts Aasma2008-12-021-1/+4
* - Improved mapper() check for non-class classes.Mike Bayer2008-12-011-3/+3
* propagate docstrings for column/fk collectionsMike Bayer2008-12-011-7/+13
* - fixed "double iter()" call causing bus errorsMike Bayer2008-11-271-8/+2
* Refactored the entity setup code in Query so that it is not duplicated in sev...Michael Trier2008-11-261-10/+8
* - Duplicate items in a list-based collection willMike Bayer2008-11-251-5/+9
* deprecated CompositeProperty 'comparator' which is nowMike Bayer2008-11-242-7/+9
* - comparator_factory is accepted by all MapperProperty constructors. [ticket:...Mike Bayer2008-11-243-18/+35
* - Extra checks added to ensure explicitMike Bayer2008-11-221-0/+1
* - Tickets [ticket:1200].Mike Bayer2008-11-222-21/+32
* - Fixed the import weirdness in sqlalchemy.sqlMike Bayer2008-11-221-2/+2
* - Comparison of many-to-one relation to NULL isMike Bayer2008-11-211-1/+3
* - Added NotImplementedError for params() methodMike Bayer2008-11-211-1/+5
* - the "passive" flag on session.is_modified()Mike Bayer2008-11-181-1/+1
* - Query.select_from(), from_statement() ensureMike Bayer2008-11-161-2/+11
* - bump, this may become 0.5.0Mike Bayer2008-11-141-1/+2
* - switched session.save() to session.add() throughout declarative testMike Bayer2008-11-141-1/+1
* Pulled out values test that uses boolean evaluation in the SELECT in order to...Michael Trier2008-11-141-3/+4
* Fixed a problem with the casting of a zero length type to a varchar. It now c...Michael Trier2008-11-141-1/+1
* The str(query) output is also correct on the mssql dialect.Michael Trier2008-11-141-1/+2
* - Rearranged the `load_dialect_impl()` method inMike Bayer2008-11-131-6/+7