summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/default.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-4/+6
* Add new sane_rowcount_w_returning flagMike Bayer2017-08-311-0/+4
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-071-3/+110
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-031-4/+4
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-301-1/+5
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-0/+20
* New features from python 2.7Катаев Денис2017-03-171-3/+3
* Implement comments for tables, columnsFrazer McLean2017-03-171-0/+2
* Consult compiled paramstyle on execute_compiledMike Bayer2017-03-151-1/+1
* Add "empty in" strategies; default to "static"Mike Bayer2017-03-141-0/+12
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add _extend_on deduplicating set for metadata.reflect()Mike Bayer2016-11-231-2/+3
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-2/+44
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* Propagate execution_options at compile stageMike Bayer2016-10-051-2/+2
* Check row for None with implicit returning PK to accommodate ON CONFLICTMike Bayer2016-10-041-1/+5
* Handle BaseException in all _handle_dbapi_errorMike Bayer2016-09-211-2/+2
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-311-2/+3
* Work w/ prefetch even for selects, if presentMike Bayer2016-07-121-22/+37
* - happy new yearMike Bayer2016-01-291-1/+1
* - 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-141-1/+2
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-3/+7
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+8
* - Fixed 1.0 regression where the eager fetch of cursor.rowcount wasMike Bayer2016-01-051-0/+3
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-6/+5
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+9
* - 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-171-4/+4
* - copyright 2015Mike Bayer2015-03-101-1/+1
* fooMike Bayer2015-03-081-12/+3
* - 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-071-2/+9
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-0/+6
* - remove context-specific post-crud logic from Connection and inline post-crudMike Bayer2015-01-251-51/+76
* - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-131-4/+5
* - tiny refactors #1-#5Mike Bayer2014-09-051-96/+115
* PEP8 style fixesBrian Jarrett2014-07-131-58/+58
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* 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
* docsMike Bayer2014-02-251-10/+20
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-3/+5
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-0/+28
* - _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
* new changelogMike Bayer2014-01-111-21/+30
* - happy new yearMike Bayer2014-01-051-1/+1
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-071-0/+12