| 2012-12-31 |
Taavi Burns | Removes garbage from the end of an example SQL query... |
commit | commitdiff | tree | snapshot |
| 2012-12-31 |
Taavi Burns | Adjusts example code so it can be successfully pasted... |
commit | commitdiff | tree | snapshot |
| 2012-12-31 |
Taavi Burns | Fixes grammar in docstring. |
commit | commitdiff | tree | snapshot |
| 2012-12-30 |
Mike Bayer | Extended the :doc:`/core/inspection` system so that... |
commit | commitdiff | tree | snapshot |
| 2012-12-29 |
Mike Bayer | changelog for pullreq 33 |
commit | commitdiff | tree | snapshot |
| 2012-12-29 |
Owen Nelson | Fixes issue where GAE error handling can cause Attribut... |
commit | commitdiff | tree | snapshot |
| 2012-12-29 |
Owen Nelson | GAE dialect now supports the use of credentials |
commit | commitdiff | tree | snapshot |
| 2012-12-23 |
Diana Clarke | fixing typos in the types docs (see #2639) |
commit | commitdiff | tree | snapshot |
| 2012-12-23 |
Diana Clarke | typo in joined table inheritance docs see #2641 |
commit | commitdiff | tree | snapshot |
| 2012-12-22 |
Mike Bayer | - add tests to ensure SELECT of dynamic collection... |
commit | commitdiff | tree | snapshot |
| 2012-12-22 |
Mike Bayer | - revert the full iteration of the collection for a... |
commit | commitdiff | tree | snapshot |
| 2012-12-21 |
Mike Bayer | - significantly rework the approach to collection event... |
commit | commitdiff | tree | snapshot |
| 2012-12-21 |
Mike Bayer | - cleanup on these tests |
commit | commitdiff | tree | snapshot |
| 2012-12-16 |
Diana Clarke | docs - missing 'attr' in AssociationProxy join see... |
commit | commitdiff | tree | snapshot |
| 2012-12-14 |
Mike Bayer | Added tag rel_0_8_8b2 for changeset 332560b1fd0917a0e7d... |
commit | commitdiff | tree | snapshot |
| 2012-12-14 |
Mike Bayer | 0.8.0b2 rel_0_8_0b2 |
commit | commitdiff | tree | snapshot |
| 2012-12-14 |
Mike Bayer | this comment is entirely from some ancient version... |
commit | commitdiff | tree | snapshot |
| 2012-12-14 |
Mike Bayer | More adjustment to this SQLite related issue which... |
commit | commitdiff | tree | snapshot |
| 2012-12-13 |
Mike Bayer | The :meth:`.Query.select_from` method can now be used... |
commit | commitdiff | tree | snapshot |
| 2012-12-11 |
Mike Bayer | Fixed a regression caused by :ticket:`2410` whereby a |
commit | commitdiff | tree | snapshot |
| 2012-12-11 |
Mike Bayer | add future |
commit | commitdiff | tree | snapshot |
| 2012-12-09 |
Mike Bayer | Fixed table reflection for Oracle when accessing a... |
commit | commitdiff | tree | snapshot |
| 2012-12-09 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2012-12-09 |
Mike Bayer | - documentation and changelog for [ticket:2601] |
commit | commitdiff | tree | snapshot |
| 2012-12-09 |
Mike Bayer | add a doc for the [ticket:2631] quirk |
commit | commitdiff | tree | snapshot |
| 2012-12-09 |
Mike Bayer | Fixed bug where using server_onupdate=<FetchedValue... |
commit | commitdiff | tree | snapshot |
| 2012-12-09 |
Mike Bayer | Fixed bug whereby using a label_length on dialect that... |
commit | commitdiff | tree | snapshot |
| 2012-12-09 |
Mike Bayer | - refactor test_labels into all compiler/defaultdialect... |
commit | commitdiff | tree | snapshot |
| 2012-12-08 |
Mike Bayer | attempt to hide these from 2to3 |
commit | commitdiff | tree | snapshot |
| 2012-12-08 |
Mike Bayer | - version check for sqlite on multivalues is 3.7.11 |
commit | commitdiff | tree | snapshot |
| 2012-12-08 |
Mike Bayer | internally at least refer to multirow as "multivalues... |
commit | commitdiff | tree | snapshot |
| 2012-12-08 |
Mike Bayer | - multivalued inserts, [ticket:2623] |
commit | commitdiff | tree | snapshot |
| 2012-12-08 |
Mike Bayer | merge latest default |
commit | commitdiff | tree | snapshot |
| 2012-12-08 |
Diana Clarke | fixing InstrumentationManager links |
commit | commitdiff | tree | snapshot |
| 2012-12-08 |
Diana Clarke | fixing sessionmaker link |
commit | commitdiff | tree | snapshot |
| 2012-12-07 |
Mike Bayer | The Oracle LONG type, while an unbounded text type... |
commit | commitdiff | tree | snapshot |
| 2012-12-07 |
Mike Bayer | merge dance |
commit | commitdiff | tree | snapshot |
| 2012-12-07 |
Mike Bayer | Repaired the usage of ``.prepare()`` in conjunction... |
commit | commitdiff | tree | snapshot |
| 2012-12-06 |
Diana Clarke | fixing broken links (see #2625) |
commit | commitdiff | tree | snapshot |
| 2012-12-06 |
Diana Clarke | fixing broken links (see #2625) |
commit | commitdiff | tree | snapshot |
| 2012-12-05 |
Idan Kamara | compiler: add support for multirow inserts |
commit | commitdiff | tree | snapshot |
| 2012-12-05 |
Idan Kamara | compiler: adjust _get_colparams to return the columns... |
commit | commitdiff | tree | snapshot |
| 2012-12-05 |
Idan Kamara | updatebase: add support for multi parameters |
commit | commitdiff | tree | snapshot |
| 2012-12-04 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2012-12-04 |
Mike Bayer | merge decimal thing |
commit | commitdiff | tree | snapshot |
| 2012-12-04 |
Mike Bayer | The :class:`.MutableComposite` type did not allow for the |
commit | commitdiff | tree | snapshot |
| 2012-12-04 |
Mike Bayer | whitespace |
commit | commitdiff | tree | snapshot |
| 2012-12-04 |
Mike Bayer | cleanup |
commit | commitdiff | tree | snapshot |
| 2012-12-03 |
Diana Clarke | visit_DECIMAL should include precision and scale (when... |
commit | commitdiff | tree | snapshot |
| 2012-12-02 |
Mike Bayer | - BinaryExpression now keeps track of "left" and "right... |
commit | commitdiff | tree | snapshot |
| 2012-12-02 |
Mike Bayer | - refactor of pathing mechanics, to address #2614,... |
commit | commitdiff | tree | snapshot |
| 2012-11-29 |
Mike Bayer | Added missing import for "fdb" to the experimental |
commit | commitdiff | tree | snapshot |
| 2012-11-28 |
Mike Bayer | more warnings |
commit | commitdiff | tree | snapshot |
| 2012-11-27 |
Richard Mitchell | Allow use of synonyms in primaryjoin / secondaryjoin... |
commit | commitdiff | tree | snapshot |
| 2012-11-24 |
Mike Bayer | Added a new exception to detect the case where two |
commit | commitdiff | tree | snapshot |
| 2012-11-24 |
Mike Bayer | merge Audrius HSTORE commits from bitbucket |
commit | commitdiff | tree | snapshot |
| 2012-11-24 |
Mike Bayer | - adjust this test for the ugly reality of the "name... |
commit | commitdiff | tree | snapshot |
| 2012-11-23 |
Diana Clarke | just a pep8 pass before I play with these tests |
commit | commitdiff | tree | snapshot |
| 2012-11-23 |
Mike Bayer | - recognize that do_rollback() and do_commit() work... |
commit | commitdiff | tree | snapshot |
| 2012-11-22 |
Diana Clarke | second pass: increasing coverage, and commenting the... |
commit | commitdiff | tree | snapshot |
| 2012-11-22 |
Diana Clarke | first pass cleaning up test_labels #2610 |
commit | commitdiff | tree | snapshot |
| 2012-11-22 |
Diana Clarke | this test class had 2 'test_labels' methods, just chang... |
commit | commitdiff | tree | snapshot |
| 2012-11-22 |
Diana Clarke | I think this is a bit clearer: "within the same query... |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Audrius Kažukauskas | HSTORE.comparator_factory should subclass Concatenable... |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Audrius Kažukauskas | Add special containment operation methods for PG array... |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Mike Bayer | - an enormous merge just because I committed a one... |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Mike Bayer | should be logging this |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | kill me now, pep8 pass, so close |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | juts a 'expected 2 blank lines' pep8 pass |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/dialects/postgresql |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/dialects/sqlite |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/dialects/sybase |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/testing/ |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/testing/ |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/ |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/orm/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/orm/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/orm/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/orm/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/ext |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/ext/declarative |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/engine/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/connectors |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/sql/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/util/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | should be 'where' not 'filter' #2546 |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of this file |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | iterate through column_attrs here |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | oops, this needs to be MutableDict |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | another hide from 2to3 test |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | comment out PDF for now, it sucks |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | Fixed a gotcha where inadvertently calling list... |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | need to disable hstore for the "player" here. should... |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | mutable dict |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | - hstore documentation, migration |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | - add HSTORE |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | migration doc |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | - hstore adjustments |
commit | commitdiff | tree | snapshot |
| next |