| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Connection.invalidate() checks for closed status | Mike Bayer | 2008-12-11 | 1 | -0/+2 |
| * | has_sequence() now takes the current "schema" argument into | Mike Bayer | 2008-09-03 | 1 | -0/+1 |
| * | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 1 | -573/+941 |
| * | took out extra exception catch/raise SQLError in places where it would already | Mike Bayer | 2007-07-27 | 1 | -13/+4 |
| * | - very rudimental support for OUT parameters added; use sql.outparam(name, type) | Mike Bayer | 2007-07-26 | 1 | -0/+1 |
| * | - Compiled is just an object now. the ClauseVisitor portion | Mike Bayer | 2007-07-26 | 1 | -2/+7 |
| * | - added array slice support to row[<index>] [ticket:686] | Mike Bayer | 2007-07-26 | 1 | -1/+5 |
| * | - changed 'desired_columns' argument to 'include_columns' | Mike Bayer | 2007-07-26 | 1 | -6/+6 |
| * | - ANSICompiler now uses its own traversal when compiling, returning a composed | Mike Bayer | 2007-07-26 | 1 | -4/+0 |
| * | "You can also specify a list or set of column names to autoload, if you only ... | Jonathan Ellis | 2007-07-26 | 1 | -6/+7 |
| * | - removed the ridiculous AbstractDialect do-nothing class | Mike Bayer | 2007-07-25 | 1 | -1/+1 |
| * | add __repr__ for engine, metadata, sqlsoup | Jonathan Ellis | 2007-07-25 | 1 | -0/+3 |
| * | ColumnDefault functions pass ExecutionContext to callables which accept a sin... | Mike Bayer | 2007-07-23 | 1 | -9/+18 |
| * | _ConnectionRecord gains a .properties collection, with contents scoped to | Jason Kirtland | 2007-07-23 | 1 | -0/+2 |
| * | - refinement of connection.execute() , parameter processing behavior | Mike Bayer | 2007-07-23 | 1 | -82/+67 |
| * | Remove unused imports, typo and light formatting tweaks. | Jason Kirtland | 2007-07-19 | 1 | -1/+1 |
| * | - removed ancient threadlocal/legacy_session mods | Mike Bayer | 2007-07-17 | 1 | -1/+1 |
| * | - moved query._with_parent into prop.compare() calls | Mike Bayer | 2007-07-17 | 1 | -2/+0 |
| * | fix to connection-bound compiled objects | Mike Bayer | 2007-07-16 | 1 | -1/+1 |
| * | - converted all anonymous labels and aliases to be generated within the compi... | Mike Bayer | 2007-07-16 | 1 | -1/+3 |
| * | merged trunk r2901-2924 | Mike Bayer | 2007-07-16 | 1 | -5/+3 |
| * | - bind test in query.orm | Mike Bayer | 2007-07-15 | 1 | -1/+1 |
| * | - merged trunk r2880-r2901 (slightly manually for 2900-2901) | Mike Bayer | 2007-07-14 | 1 | -11/+11 |
| * | context manager support for sql transactions | Ants Aasma | 2007-07-14 | 1 | -0/+9 |
| * | add support for two phase commits, nested subtransactions and savepoints. ref... | Ants Aasma | 2007-07-14 | 1 | -25/+174 |
| * | dont log statement + parameters if logging is not enabled | Mike Bayer | 2007-07-12 | 1 | -2/+3 |
| * | make use of the isinstance(obj, (A,B)) idiom, makes the code a bit shorter an... | Ants Aasma | 2007-07-10 | 1 | -3/+3 |
| * | moved oracles "auto_convert_lobs" logic into a generic dialect | Mike Bayer | 2007-07-01 | 1 | -2/+17 |
| * | merge 2791 from trunk, fix for bad error message (ticket #607) | Ants Aasma | 2007-06-26 | 1 | -1/+1 |
| * | removed ConnectionProvider. engines have a "pool" attribute now. | Mike Bayer | 2007-06-24 | 1 | -31/+9 |
| * | - merge of generative_sql branch | Mike Bayer | 2007-06-24 | 1 | -5/+87 |
| * | - result sets from CRUD operations close their underlying cursor immediately. | Mike Bayer | 2007-06-14 | 1 | -4/+14 |
| * | added a self-creating dict that takes advantage of 2.5's __missing__, impleme... | Mike Bayer | 2007-05-31 | 1 | -30/+28 |
| * | - added undefer_group() MapperOption, sets a set of "deferred" columns joined... | Mike Bayer | 2007-05-31 | 1 | -1/+1 |
| * | remove func call for getting at result proxy dialect. func call count drops ... | Mike Bayer | 2007-05-31 | 1 | -1/+1 |
| * | ResultProxy pre-caches the dialect_impl()s for each TypeEngine, saving the | Mike Bayer | 2007-05-31 | 1 | -4/+7 |
| * | - merged "find the equivalent columns" logic together (although both methodol... | Mike Bayer | 2007-05-26 | 1 | -0/+3 |
| * | - refactor ! MapperProperty now has create_row_processor() method, returns | Mike Bayer | 2007-05-26 | 1 | -0/+3 |
| * | - parenthesis are applied to clauses via a new _Grouping construct. | Mike Bayer | 2007-05-14 | 1 | -1/+1 |
| * | propigated detach() and invalidate() methods to Connection. | Mike Bayer | 2007-05-10 | 1 | -0/+24 |
| * | - applied YAGNI to supports_autoclose_results (this issue would be handled by... | Mike Bayer | 2007-04-30 | 1 | -63/+50 |
| * | - added 'url' attribute to Engine | Mike Bayer | 2007-04-29 | 1 | -3/+4 |
| * | - fixed textual select elements that got broke the other day | Mike Bayer | 2007-04-29 | 1 | -5/+2 |
| * | - informix support added ! courtesy James Zhang | Mike Bayer | 2007-04-21 | 1 | -1/+1 |
| * | some docstrings | Mike Bayer | 2007-04-19 | 1 | -2/+26 |
| * | added "recreate()" argument to connection pool classes | Mike Bayer | 2007-04-17 | 1 | -0/+2 |
| * | - 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 | 1 | -4/+7 |
| * | - merged the patch from #516 + fixes | Mike Bayer | 2007-04-02 | 1 | -9/+24 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -250/+268 |