| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | bind/connectable compat, allow .bind = None | Jason Kirtland | 2007-07-17 | 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 |
| * | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-17 | 1 | -7/+5 |
| * | - 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 | 2 | -64/+50 |
| * | - added 'url' attribute to Engine | Mike Bayer | 2007-04-29 | 3 | -10/+12 |
| * | - 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 |
| * | non-db identifier length raised arbitrarily high | Mike Bayer | 2007-04-20 | 1 | -1/+1 |
| * | support positional parameters at the execute level even for DBs where we dont... | Mike Bayer | 2007-04-19 | 1 | -2/+4 |
| * | - tweak to restore Python 2.3 compatability | Jason Kirtland | 2007-04-19 | 1 | -1/+1 |
| * | some docstrings | Mike Bayer | 2007-04-19 | 2 | -4/+69 |
| * | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 2 | -19/+26 |
| * | added "recreate()" argument to connection pool classes | Mike Bayer | 2007-04-17 | 2 | -3/+4 |
| * | - removed meaningless entity_name argument from session.delete() | Mike Bayer | 2007-04-16 | 1 | -1/+4 |
| * | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 1 | -5/+19 |
| * | - 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 | 3 | -5/+11 |
| * | - merged the patch from #516 + fixes | Mike Bayer | 2007-04-02 | 2 | -10/+25 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 4 | -307/+405 |
| * | latest #214 fixups | Mike Bayer | 2007-03-31 | 2 | -2/+2 |
| * | - 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 | 3 | -107/+81 |
| * | current progress with exec branch | Mike Bayer | 2007-03-29 | 3 | -81/+107 |
| * | added "supports_unicode_statements()" step to dialect/execute_raw so that DB'... | Mike Bayer | 2007-03-28 | 2 | -0/+11 |
| * | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 2 | -7/+7 |
| * | - 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 | 2 | -31/+28 |
| * | - added db modules to genned docstrings | Mike Bayer | 2007-03-18 | 2 | -4/+3 |
| * | integrated docutils formatting into generated documentation; | Mike Bayer | 2007-03-17 | 1 | -1/+1 |
| * | merged mako doc generation branch | Mike Bayer | 2007-03-17 | 1 | -34/+24 |
| * | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -4/+4 |
| * | - oracle: | Mike Bayer | 2007-03-10 | 1 | -2/+6 |
| * | decorated ImportError thrown when the <database>:// module isnt found | Mike Bayer | 2007-03-06 | 1 | -2/+7 |
| * | - 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 | 6 | -386/+837 |
| * | - small fix to BoundMetaData to accept unicode or string URLs | Mike Bayer | 2007-02-17 | 1 | -1/+1 |
| * | - 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 | 2 | -6/+58 |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -3/+3 |
| * | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 1 | -5/+4 |
| * | - 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 | 2 | -3/+8 |
| * | - added support for column "key" attribute to be useable in row[<key>]/row.<key> | Mike Bayer | 2007-01-23 | 1 | -5/+17 |