| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | - 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 | 2 | -2/+7 |
| * | copyright update | Mike Bayer | 2007-01-05 | 2 | -2/+2 |
| * | - 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 |
| * | - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr... | Mike Bayer | 2006-11-26 | 1 | -3/+24 |
| * | [ticket:374] [ticket:377] [ticket:375], small fix to mutable types unit test | Mike Bayer | 2006-11-21 | 1 | -1/+1 |
| * | - create_engine() reworked to be strict about incoming **kwargs. all keyword | Mike Bayer | 2006-11-12 | 3 | -48/+72 |
| * | - fixed direct execution of Compiled objects | Mike Bayer | 2006-10-31 | 1 | -1/+1 |
| * | converted imports to absolute | Mike Bayer | 2006-10-26 | 4 | -10/+9 |
| * | 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 | 3 | -8/+8 |
| * | docstrings etc | Mike Bayer | 2006-10-16 | 1 | -17/+65 |
| * | doc stuff regarding engine strategies | Mike Bayer | 2006-10-15 | 1 | -1/+1 |
| * | - 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 |