summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/default.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - [feature] Added "no_parameters=True" executionMike Bayer2012-02-131-0/+7
* - [bug] A significant change to how labelingMike Bayer2012-02-051-0/+5
* - [feature] New reflection feature "autoload_replace";Mike Bayer2012-01-281-2/+2
* happy new yearMike Bayer2012-01-041-1/+1
* - Added an exception catch + warning for theMike Bayer2011-10-151-13/+18
* - assume in py3k that description encoding is None unless the dialect reallyMike Bayer2011-04-081-7/+7
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-1/+1
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-261-0/+1