summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/default.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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