summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-3/+0
* Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-161-0/+3
|\
| * Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-053-7/+3
| * Added get_foreign_table_names to interface and put it in the test requirements.Rodrigo Menezes2014-09-052-2/+3
| * Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-031-0/+6
| * Removed changes that are no longer necessary for postgresql_relkind. Also, re...Rodrigo Menezes2014-08-261-1/+3
| * Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-261-2/+2
| |\
| * | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-3/+1
* | | - tiny refactors #1-#5Mike Bayer2014-09-051-96/+115
* | | - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-021-8/+17
* | | - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-3/+25
| |/ |/|
* | - TIL that dict.keys() in py3K is not an iterator, it is an iterableMike Bayer2014-08-151-2/+2
* | - other test fixesMike Bayer2014-08-151-1/+1
* | - The string keys that are used to determine the columns impactedMike Bayer2014-08-141-1/+1
|/
* - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-091-0/+16
* - rework the exclusions system to have much better support for compoundMike Bayer2014-07-261-0/+12
* - more pg8000 tests passingMike Bayer2014-07-251-1/+0
* - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-251-1/+3
* PEP8 style fixesBrian Jarrett2014-07-1310-303/+318
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0910-10/+20
* - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-043-29/+165
* - Added new attributes :attr:`.ExecutionContext.exception` andMike Bayer2014-07-032-1/+42
* - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-031-7/+23
* - attach the ResultMetaData to the Compiled object, when we detect thatMike Bayer2014-06-291-4/+12
* - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-302-3/+3
* Merge pull request #91 from smurfix/de_apostroph_ifymike bayer2014-05-113-3/+3
|\
| * Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-113-3/+3
* | - Fixed some "double invalidate" situations were detected whereMike Bayer2014-05-101-3/+10
|/
* 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