summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Can now use a custom "inherit_condition" inMike Bayer2008-11-121-1/+1
* Corrected mssql schema named subqueries from not properly aliasing the column...Michael Trier2008-11-121-3/+4
* - Adjustments to the enhanced garbage collection onMike Bayer2008-11-111-6/+10
* Quashed import sets deprecation warning on 2.6.. not wild about this but it s...Jason Kirtland2008-11-101-3/+15
* - converted some more attributes to @memoized_property in expressionsMike Bayer2008-11-103-43/+50
* - Restored "active rowcount" fetch before ResultProxyMike Bayer2008-11-101-2/+8
* - Restored NotImplementedError on Cls.relation.in_()Mike Bayer2008-11-101-0/+4
* Handle the mssql port properly. If we're using the SQL Server driver then use...Michael Trier2008-11-101-3/+9
* Corrected issue with decimal e notation that broke regular decimal tests for ...Michael Trier2008-11-101-1/+1
* If there's a zero offset with mssql just ignore it.Michael Trier2008-11-101-1/+1
* Corrected problem in access dialect that was still referring to the old colum...Michael Trier2008-11-101-2/+2
* flattened _get_from_objects() into a descriptor/class-bound attributeMike Bayer2008-11-095-76/+56
* - Removed the 'properties' attribute of theMike Bayer2008-11-094-77/+63
* - Query.count() has been enhanced to do the "rightMike Bayer2008-11-091-12/+38
* Corrected problems with Access dialect. Corrected issue with reflection due t...Michael Trier2008-11-091-1/+6
* Global propigate -> propagate change to correct spelling. Additionally found ...Michael Trier2008-11-093-3/+3
* Corrected problems with reflection on mssql when dealing with schemas. Fixes ...Michael Trier2008-11-091-4/+4
* usage docstring for pool listenerMike Bayer2008-11-081-0/+13
* - Query.count() and Query.get() return a more informativeMike Bayer2008-11-081-6/+11
* removed setup_instance() from the public APIMike Bayer2008-11-082-53/+55
* Fixed E notation problem in mssql. Closes #1216.Michael Trier2008-11-081-1/+8
* Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ...Michael Trier2008-11-081-13/+20
* docstring updatesMike Bayer2008-11-074-31/+106
* docstring fixMike Bayer2008-11-071-1/+1
* - Fixed bug preventing declarative-bound "column" objectsMike Bayer2008-11-071-8/+4
* avoid some often unnecessary method calls. i think we might have squeezed a...Mike Bayer2008-11-071-9/+14