summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-113-23/+13
* Add new sane_rowcount_w_returning flagMike Bayer2017-08-311-0/+4
* Don't do recovery operations under Empty/AttributeErrorMike Bayer2017-08-251-4/+15
* - modernize the mysql connection timeout docsMike Bayer2017-08-221-0/+4
* Ensure Oracle index w/ col DESC etc. is reflectedMike Bayer2017-08-141-0/+1
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-051-1/+1
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-071-3/+110
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-033-12/+19
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-301-1/+5
* Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-271-1/+2
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-203-1/+32
* New features from python 2.7Катаев Денис2017-03-172-4/+4
* Implement comments for tables, columnsFrazer McLean2017-03-173-1/+55
* Consult compiled paramstyle on execute_compiledMike Bayer2017-03-151-1/+1
* Add "empty in" strategies; default to "static"Mike Bayer2017-03-142-0/+30
* Accept FetchedValue, text() for column "default" valueMike Bayer2017-02-011-17/+17
* Better hide engine passwordValery Yundin2017-01-161-1/+1
* Support python3.6Mike Bayer2017-01-133-11/+11
* update for 2017 copyrightMike Bayer2017-01-0410-10/+10
* Add _extend_on deduplicating set for metadata.reflect()Mike Bayer2016-11-232-5/+16
* Merge "Remove non-working Connection.default_schema_name() method"mike bayer2016-11-101-3/+0
|\
| * Remove non-working Connection.default_schema_name() methodBenjamin Dopplinger2016-11-101-3/+0
* | Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-102-3/+45
|/
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-085-7/+7
* Spelling fixesVille Skyttä2016-10-083-5/+5
* 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-213-30/+39
* Additions to support HAAlchemy pluginMike Bayer2016-09-163-2/+18
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-312-5/+4
* 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