summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - added serializer docs to plugins.txtrel_0_5rc3Mike Bayer2008-11-072-114/+181
* - Fixed bug preventing declarative-bound "column" objectsMike Bayer2008-11-073-10/+32
* formattingMike Bayer2008-11-071-7/+8
* - zoomark adjustmentsMike Bayer2008-11-073-30/+36
* avoid some often unnecessary method calls. i think we might have squeezed a...Mike Bayer2008-11-073-11/+16
* the @memoized_property fairy pays a visitMike Bayer2008-11-072-78/+71
* - Repaired the table.tometadata() method so that a passed-inMike Bayer2008-11-073-17/+47
* - Fixed bug in Query involving order_by() in conjunction withMike Bayer2008-11-0611-18/+341
* add two new hooks for bulk operations to SessionExtension:Martijn Faassen2008-11-064-0/+44
* - Fixed bug in composite types which prevented a primary-keyMike Bayer2008-11-053-2/+12
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-0511-71/+110
* Tiny fix to test setup logic.Jason Kirtland2008-11-041-6/+7
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-0411-183/+80
* - added 'EXPLAIN' to the list of 'returns rows', but thisMike Bayer2008-11-042-1/+4
* Added a label for pg.Jason Kirtland2008-11-031-1/+1
* - Fixed bug when using multiple query.join() with an aliased-boundMike Bayer2008-11-034-9/+24
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-0313-165/+427
* update call countMike Bayer2008-11-031-1/+1
* Added tests for Query.scalar(), .value() [ticket:1163]Jason Kirtland2008-11-032-7/+31
* Fixed assoc proxy examples [ticket:1191]Jason Kirtland2008-11-021-7/+8
* revert r5220 inadvertently committed to trunkMike Bayer2008-11-027-164/+82
* progress so farMike Bayer2008-11-027-82/+164
* Corrected some ordering issues with tests.Michael Trier2008-11-023-10/+9
* - mapper naming/organization cleanupMike Bayer2008-11-022-578/+643
* pep8 stuffMike Bayer2008-11-021-82/+174
* - util.flatten_iterator() func doesn't interpret strings withMike Bayer2008-10-313-3/+22
* the recent change to garbage collection of InstanceState meant thatMike Bayer2008-10-302-1/+17
* Added documentation for the MetaData.sorted_tables() method.Michael Trier2008-10-291-0/+3
* Corrected method documentation for MetaData.drop_all().Michael Trier2008-10-291-1/+1
* allow repr to leave stuff as unicode. I can't think of any reason for the ol...Jonathan Ellis2008-10-291-23/+17
* Accept USING as a prefix or postfix modifer when reflecting keys. [ticket:1117]Jason Kirtland2008-10-282-25/+75
* Corrects an import error when using echo_uow. Fixes #1205.Michael Trier2008-10-281-1/+1
* fix #821Jonathan Ellis2008-10-281-0/+3
* - added some abstraction to the attributes.History objectMike Bayer2008-10-288-95/+140
* Updated UOWEventHandler so that it uses session.add() instead of session.save...Michael Trier2008-10-281-2/+2
* Corrected typo in Types docs.Michael Trier2008-10-281-1/+1
* Mysql no longer expects include_columns to be specified in lowercase. Fixes #...Michael Trier2008-10-283-1/+27
* Fixed mysql FK reflection for the edge case where a Table has expicitly provi...Jason Kirtland2008-10-273-47/+61
* r/m wildcard imports. fixes #1195Jonathan Ellis2008-10-271-3/+3
* - InstanceState object now removes circular references toMike Bayer2008-10-263-6/+25
* - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class...Mike Bayer2008-10-256-138/+138
* call drop # 2Mike Bayer2008-10-251-1/+1
* call dropMike Bayer2008-10-251-1/+1
* - When using Query.join() with an explicit clause for theMike Bayer2008-10-254-2/+30
* small fixMike Bayer2008-10-251-0/+4
* a couple of refinementsMike Bayer2008-10-251-32/+26
* remove erroneous commentsMike Bayer2008-10-242-4/+0
* two more cache examplesMike Bayer2008-10-243-3/+145
* auto_convert_lobs=False honored by OracleBinary, OracleText typesMike Bayer2008-10-243-4/+25
* - fixed some oracle unit tests in test/sql/Mike Bayer2008-10-245-9/+131