| Commit message (Expand) | Author | Age | Files | Lines |
| * | - sort of working, not saving on much, eager loading of courserow_proc_integration_2 | Mike Bayer | 2015-02-28 | 4 | -121/+105 |
| * | - this adds polymorphic | Mike Bayer | 2015-02-28 | 3 | -24/+26 |
| * | - OK this version not working for polymorphic or bundles yet, | Mike Bayer | 2015-02-28 | 3 | -44/+96 |
| * | - wrong! I didn't have the cprocs on the master test. we are barely | Mike Bayer | 2015-02-28 | 1 | -0/+5 |
| * | - BANG! saves 100K calls on orm2010!! woop | Mike Bayer | 2015-02-28 | 4 | -38/+19 |
| * | - moving things around still | Mike Bayer | 2015-02-28 | 4 | -54/+52 |
| * | - another approach. put row_processor back, don't do the thing | Mike Bayer | 2015-02-28 | 6 | -208/+145 |
| * | - polymorphic loading, working very rudimentallyrow_proc_integration | Mike Bayer | 2015-02-26 | 4 | -73/+143 |
| * | - the start of the polymorphic loading approach. | Mike Bayer | 2015-02-26 | 1 | -31/+90 |
| * | - turn PK getting into idxloader. | Mike Bayer | 2015-02-25 | 4 | -21/+29 |
| * | - basic idea for deferred. behavioral change: if a string SQL | Mike Bayer | 2015-02-25 | 1 | -31/+11 |
| * | - textual approach | Mike Bayer | 2015-02-25 | 3 | -10/+32 |
| * | - implement column entities, bundles | Mike Bayer | 2015-02-25 | 1 | -57/+30 |
| * | - the "hello world" of the new approach. this is strictly | Mike Bayer | 2015-02-25 | 4 | -95/+101 |
| * | - Fixed bugs in ORM object comparisons where comparison of | Mike Bayer | 2015-02-20 | 1 | -3/+4 |
| * | - remove the need for a recursive call here | Mike Bayer | 2015-02-20 | 1 | -5/+12 |
| * | - Fixed bug where internal assertion would fail in the case where | Mike Bayer | 2015-02-20 | 1 | -2/+5 |
| * | - expect_warnings was not expecting and neither was assert_warnings | Mike Bayer | 2015-02-19 | 2 | -29/+51 |
| * | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 7 | -77/+149 |
| * | - The MySQL dialect now supports CAST on types that are constructed | Mike Bayer | 2015-02-09 | 1 | -3/+6 |
| * | - add a fix to MySQL re: #3074 tests, make sure we check table is present | Mike Bayer | 2015-02-09 | 1 | -1/+2 |
| * | - A warning is emitted when :func:`.cast` is used with the MySQL | Mike Bayer | 2015-02-09 | 1 | -0/+7 |
| * | - Literal values within a :class:`.DefaultClause`, which is invoked | Mike Bayer | 2015-02-09 | 1 | -1/+2 |
| * | - 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 |