| Commit message (Expand) | Author | Age | Files | Lines |
| * | more comprehensive query docs | Mike Bayer | 2007-04-20 | 1 | -11/+25 |
| * | - some docstrings | Mike Bayer | 2007-04-20 | 1 | -15/+155 |
| * | - Promoted mysql's dburl query string helper to util + fixed | Jason Kirtland | 2007-04-19 | 3 | -11/+29 |
| * | support positional parameters at the execute level even for DBs where we dont... | Mike Bayer | 2007-04-19 | 1 | -2/+4 |
| * | - merged in the combined patch for #474, #475, #476 (attached to #476) and a ... | Jason Kirtland | 2007-04-19 | 1 | -13/+33 |
| * | - fixed issue where slice assignment on relation properties truncates the rel... | Jason Kirtland | 2007-04-19 | 1 | -5/+7 |
| * | - tweak to restore Python 2.3 compatability | Jason Kirtland | 2007-04-19 | 1 | -1/+1 |
| * | some docstrings | Mike Bayer | 2007-04-19 | 3 | -4/+70 |
| * | - the "where" criterion of an update() and delete() now correlates | Mike Bayer | 2007-04-18 | 1 | -5/+21 |
| * | - fixed critical issue when, after options(eagerload()) is used, | Mike Bayer | 2007-04-18 | 2 | -3/+4 |
| * | added "is_disconnect()" for firebird | Mike Bayer | 2007-04-18 | 1 | -0/+6 |
| * | - making progress with session.merge() as well as combining its | Mike Bayer | 2007-04-18 | 2 | -34/+45 |
| * | slight cleanup for #498 | Mike Bayer | 2007-04-17 | 1 | -1/+4 |
| * | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 8 | -67/+86 |
| * | - added query.with_parent(someinstance) method. searches for | Mike Bayer | 2007-04-17 | 1 | -1/+74 |
| * | added "recreate()" argument to connection pool classes | Mike Bayer | 2007-04-17 | 3 | -8/+34 |
| * | - removed meaningless entity_name argument from session.delete() | Mike Bayer | 2007-04-16 | 3 | -7/+15 |
| * | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 5 | -20/+47 |
| * | more docstrings stuff | Mike Bayer | 2007-04-14 | 1 | -1/+1 |
| * | didnt need that method... | Mike Bayer | 2007-04-14 | 1 | -10/+0 |
| * | some docstrings to provide more detail in the sql package | Mike Bayer | 2007-04-14 | 1 | -13/+86 |
| * | - small fix to allow successive compiles of the same SELECT object | Mike Bayer | 2007-04-13 | 1 | -3/+10 |
| * | [ticket:534] get dictionary append() method properly | Mike Bayer | 2007-04-11 | 1 | -1/+3 |
| * | - the "mini" column labels generated when using subqueries, which | Mike Bayer | 2007-04-11 | 2 | -11/+29 |
| * | - fix to many-to-many relationships targeting polymorphic mappers | Mike Bayer | 2007-04-11 | 1 | -0/+2 |
| * | - some cleanup of reflection unit tests | Mike Bayer | 2007-04-04 | 2 | -3/+3 |
| * | explicit zero was failing for float cols | Rick Morrison | 2007-04-04 | 1 | -1/+3 |
| * | - slight tweak to raw execute() change to also support tuples, | Mike Bayer | 2007-04-03 | 1 | -2/+2 |
| * | for #516, moved the "disconnect check" step out of pool and back into base.py... | Mike Bayer | 2007-04-03 | 7 | -55/+30 |
| * | - merged the patch from #516 + fixes | Mike Bayer | 2007-04-02 | 6 | -45/+112 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 16 | -712/+709 |
| * | latest #214 fixups | Mike Bayer | 2007-03-31 | 11 | -143/+246 |
| * | - query strings in unicode URLs get keys encoded to ascii | Mike Bayer | 2007-03-30 | 1 | -0/+2 |
| * | thank you, SVN, for being completely idiotic and non-intutive. rolling back i... | Mike Bayer | 2007-03-30 | 6 | -121/+93 |
| * | current progress with exec branch | Mike Bayer | 2007-03-29 | 6 | -93/+121 |
| * | - corresponding to label/bindparam name generataion, eager loaders | Mike Bayer | 2007-03-29 | 2 | -3/+17 |
| * | added keys() to ColumnParameters, needed for setbindparamsizes traversal | Mike Bayer | 2007-03-28 | 1 | -1/+4 |
| * | - sending None as an argument to func.<something> will produce | Mike Bayer | 2007-03-28 | 1 | -1/+1 |
| * | better explicit PK insert checking | Rick Morrison | 2007-03-28 | 1 | -3/+3 |
| * | Change to ParameterClause object change | Rick Morrison | 2007-03-28 | 1 | -3/+6 |
| * | error raised if trying to auto-join on a self referential | Mike Bayer | 2007-03-28 | 1 | -0/+4 |
| * | added "supports_unicode_statements()" step to dialect/execute_raw so that DB'... | Mike Bayer | 2007-03-28 | 3 | -0/+15 |
| * | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 7 | -52/+100 |
| * | added label truncation for bind param names which was lost in the previous re... | Mike Bayer | 2007-03-28 | 2 | -12/+30 |
| * | added LONG->OracleText reflection mapping [ticket:393] | Mike Bayer | 2007-03-28 | 1 | -0/+1 |
| * | some more docstring patches for [ticket:214] | Mike Bayer | 2007-03-28 | 3 | -45/+81 |
| * | - fix for fetchmany() "size" argument being positional in most | Mike Bayer | 2007-03-28 | 1 | -1/+1 |
| * | - fixes [ticket:185], join object determines primary key and removes | Mike Bayer | 2007-03-27 | 3 | -27/+49 |
| * | - some logging cleanup | Mike Bayer | 2007-03-27 | 3 | -6/+13 |
| * | - preliminary support for unicode table and column names added. | Mike Bayer | 2007-03-27 | 5 | -40/+38 |