| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' into oracle-servicename-optionpr/152 | Sławek Ehlert | 2015-01-27 | 82 | -3210/+4088 |
| |\ |
|
| | * | - additional test adjustments for pypy / psycopg2cffi. This | Mike Bayer | 2015-01-26 | 2 | -3/+10 |
| | * | Added psycopg2cffi dialect | Shaun Stanworth | 2015-01-26 | 3 | -4/+61 |
| | * | Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemy | Mike Bayer | 2015-01-26 | 1 | -0/+9 |
| | |\ |
|
| | | * | warn on duplicate polymorphic_identity | Sebastian Bank | 2014-12-04 | 1 | -0/+9 |
| | * | | Merge remote-tracking branch 'origin/pr/150' | Mike Bayer | 2015-01-26 | 1 | -1/+2 |
| | |\ \ |
|
| | | * | | Report the type of unexpected expression objectspr/150 | Ryan P. Kelly | 2014-11-20 | 1 | -1/+2 |
| | * | | | - remove the clever approach w/ dialect events, and remove the need | Mike Bayer | 2015-01-25 | 1 | -17/+20 |
| | * | | | - remove context-specific post-crud logic from Connection and inline post-crud | Mike Bayer | 2015-01-25 | 3 | -77/+88 |
| | * | | | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 6 | -17/+190 |
| | * | | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition... | Mike Bayer | 2015-01-19 | 2 | -17/+38 |
| | * | | | - reverse the last commit temporarily as it breaks all the polymorphic cases | Mike Bayer | 2015-01-19 | 2 | -42/+24 |
| | * | | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to the | Mike Bayer | 2015-01-19 | 2 | -24/+42 |
| | * | | | - further fixes and even better tests for this block | Mike Bayer | 2015-01-19 | 1 | -3/+8 |
| | * | | | - another adjustment | Mike Bayer | 2015-01-19 | 1 | -2/+3 |
| | * | | | - fix another issue from rf49c367ef, add another test | Mike Bayer | 2015-01-18 | 1 | -1/+1 |
| | * | | | - rework assertsql system, fixes #3293 | Mike Bayer | 2015-01-18 | 3 | -294/+242 |
| | * | | | - fix a regression from ref #3178, where dialects that don't actually support | Mike Bayer | 2015-01-17 | 1 | -4/+12 |
| | * | | | - add an exclusion here that helps with the case of 3rd party | Mike Bayer | 2015-01-17 | 1 | -1/+2 |
| | * | | | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 11 | -240/+294 |
| | * | | | - Fixed bug where Postgresql dialect would fail to render an | Mike Bayer | 2015-01-16 | 1 | -2/+7 |
| | * | | | - The "wildcard" loader options, in particular the one set up by | Mike Bayer | 2015-01-13 | 4 | -4/+35 |
| | * | | | - refine the previous commit a bit | Mike Bayer | 2015-01-13 | 1 | -20/+27 |
| | * | | | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 4 | -36/+65 |
| | * | | | Add native_enum flag to Enum's repr() result | Dimitris Theodorou | 2015-01-12 | 1 | -0/+1 |
| | * | | | - doc fixes | Mike Bayer | 2015-01-06 | 2 | -12/+14 |
| | * | | | - Fixed bug where if an exception were thrown at the start of a | Mike Bayer | 2015-01-05 | 1 | -31/+35 |
| | * | | | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 15 | -52/+175 |
| | * | | | - more callcounts | Mike Bayer | 2015-01-05 | 1 | -2/+4 |
| | * | | | - callcounts | Mike Bayer | 2015-01-04 | 1 | -2/+0 |
| | * | | | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ scheme | Mike Bayer | 2015-01-04 | 1 | -12/+29 |
| | * | | | - clean up default comparator which doesn't need to be a class, | Mike Bayer | 2015-01-04 | 4 | -267/+272 |
| | * | | | - strategies + declarative | Mike Bayer | 2015-01-04 | 4 | -0/+36 |
| | * | | | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 7 | -127/+160 |
| | * | | | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 11 | -96/+132 |
| | * | | | - use a different bitwise approach here that doesn't require iterating | Mike Bayer | 2015-01-03 | 3 | -6/+16 |
| | * | | | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 2 | -51/+116 |
| | * | | | - tighten the inspection in _ColumnEntity to reduce unnecessary | Mike Bayer | 2015-01-03 | 1 | -14/+14 |
| | * | | | - test failures: | Mike Bayer | 2015-01-02 | 2 | -2/+1 |
| | * | | | - repair drop_all_tables | Mike Bayer | 2015-01-02 | 1 | -1/+1 |
| | * | | | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 10 | -75/+441 |
| | * | | | - Added a new accessor :attr:`.Table.foreign_key_constraints` | Mike Bayer | 2015-01-01 | 1 | -0/+27 |
| | * | | | - remove the "edges" from the message here. It's illegible | Mike Bayer | 2015-01-01 | 1 | -1/+1 |
| | * | | | - fix links for loading, add a redirect page | Mike Bayer | 2014-12-27 | 2 | -3/+3 |
| | * | | | corrections | Mike Bayer | 2014-12-27 | 7 | -5/+7 |
| | * | | | - corrections | Mike Bayer | 2014-12-27 | 7 | -13/+22 |
| | * | | | - typo fixes #3269 | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
| | * | | | - ouch, this needs to be in dbapi, not module level! | Mike Bayer | 2014-12-19 | 1 | -7/+8 |
| | * | | | - make the google deprecation messages more specific, use full URL | Mike Bayer | 2014-12-19 | 2 | -4/+15 |
| | * | | | Merge branch 'update-gaerdbms-docs' of https://bitbucket.org/rob_b/sqlalchemy... | Mike Bayer | 2014-12-19 | 1 | -0/+12 |
| | |\ \ \ |
|