summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* wrap __name__ settings in a try/except for 2.3 compatMike Bayer2007-04-251-2/+8
* - assign_mapper names methods according to their keys (i.e. __name__)Mike Bayer2007-04-241-0/+2
* - primary key determination within Join maintains table PK orderingMike Bayer2007-04-241-1/+1
* - fix to case() construct to propigate the type of the firstMike Bayer2007-04-241-1/+12
* - Fire delrecord events when items are discard()ed from a set-backedJason Kirtland2007-04-241-0/+5
* - big fix to AssociationProxy so that multiple AssociationProxyMike Bayer2007-04-231-2/+3
* - support for SSL arguments given as inline within URL query string,Mike Bayer2007-04-221-3/+13
* fix for dbapi() method to be classmethod #546Mike Bayer2007-04-221-3/+5
* - informix support added ! courtesy James ZhangMike Bayer2007-04-213-2/+512
* - converted logger.warn() to warnings.warn()Mike Bayer2007-04-212-4/+11
* non-db identifier length raised arbitrarily highMike Bayer2007-04-201-1/+1
* more comprehensive query docsMike Bayer2007-04-201-11/+25
* - some docstringsMike Bayer2007-04-201-15/+155
* - Promoted mysql's dburl query string helper to util + fixedJason Kirtland2007-04-193-11/+29
* support positional parameters at the execute level even for DBs where we dont...Mike Bayer2007-04-191-2/+4
* - merged in the combined patch for #474, #475, #476 (attached to #476) and a ...Jason Kirtland2007-04-191-13/+33
* - fixed issue where slice assignment on relation properties truncates the rel...Jason Kirtland2007-04-191-5/+7
* - tweak to restore Python 2.3 compatabilityJason Kirtland2007-04-191-1/+1
* some docstringsMike Bayer2007-04-193-4/+70
* - the "where" criterion of an update() and delete() now correlatesMike Bayer2007-04-181-5/+21
* - fixed critical issue when, after options(eagerload()) is used,Mike Bayer2007-04-182-3/+4
* added "is_disconnect()" for firebirdMike Bayer2007-04-181-0/+6
* - making progress with session.merge() as well as combining itsMike Bayer2007-04-182-34/+45
* slight cleanup for #498Mike Bayer2007-04-171-1/+4
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-178-67/+86
* - added query.with_parent(someinstance) method. searches forMike Bayer2007-04-171-1/+74
* added "recreate()" argument to connection pool classesMike Bayer2007-04-173-8/+34
* - removed meaningless entity_name argument from session.delete()Mike Bayer2007-04-163-7/+15
* - got unicode schemas to work with postgresMike Bayer2007-04-155-20/+47
* more docstrings stuffMike Bayer2007-04-141-1/+1
* didnt need that method...Mike Bayer2007-04-141-10/+0
* some docstrings to provide more detail in the sql packageMike Bayer2007-04-141-13/+86
* - small fix to allow successive compiles of the same SELECT objectMike Bayer2007-04-131-3/+10
* [ticket:534] get dictionary append() method properlyMike Bayer2007-04-111-1/+3
* - the "mini" column labels generated when using subqueries, whichMike Bayer2007-04-112-11/+29
* - fix to many-to-many relationships targeting polymorphic mappersMike Bayer2007-04-111-0/+2
* - some cleanup of reflection unit testsMike Bayer2007-04-042-3/+3
* explicit zero was failing for float colsRick Morrison2007-04-041-1/+3
* - slight tweak to raw execute() change to also support tuples,Mike Bayer2007-04-031-2/+2
* for #516, moved the "disconnect check" step out of pool and back into base.py...Mike Bayer2007-04-037-55/+30
* - merged the patch from #516 + fixesMike Bayer2007-04-026-45/+112
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-0216-712/+709
* latest #214 fixupsMike Bayer2007-03-3111-143/+246
* - query strings in unicode URLs get keys encoded to asciiMike Bayer2007-03-301-0/+2
* thank you, SVN, for being completely idiotic and non-intutive. rolling back i...Mike Bayer2007-03-306-121/+93
* current progress with exec branchMike Bayer2007-03-296-93/+121
* - corresponding to label/bindparam name generataion, eager loadersMike Bayer2007-03-292-3/+17
* added keys() to ColumnParameters, needed for setbindparamsizes traversalMike Bayer2007-03-281-1/+4
* - sending None as an argument to func.<something> will produceMike Bayer2007-03-281-1/+1
* better explicit PK insert checkingRick Morrison2007-03-281-3/+3