| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed bug where known boolean values used by | Mike Bayer | 2015-05-26 | 1 | -6/+5 |
* | - Added support for the case of the misbehaving DBAPI that has | Mike Bayer | 2015-05-15 | 1 | -0/+9 |
* | - Fixed a regression where the "last inserted id" mechanics would | Mike Bayer | 2015-04-08 | 1 | -12/+20 |
* | - The "auto close" for :class:`.ResultProxy` is now a "soft" close. | Mike Bayer | 2015-03-17 | 1 | -4/+4 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | foo | Mike Bayer | 2015-03-08 | 1 | -12/+3 |
* | - the change for #918 was of course not nearly that simple. | Mike Bayer | 2015-03-07 | 1 | -1/+1 |
* | - The SQL compiler now generates the mapping of expected columnspositional_targeting | Mike Bayer | 2015-03-07 | 1 | -2/+9 |
* | - A warning is emitted if the ``isolation_level`` parameter is used | Mike Bayer | 2015-02-04 | 1 | -0/+6 |
* | - remove context-specific post-crud logic from Connection and inline post-crud | Mike Bayer | 2015-01-25 | 1 | -51/+76 |
* | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 1 | -4/+5 |
* | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 1 | -96/+115 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -58/+58 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | revert inadvertent pdb | Mike Bayer | 2014-03-28 | 1 | -2/+0 |
* | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -0/+2 |
* | docs | Mike Bayer | 2014-02-25 | 1 | -10/+20 |
* | - Fixed the multiple-table "UPDATE..FROM" construct, only usable on | Mike Bayer | 2014-01-20 | 1 | -3/+5 |
* | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -0/+28 |
* | - _cursor_execute() will close the cursor on error; oracle doesn't allow doub... | Mike Bayer | 2014-01-13 | 1 | -12/+12 |
* | - The MySQL CAST compilation now takes into account aspects of a string | Mike Bayer | 2014-01-13 | 1 | -21/+30 |
* | revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except... | Mike Bayer | 2014-01-13 | 1 | -30/+21 |
* | new changelog | Mike Bayer | 2014-01-11 | 1 | -21/+30 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - The :func:`.engine_from_config` function has been improved so that | Mike Bayer | 2013-12-07 | 1 | -0/+12 |
* | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -1/+3 |
* | - The method signature of :meth:`.Dialect.reflecttable`, which in | Mike Bayer | 2013-10-11 | 1 | -2/+1 |
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -0/+2 |
* | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 1 | -0/+7 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -1/+2 |
* | a missing cursor.close() here caused a *huge* amount of weird locking issues... | Mike Bayer | 2013-08-02 | 1 | -7/+10 |
* | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 1 | -0/+24 |
* | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -0/+19 |
* | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-04 | 1 | -0/+5 |
|\ |
|
| * | - add a flag to DefaultDialect for this so that people will have some | Mike Bayer | 2013-06-04 | 1 | -0/+3 |
| * | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -0/+2 |
* | | Merge branch 'master' into ticket_1068 | Mike Bayer | 2013-06-03 | 1 | -30/+25 |
|\ \
| |/ |
|
| * | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| * | - OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, mysqld... | Mike Bayer | 2013-05-04 | 1 | -1/+1 |
| * | plugging away | Mike Bayer | 2013-04-27 | 1 | -30/+23 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -29/+31 |
* | | attempt number one, doesn't detect though if the label in the order by is not... | Mike Bayer | 2013-05-27 | 1 | -0/+2 |
|/ |
|
* | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 1 | -2/+0 |
* | - add an event to testing so that other dialects can intercept "test_needs_au... | Mike Bayer | 2013-03-24 | 1 | -0/+4 |
* | Fixed bug whereby a DBAPI that can return "0" | Mike Bayer | 2013-03-23 | 1 | -1/+1 |
* | The cx_oracle dialect will no longer run the bind parameter names | Mike Bayer | 2013-02-08 | 1 | -1/+3 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -1/+1 |
* | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -0/+1 |
* | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 1 | -16/+7 |