summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - 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
* the @memoized_property fairy pays a visitMike Bayer2008-11-072-78/+71
* - Repaired the table.tometadata() method so that a passed-inMike Bayer2008-11-071-16/+18
* - Fixed bug in Query involving order_by() in conjunction withMike Bayer2008-11-065-10/+190
* add two new hooks for bulk operations to SessionExtension:Martijn Faassen2008-11-062-0/+26
* - Fixed bug in composite types which prevented a primary-keyMike Bayer2008-11-051-2/+2
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-055-53/+61
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-048-178/+73
* - added 'EXPLAIN' to the list of 'returns rows', but thisMike Bayer2008-11-041-1/+1
* - Fixed bug when using multiple query.join() with an aliased-boundMike Bayer2008-11-032-7/+9
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-036-66/+195
* Added tests for Query.scalar(), .value() [ticket:1163]Jason Kirtland2008-11-031-6/+10
* revert r5220 inadvertently committed to trunkMike Bayer2008-11-024-80/+44
* progress so farMike Bayer2008-11-024-44/+80
* - 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-311-2/+2
* the recent change to garbage collection of InstanceState meant thatMike Bayer2008-10-301-1/+2
* 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-281-1/+2
* Corrects an import error when using echo_uow. Fixes #1205.Michael Trier2008-10-281-1/+1
* fix #821Jonathan Ellis2008-10-281-0/+3