| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixes grammar in docstring. | Taavi Burns | 2012-12-31 | 1 | -1/+1 |
| * | Extended the :doc:`/core/inspection` system so that all Python descriptors | Mike Bayer | 2012-12-29 | 6 | -9/+191 |
| * | Fixes issue where GAE error handling can cause AttributeError: 'NoneType' obj... | Owen Nelson | 2012-12-28 | 1 | -1/+3 |
| * | GAE dialect now supports the use of credentials | Owen Nelson | 2012-12-28 | 1 | -1/+3 |
| * | - add tests to ensure SELECT of dynamic collection not emitted | Mike Bayer | 2012-12-22 | 2 | -1/+3 |
| * | - revert the full iteration of the collection for a passive history event; th... | Mike Bayer | 2012-12-22 | 1 | -5/+11 |
| * | - significantly rework the approach to collection events and history within D... | Mike Bayer | 2012-12-21 | 2 | -63/+86 |
| * | - cleanup on these tests | Mike Bayer | 2012-12-21 | 1 | -0/+6 |
| * | this comment is entirely from some ancient version of the code | Mike Bayer | 2012-12-14 | 1 | -2/+0 |
| * | More adjustment to this SQLite related issue which was released in | Mike Bayer | 2012-12-14 | 1 | -28/+39 |
| * | The :meth:`.Query.select_from` method can now be used with a | Mike Bayer | 2012-12-13 | 1 | -18/+18 |
| * | Fixed a regression caused by :ticket:`2410` whereby a | Mike Bayer | 2012-12-11 | 2 | -13/+28 |
| * | Fixed table reflection for Oracle when accessing a synonym that refers | Mike Bayer | 2012-12-09 | 2 | -60/+101 |
| * | - documentation and changelog for [ticket:2601] | Mike Bayer | 2012-12-09 | 1 | -9/+57 |
| * | Fixed bug where using server_onupdate=<FetchedValue|DefaultClause> | Mike Bayer | 2012-12-08 | 1 | -2/+15 |
| * | Fixed bug whereby using a label_length on dialect that was smaller | Mike Bayer | 2012-12-08 | 2 | -8/+15 |
| * | - version check for sqlite on multivalues is 3.7.11 | Mike Bayer | 2012-12-08 | 1 | -0/+3 |
| * | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 6 | -7/+7 |
| * | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 3 | -125/+249 |
| * | merge latest default | Mike Bayer | 2012-12-08 | 18 | -224/+408 |
| |\ |
|
| | * | fixing sessionmaker link | Diana Clarke | 2012-12-07 | 1 | -1/+1 |
| | * | The Oracle LONG type, while an unbounded text type, does not appear | Mike Bayer | 2012-12-06 | 1 | -0/+11 |
| | * | merge dance | Mike Bayer | 2012-12-06 | 6 | -39/+39 |
| | |\ |
|
| | | * | fixing broken links (see #2625) | Diana Clarke | 2012-12-06 | 3 | -17/+18 |
| | | * | fixing broken links (see #2625) | Diana Clarke | 2012-12-05 | 4 | -23/+22 |
| | * | | Repaired the usage of ``.prepare()`` in conjunction with | Mike Bayer | 2012-12-06 | 1 | -9/+50 |
| | |/ |
|
| | * | merge decimal thing | Mike Bayer | 2012-12-03 | 1 | -1/+9 |
| | |\ |
|
| | | * | visit_DECIMAL should include precision and scale (when provided) just like vi... | Diana Clarke | 2012-12-03 | 1 | -1/+9 |
| | * | | The :class:`.MutableComposite` type did not allow for the | Mike Bayer | 2012-12-03 | 2 | -35/+59 |
| | |/ |
|
| | * | - BinaryExpression now keeps track of "left" and "right" as passed in, | Mike Bayer | 2012-12-02 | 1 | -3/+4 |
| | * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 7 | -136/+235 |
| * | | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 5 | -4/+25 |
| * | | compiler: adjust _get_colparams to return the columns and parameters in separ... | Idan Kamara | 2012-12-05 | 1 | -50/+49 |
| * | | updatebase: add support for multi parameters | Idan Kamara | 2012-12-06 | 1 | -9/+22 |
| |/ |
|
| * | Added missing import for "fdb" to the experimental | Mike Bayer | 2012-11-29 | 1 | -1/+1 |
| * | more warnings | Mike Bayer | 2012-11-28 | 1 | -12/+19 |
| * | Allow use of synonyms in primaryjoin / secondaryjoin conditions | Richard Mitchell | 2012-11-27 | 1 | -2/+5 |
| * | Added a new exception to detect the case where two | Mike Bayer | 2012-11-24 | 2 | -2/+23 |
| * | merge Audrius HSTORE commits from bitbucket | Mike Bayer | 2012-11-24 | 2 | -12/+43 |
| |\ |
|
| | * | HSTORE.comparator_factory should subclass Concatenable.Comparator | Audrius Kažukauskas | 2012-11-21 | 1 | -9/+4 |
| | * | Add special containment operation methods for PG array type | Audrius Kažukauskas | 2012-11-20 | 1 | -3/+39 |
| * | | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 9 | -102/+224 |
| * | | I think this is a bit clearer: "within the same query", makes it sound like o... | Diana Clarke | 2012-11-21 | 1 | -4/+3 |
| |/ |
|
| * | - an enormous merge just because I committed a one line log entry. the joy o... | Mike Bayer | 2012-11-20 | 134 | -1919/+3015 |
| |\ |
|
| | * | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 19 | -168/+175 |
| | * | just a pep8 pass | Diana Clarke | 2012-11-20 | 14 | -86/+68 |
| | * | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 24 | -4/+141 |
| | * | just a pep8 pass of lib/sqlalchemy/dialects/postgresql | Diana Clarke | 2012-11-19 | 6 | -87/+126 |
| | * | just a pep8 pass of lib/sqlalchemy/dialects/sqlite | Diana Clarke | 2012-11-19 | 3 | -128/+161 |
| | * | just a pep8 pass of lib/sqlalchemy/dialects/sybase | Diana Clarke | 2012-11-19 | 5 | -66/+85 |