summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-3/+3
* revert inadvertent pdbMike Bayer2014-03-281-2/+0
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-0/+2
* - work on fixing some race-condition failures:Mike Bayer2014-03-261-1/+1
* - Added some new event mechanics for dialect-level events; the initialMike Bayer2014-03-242-19/+44
* - An event listener can now be associated with a :class:`.Engine`,Mike Bayer2014-03-221-28/+31
* - restore the old behavior of the connection pool replacing itself justMike Bayer2014-03-221-0/+1
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-4/+2
* - The :meth:`.ConnectionEvents.after_cursor_execute` event is nowMike Bayer2014-03-191-4/+11
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-111-2/+1
* docsMike Bayer2014-02-251-10/+20
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-7/+16
* - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy`Mike Bayer2014-01-281-3/+18
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-231-11/+20
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-3/+5
* - further refine this so that the ordering of columns is maintained asMike Bayer2014-01-201-8/+1
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-10/+15
* - repair signature for base get_unique_constraints() methodMike Bayer2014-01-201-1/+1
* - some test fixesMike Bayer2014-01-191-26/+23
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-182-1/+29
* - _cursor_execute() will close the cursor on error; oracle doesn't allow doub...Mike Bayer2014-01-131-12/+12
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-21/+30
* revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-131-30/+21
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-131-17/+41
* - :class:`.Connection` now associates a newMike Bayer2014-01-121-8/+8
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-121-9/+29
* new changelogMike Bayer2014-01-111-21/+30
* - happy new yearMike Bayer2014-01-0510-10/+10
* - improve documentation for return_defaults() and returned_defaults. [ticket...Mike Bayer2013-12-201-1/+9
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-074-34/+36
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-1/+1
* - reflection of unique constraints backported to 0.8.4 [ticket:1443]Mike Bayer2013-12-031-1/+1
* - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-251-2/+15
* - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-241-7/+2
* - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-1/+1
* - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-191-1/+4
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-1/+1
* Fix cross referencespr/44Vraj Mohan2013-11-141-1/+1
* Ensure API doc for make_url and resolve referencesVraj Mohan2013-11-131-2/+2
* Fix cross referencesVraj Mohan2013-11-121-2/+4
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-1/+6
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+6
* | An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-1/+3
* | - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-2/+11
|/
* - The method signature of :meth:`.Dialect.reflecttable`, which inMike Bayer2013-10-112-11/+12
* Merge pull request #25 from gthb/ticket_2821mike bayer2013-09-292-3/+10
|\
| * Hide password in URL and Engine __repr__pr/25Gunnlaugur Þór Briem2013-09-062-3/+10
* | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30Alex Gaynor2013-09-251-18/+7
|/
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+9
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-281-6/+17