summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-271-1/+2
* add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-271-1/+2
* add MAXVALUE support to Sequence()jakeogh2015-06-271-1/+1
* add MINVALUE support to Sequence()jakeogh2015-06-271-2/+2
* - more edits, references #3461Mike Bayer2015-06-191-2/+4
* - add explciit section on engine disposal, fixes #3461Mike Bayer2015-06-191-14/+10
* - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-141-2/+19
* Added max_row_buffer attribute to the context execution options and usepr/182Morgan McClure2015-06-131-2/+7
* BufferedRowResultProxy should stop growing at 100Morgan McClure2015-06-131-4/+1
* - Added new engine event :meth:`.ConnectionEvents.engine_disposed`.Mike Bayer2015-06-061-0/+1
* - Fixed bug where known boolean values used byMike Bayer2015-05-262-9/+8
* - fix some tests related to the URL change and try to makeMike Bayer2015-05-232-6/+13
* - Adjustments to the engine plugin hook, such that theMike Bayer2015-05-222-9/+12
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-153-2/+23
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-303-3/+76
* - Fixed a regression where the "last inserted id" mechanics wouldMike Bayer2015-04-081-12/+20
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-173-40/+143
* - copyright 2015Mike Bayer2015-03-1010-10/+10
* - fix a potential race condition where the per-mapper LRUCache used byMike Bayer2015-03-091-3/+2
* fooMike Bayer2015-03-082-20/+31
* - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-071-1/+1
* - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-072-76/+139
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-041-0/+7
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-043-0/+22
* - remove the clever approach w/ dialect events, and remove the needMike Bayer2015-01-251-17/+20
* - remove context-specific post-crud logic from Connection and inline post-crudMike Bayer2015-01-252-75/+81
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-203-15/+186
* - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-131-4/+5
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-1/+68
* correctionsMike Bayer2014-12-272-1/+2
* - keep working on fixing #3266, more cases, more testsMike Bayer2014-12-101-4/+5
* - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-081-3/+4
* - simplify the "noconnection" error handling, settingMike Bayer2014-12-082-18/+20
* - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-052-21/+30
* - move inner calls to _revalidate_connection() outside of existingMike Bayer2014-12-051-8/+9
* - document / work around that dialect_options isn't necessarily thereMike Bayer2014-12-051-1/+4
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-054-18/+87
* - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-041-1/+9
* - in lieu of adding a new system of translating bound parameter namesMike Bayer2014-11-101-0/+11
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-111-2/+0
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-4/+0
| * improve exception vs. exit handlingndparker2014-09-231-0/+2
* | - adjustment for ref #3200 as we need an immutabledict() here soMike Bayer2014-10-071-1/+1
* | - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-061-0/+1
* | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-1/+14
* | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-041-0/+34
|\ \
| * | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-0/+34
| |/
* | - cyclomatic complexity; break up reflecttable(), goes from E to BMike Bayer2014-09-271-39/+74
* | - repair autorollback for branchesMike Bayer2014-09-261-2/+2
* | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-37/+87