| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | - remove meaningless assignment | Mike Bayer | 2015-02-08 | 1 | -1/+0 |
| * | | | - test + changelog | Mike Bayer | 2015-02-08 | 1 | -2/+2 |
| * | | | Merge remote-tracking branch 'origin/pr/147' into pr147 | Mike Bayer | 2015-02-08 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | It's the 'kwargs' which are iterable, not 'keys'pr/147 | Malthe Borch | 2014-10-30 | 1 | -2/+1 |
| * | | | | - add versionadded for service_name | Mike Bayer | 2015-02-08 | 1 | -0/+2 |
| * | | | | - cx_Oracle.makedsn can now be passed service_name; squash | Sławek Ehlert | 2014-04-02 | 1 | -2/+20 |
| * | | | | - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL in | Mike Bayer | 2015-02-05 | 1 | -48/+40 |
| * | | | | - Fixed bug in :class:`.Connection` and pool where the | Mike Bayer | 2015-02-04 | 2 | -0/+8 |
| * | | | | - A warning is emitted if the ``isolation_level`` parameter is used | Mike Bayer | 2015-02-04 | 4 | -8/+55 |
| * | | | | - Fixed bug in lazy loading SQL construction whereby a complex | Mike Bayer | 2015-02-02 | 1 | -14/+18 |
| * | | | | - don't overwrite an existing _strategy_keys collection; | Mike Bayer | 2015-02-02 | 1 | -1/+2 |
| * | | | | - Repaired support for Postgresql UUID types in conjunction with | Mike Bayer | 2015-02-01 | 1 | -3/+35 |
| * | | | | - Added support for the :class:`postgresql.JSONB` datatype when | Mike Bayer | 2015-01-31 | 1 | -10/+16 |
| * | | | | Merge remote-tracking branch 'origin/pr/145' into pr145 | Mike Bayer | 2015-01-31 | 1 | -2/+14 |
| |\ \ \ \ |
|
| | * | | | | Psycopg2 JSONB support.pr/145 | Mateusz Susik | 2014-10-24 | 1 | -2/+14 |
| * | | | | | - The :class:`.CheckConstraint` construct now supports naming | Mike Bayer | 2015-01-30 | 2 | -28/+43 |
| * | | | | | - Fixed bug in 0.9's foreign key setup system, such that | Mike Bayer | 2015-01-28 | 1 | -9/+17 |
| * | | | | | - 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 |