summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change to ParameterClause object changeRick Morrison2007-03-281-3/+6
* error raised if trying to auto-join on a self referentialMike Bayer2007-03-281-0/+4
* added "supports_unicode_statements()" step to dialect/execute_raw so that DB'...Mike Bayer2007-03-283-0/+15
* - column label and bind param "truncation" also generateMike Bayer2007-03-287-52/+100
* added label truncation for bind param names which was lost in the previous re...Mike Bayer2007-03-282-12/+30
* added LONG->OracleText reflection mapping [ticket:393]Mike Bayer2007-03-281-0/+1
* some more docstring patches for [ticket:214]Mike Bayer2007-03-283-45/+81
* - fix for fetchmany() "size" argument being positional in mostMike Bayer2007-03-281-1/+1
* - fixes [ticket:185], join object determines primary key and removesMike Bayer2007-03-273-27/+49
* - some logging cleanupMike Bayer2007-03-273-6/+13
* - preliminary support for unicode table and column names added.Mike Bayer2007-03-275-40/+38