| Commit message (Expand) | Author | Age | Files | Lines |
| * | added engine_from_config() function for helping to create_engine() | Mike Bayer | 2007-08-14 | 2 | -1/+39 |
| * | Removed unused imports, other import adjustments per pyflakes | Jason Kirtland | 2007-08-13 | 3 | -4/+4 |
| * | auto-commit after LOAD DATA INFILE for mysql | Jason Kirtland | 2007-08-12 | 1 | -3/+5 |
| * | added "should_commit()" hook to ExecutionContext. dialects can override with... | Mike Bayer | 2007-08-12 | 2 | -4/+14 |
| * | Added an exception hierarchy shadowing DB-API exc types | Jason Kirtland | 2007-08-11 | 3 | -3/+5 |
| * | inlined encoding of result column names | Mike Bayer | 2007-08-11 | 2 | -6/+1 |
| * | attempting to get oracle XID to work. not there yet. | Mike Bayer | 2007-08-11 | 2 | -2/+18 |
| * | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 2 | -2/+2 |
| * | - Dialects can be queried for the server version (sqlite and mysql only with ... | Jason Kirtland | 2007-08-03 | 1 | -0/+5 |
| * | Tweak 'poolclass' default arg processing [ticket:437] | Jason Kirtland | 2007-08-01 | 1 | -1/+2 |
| * | - assurances that context.connection is safe to use by column default functio... | Mike Bayer | 2007-07-31 | 2 | -14/+30 |
| * | MetaData can now reflect() all tables in the database en-masse thanks to tabl... | Jason Kirtland | 2007-07-31 | 1 | -3/+17 |
| * | add warnings for deprecated methods and options | Jonathan Ellis | 2007-07-30 | 1 | -1/+2 |
| * | engine.table_names() | Jonathan Ellis | 2007-07-29 | 1 | -0/+12 |
| * | - removed auto_close_cursors and disallow_open_cursors arguments from Pool; | Mike Bayer | 2007-07-29 | 1 | -1/+2 |
| * | some comments, pragma no cover on some deprecated query methods | Mike Bayer | 2007-07-27 | 1 | -1/+1 |
| * | - clarified LoaderStrategy implementations, centralized deferred column loading | Mike Bayer | 2007-07-27 | 2 | -9/+25 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 6 | -297/+536 |
| * | Merged reference fixes from r2986 | Jason Kirtland | 2007-07-19 | 1 | -1/+1 |
| * | 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 |