summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* Work w/ prefetch even for selects, if presentMike Bayer2016-07-121-22/+37
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-012-0/+66
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-241-1/+1
|\
| * Spelling fixes: "the a"Ville Skyttä2016-05-051-1/+1
* | Merge remote-tracking branch 'origin/pr/274'Mike Bayer2016-05-241-1/+1
|\ \
| * | Fix typo in config result.py docspr/274vytotas2016-05-161-1/+1
| |/
* | Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+1
|/
* Don't double-process ResultMetaData for BufferedColumnResultProxyMike Bayer2016-04-271-9/+15
* Fix result set handling for case insensitive dupe colsMike Bayer2016-04-211-0/+1
* Fix some broken links in docspr/255Ville Skyttä2016-04-041-1/+1
* - make sure negative row indexes are based on the size of theMike Bayer2016-03-301-1/+4
* Merge remote-tracking branch 'origin/pr/231' into pr231Mike Bayer2016-03-301-1/+8
|\
| * - properly handle negative indexes in RowProxy.__getitem__()pr/231Lele Gaifax2016-01-281-1/+8
* | - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-151-0/+2
* | - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-4/+4
* | - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-171-3/+3
* | - happy new yearMike Bayer2016-01-2910-10/+10
|/
* - reinstate "dont set up integer index in keymap if we're on cexts",Mike Bayer2016-01-271-5/+10
* Revert "- dont set up integer index in keymap if we're on cexts"Mike Bayer2016-01-271-10/+5
* - dont set up integer index in keymap if we're on cextsMike Bayer2016-01-271-5/+10
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-191-0/+17
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-142-133/+275
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-115-25/+52
* - ensure we use a Connection for effective schema here since Engine doesn'tMike Bayer2016-01-092-1/+3
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-084-5/+51
* - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-064-2/+123
* - Fixed 1.0 regression where the eager fetch of cursor.rowcount wasMike Bayer2016-01-052-1/+4
* Change generator termination from StopIteration to return.pr/211pgjones2015-10-301-1/+1
* Add a lot more detailEric Siegerman2015-09-231-3/+22
* Add some markupEric Siegerman2015-09-231-2/+2
* A few minor rewordingsEric Siegerman2015-09-231-3/+3
* - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-07-191-2/+12
* - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-3/+6
* Remove RootTransaction<->RootTransaction reference cycleJakub Stasiak2015-07-181-1/+5
* 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