summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/default.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-1/+3
* - The method signature of :meth:`.Dialect.reflecttable`, which inMike Bayer2013-10-111-2/+1
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-0/+2
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-0/+7
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-1/+2
* a missing cursor.close() here caused a *huge* amount of weird locking issues...Mike Bayer2013-08-021-7/+10
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-0/+24
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-021-0/+19
* Merge branch 'ticket_2587'Mike Bayer2013-06-041-0/+5
|\
| * - add a flag to DefaultDialect for this so that people will have someMike Bayer2013-06-041-0/+3
| * working through tests....Mike Bayer2013-06-021-0/+2
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-031-30/+25
|\ \ | |/
| * a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
| * - OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, mysqld...Mike Bayer2013-05-041-1/+1
| * plugging awayMike Bayer2013-04-271-30/+23
| * - the raw 2to3 runMike Bayer2013-04-271-29/+31
* | attempt number one, doesn't detect though if the label in the order by is not...Mike Bayer2013-05-271-0/+2
|/
* Reworked internal exception raises that emitMike Bayer2013-04-181-2/+0
* - add an event to testing so that other dialects can intercept "test_needs_au...Mike Bayer2013-03-241-0/+4
* Fixed bug whereby a DBAPI that can return "0"Mike Bayer2013-03-231-1/+1
* The cx_oracle dialect will no longer run the bind parameter namesMike Bayer2013-02-081-1/+3
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-1/+1
* compiler: add support for multirow insertsIdan Kamara2012-12-061-0/+1
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-221-16/+7
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-2/+1
* improve some autodoc linksMike Bayer2012-10-311-2/+2
* The long-deprecated and non-functional ``assert_unicode`` flag onMike Bayer2012-10-251-11/+1
* - [feature] Various API tweaks to the "dialect"Mike Bayer2012-10-081-0/+10
* - add back __engine_options__Mike Bayer2012-10-041-3/+3
* - don't call get_lastrowid() on explicit returningMike Bayer2012-10-041-0/+1
* small tweaks to make insert() behavior more consistent, mostly tests, [ticket...Mike Bayer2012-08-231-1/+1
* - [feature] The before_cursor_execute eventMike Bayer2012-08-231-1/+1
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-4/+4
* more import cleanupsMike Bayer2012-08-071-4/+5
* - [feature] Connection event listeners canMike Bayer2012-07-181-18/+35
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-21/+21
* - [bug] The ResultProxy methods inserted_primary_key,Mike Bayer2012-06-161-0/+2
* - [feature] Added SQLite execution optionMike Bayer2012-05-041-4/+4
* - [feature] The behavior of column targetingMike Bayer2012-04-241-0/+3
* typos in lib/sqlalchemy/engineDiana Clarke2012-03-171-2/+2