| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged reference fixes from r2986 | Jason Kirtland | 2007-07-19 | 1 | -1/+1 |
| * | - fixes for connection bound sessions, connection-bound compiled objects via ... | Mike Bayer | 2007-07-16 | 1 | -1/+1 |
| * | - fixed "ambiguous column" result detection, when dupe col names exist | Mike Bayer | 2007-07-15 | 1 | -1/+1 |
| * | more query methods, overhauliung docs for forwards 0.4 method | Mike Bayer | 2007-07-15 | 1 | -5/+3 |
| * | better error message for NoSuchColumnError, fix ticket #607 | Ants Aasma | 2007-06-26 | 1 | -1/+1 |
| * | - significant speed improvement to ResultProxy, pre-caches | Mike Bayer | 2007-05-31 | 1 | -5/+8 |
| * | - 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 |
| * | latest #214 fixups | Mike Bayer | 2007-03-31 | 1 | -1/+1 |
| * | thank you, SVN, for being completely idiotic and non-intutive. rolling back i... | Mike Bayer | 2007-03-30 | 1 | -59/+54 |
| * | current progress with exec branch | Mike Bayer | 2007-03-29 | 1 | -54/+59 |
| * | added "supports_unicode_statements()" step to dialect/execute_raw so that DB'... | Mike Bayer | 2007-03-28 | 1 | -0/+7 |
| * | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 1 | -1/+1 |
| * | - fix for fetchmany() "size" argument being positional in most | Mike Bayer | 2007-03-28 | 1 | -1/+1 |
| * | - preliminary support for unicode table and column names added. | Mike Bayer | 2007-03-27 | 1 | -12/+9 |
| * | - column labels are now generated in the compilation phase, which | Mike Bayer | 2007-03-24 | 1 | -31/+23 |
| * | integrated docutils formatting into generated documentation; | Mike Bayer | 2007-03-17 | 1 | -1/+1 |
| * | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -4/+4 |
| * | - fixed function execution with explicit connections, when you dont | Mike Bayer | 2007-02-27 | 1 | -3/+10 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -225/+523 |
| * | - fixed argument passing to straight textual execute() on engine, connection. | Mike Bayer | 2007-02-13 | 1 | -3/+9 |
| * | - added PrefetchingResultProxy support to pre-fetch LOB columns when they are | Mike Bayer | 2007-02-06 | 1 | -6/+56 |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -3/+3 |
| * | - added a "supports_execution()" method to ClauseElement, so that individual | Mike Bayer | 2007-02-02 | 1 | -0/+2 |
| * | oracle can conditionally decide if it wants to say "use rowid" in a select st... | Mike Bayer | 2007-01-24 | 1 | -2/+7 |
| * | - added support for column "key" attribute to be useable in row[<key>]/row.<key> | Mike Bayer | 2007-01-23 | 1 | -5/+17 |
| * | - added "fetchmany()" support to ResultProxy | Mike Bayer | 2007-01-11 | 1 | -0/+13 |
| * | - postgres no longer uses client-side cursors, uses more efficient server side | Mike Bayer | 2007-01-10 | 1 | -2/+5 |
| * | - fix to connection pool _close() to properly clean up, fixes | Mike Bayer | 2006-12-08 | 1 | -1/+1 |
| * | oops, KeyError fix for [ticket:380] | Mike Bayer | 2006-11-29 | 1 | -1/+1 |
| * | fixed has_key exception to be KeyError [ticket:380] | Mike Bayer | 2006-11-29 | 1 | -1/+1 |
| * | - create_engine() reworked to be strict about incoming **kwargs. all keyword | Mike Bayer | 2006-11-12 | 1 | -1/+1 |
| * | - fixed direct execution of Compiled objects | Mike Bayer | 2006-10-31 | 1 | -1/+1 |
| * | docs about objects not being threadsafe | Mike Bayer | 2006-10-22 | 1 | -2/+6 |
| * | - attributes module and test suite moves underneath 'orm' package | Mike Bayer | 2006-10-22 | 1 | -4/+7 |
| * | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -3/+3 |
| * | docstrings etc | Mike Bayer | 2006-10-16 | 1 | -17/+65 |
| * | - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign key | Mike Bayer | 2006-10-15 | 1 | -1/+1 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -1/+1 |
| * | oops, double row echo removed | Mike Bayer | 2006-10-12 | 1 | -2/+0 |