| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - An event listener can now be associated with a :class:`.Engine`, | Mike Bayer | 2014-03-22 | 1 | -0/+33 |
| * | there's no "assert_call_count" on mock | Mike Bayer | 2014-03-22 | 1 | -9/+10 |
| * | - restore the old behavior of the connection pool replacing itself just | Mike Bayer | 2014-03-22 | 1 | -0/+12 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 2 | -16/+101 |
| * | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 1 | -2/+2 |
| * | Merge branch 'fix_table_registration' of https://github.com/malor/sqlalchemy ... | Mike Bayer | 2014-03-22 | 1 | -0/+1 |
| |\ |
|
| | * | Remove tables from metadata when autoload failspr/78 | Roman Podoliaka | 2014-03-12 | 1 | -0/+1 |
| * | | - The :meth:`.ConnectionEvents.after_cursor_execute` event is now | Mike Bayer | 2014-03-19 | 1 | -0/+42 |
| |/ |
|
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 2 | -20/+10 |
| * | - Fixed a critical regression caused by :ticket:`2880` where the newly | Mike Bayer | 2014-02-19 | 1 | -0/+38 |
| * | Merge branch 'master' of https://github.com/eblume/sqlalchemy into t | Mike Bayer | 2014-02-16 | 1 | -2/+8 |
| |\ |
|
| | * | SQLite dialect - support relection from affinitypr/65 | Erich Blume | 2014-02-03 | 1 | -2/+8 |
| * | | - Added a new feature which allows automated naming conventions to be | Mike Bayer | 2014-02-01 | 1 | -5/+2 |
| |/ |
|
| * | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection; | Mike Bayer | 2014-01-20 | 1 | -0/+21 |
| * | - The MySQL CAST compilation now takes into account aspects of a string | Mike Bayer | 2014-01-13 | 1 | -1/+1 |
| * | revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except... | Mike Bayer | 2014-01-13 | 1 | -1/+1 |
| * | - continue with [ticket:2907] and further clean up how we set up | Mike Bayer | 2014-01-13 | 1 | -1/+2 |
| * | - :class:`.Connection` now associates a new | Mike Bayer | 2014-01-12 | 2 | -0/+223 |
| * | - add new event PoolEvents.invalidate(). allows interception of invalidation | Mike Bayer | 2014-01-12 | 1 | -0/+32 |
| * | new changelog | Mike Bayer | 2014-01-11 | 1 | -1/+1 |
| * | - these tests are really old but trying to make sure everything is closed out | Mike Bayer | 2014-01-05 | 1 | -40/+40 |
| * | - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace` | Mike Bayer | 2014-01-04 | 1 | -0/+13 |
| * | - The :func:`.engine_from_config` function has been improved so that | Mike Bayer | 2013-12-07 | 1 | -60/+31 |
| * | - A DBAPI that raises an error on ``connect()`` which is not a subclass | Mike Bayer | 2013-12-07 | 2 | -15/+54 |
| * | - The :class:`.QueuePool` has been enhanced to not block new connection | Mike Bayer | 2013-12-06 | 1 | -0/+82 |
| * | - Made a slight adjustment to the logic which waits for a pooled | Mike Bayer | 2013-12-06 | 1 | -6/+13 |
| * | make sure thread.join() is used completely here | Mike Bayer | 2013-11-30 | 1 | -4/+8 |
| * | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 1 | -10/+10 |
| * | - The :func:`.create_engine` routine and the related | Mike Bayer | 2013-11-24 | 1 | -1/+23 |
| * | -be more agnostic of quotes here | Mike Bayer | 2013-11-23 | 1 | -2/+2 |
| * | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 1 | -2/+20 |
| * | something changed the name here, probably one of those doc pullreqs | Mike Bayer | 2013-11-21 | 1 | -1/+1 |
| * | - apply a timeout to all join() calls for test_pool | Mike Bayer | 2013-11-17 | 1 | -5/+10 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 4 | -22/+4 |
| * | - move this test to PG test_reflection | Mike Bayer | 2013-10-25 | 1 | -2/+2 |
| * | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 1 | -0/+49 |
| |\ |
|
| | * | ForeignKeyConstraint reflection test respects MySQL limitationspr/34 | ijl | 2013-10-15 | 1 | -12/+20 |
| | * | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 1 | -0/+41 |
| * | | - The regexp used by the :func:`.url.make_url` function now parses | Mike Bayer | 2013-10-23 | 1 | -12/+19 |
| * | | try to get this to pass on slow environmnets | Mike Bayer | 2013-10-21 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #25 from gthb/ticket_2821 | mike bayer | 2013-09-29 | 1 | -0/+4 |
| |\ |
|
| | * | Hide password in URL and Engine __repr__pr/25 | Gunnlaugur Þór Briem | 2013-09-06 | 1 | -0/+4 |
| * | | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 2 | -2/+0 |
| |/ |
|
| * | use a different col here to keep oracle happy | Mike Bayer | 2013-09-02 | 1 | -2/+12 |
| * | plus some more adjustments for mysql, or in general if an Index refers to | Mike Bayer | 2013-08-28 | 1 | -1/+3 |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 1 | -4/+34 |
| * | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 1 | -27/+27 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -1/+0 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 2 | -203/+15 |
| * | try seeing if just clearing this ahead of time helps | Mike Bayer | 2013-07-27 | 1 | -0/+1 |