2010-10-23 |
Mike Bayer | - Oracle - the implicit_retunring argument to create_en... |
commit | commitdiff | tree |
2010-10-23 |
Mike Bayer | fix typo |
commit | commitdiff | tree |
2010-10-23 |
Mike Bayer | - New Query methods: query.label(name), query.as_scalar(), |
commit | commitdiff | tree |
2010-10-21 |
Mike Bayer | - A mixin can now specify a column that overrides |
commit | commitdiff | tree |
2010-10-21 |
Mike Bayer | - Fixed bug in TypeDecorator whereby the dialect-specific |
commit | commitdiff | tree |
2010-10-20 |
Mike Bayer | - document is_modified() caveats including that the... |
commit | commitdiff | tree |
2010-10-20 |
Mike Bayer | - Fixed mysql bug involving reflection of CURRENT_TIMESTAMP |
commit | commitdiff | tree |
2010-10-20 |
Mike Bayer | - Fixed bug which prevented "domain" built from a |
commit | commitdiff | tree |
2010-10-20 |
Mike Bayer | merge tip |
commit | commitdiff | tree |
2010-10-20 |
Mike Bayer | - Added "as_tuple" flag to pg ARRAY type, returns results |
commit | commitdiff | tree |
2010-10-20 |
Mike Bayer | - Fixed bug where aliasing of tables with "schema"... |
commit | commitdiff | tree |
2010-10-19 |
Jason Kirtland | Update for new nose plugin location. |
commit | commitdiff | tree |
2010-10-17 |
Mike Bayer | - the NoseSQLAlchemyPlugin has been moved to a |
commit | commitdiff | tree |
2010-10-17 |
Mike Bayer | - forgot to add the immediate loader tests |
commit | commitdiff | tree |
2010-10-17 |
Mike Bayer | edit |
commit | commitdiff | tree |
2010-10-17 |
Mike Bayer | note expire_on_commit in the docstring for commit(... |
commit | commitdiff | tree |
2010-10-16 |
Mike Bayer | - Fixed MSSQL reflection bug which did not properly... |
commit | commitdiff | tree |
2010-10-15 |
Mike Bayer | - Added a new "lazyload" option "immediateload". |
commit | commitdiff | tree |
2010-10-15 |
Mike Bayer | - engine_from_config() now accepts 'debug' for |
commit | commitdiff | tree |
2010-10-14 |
Mike Bayer | - Fixed labeling bug in Query whereby the NamedTuple |
commit | commitdiff | tree |
2010-10-06 |
Chris Withers | warn when two classes with the same name end up in... |
commit | commitdiff | tree |
2010-10-04 |
Chris Withers | document creating indexes for columns in mixins |
commit | commitdiff | tree |
2010-10-03 |
Mike Bayer | - default compilation of a type will check if the type... |
commit | commitdiff | tree |
2010-10-02 |
Mike Bayer | - added "views=True" option to metadata.reflect(), |
commit | commitdiff | tree |
2010-10-02 |
Mike Bayer | - this test began working for oracle as of r14af1f73fbb... |
commit | commitdiff | tree |
2010-10-02 |
Mike Bayer | - *Major* cleanup / modernization of the Informix |
commit | commitdiff | tree |
2010-10-02 |
Mike Bayer | - Fixed bug in query.update() where 'evaluate' or ... |
commit | commitdiff | tree |
2010-10-02 |
Mike Bayer | correct that only MySQL doesn't support CHECK constrain... |
commit | commitdiff | tree |
2010-10-02 |
Mike Bayer | - Make it clear that the second mapping of User is... |
commit | commitdiff | tree |
2010-10-02 |
Mike Bayer | - add additional logic that duplicates mapper's prop... |
commit | commitdiff | tree |
2010-10-01 |
Mike Bayer | - reworked the internals of mapper.cascade_iterator... |
commit | commitdiff | tree |
2010-09-29 |
Mike Bayer | py2.4 didn't seem to like super() on an exception |
commit | commitdiff | tree |
2010-09-29 |
Mike Bayer | don't need itertools here |
commit | commitdiff | tree |
2010-09-29 |
Mike Bayer | - CircularDependencyError now has .cycles and .edges |
commit | commitdiff | tree |
2010-09-29 |
Mike Bayer | - add Sphinx 1.0 makefile and config options, [ticket... |
commit | commitdiff | tree |
2010-09-28 |
Mike Bayer | - Fixed bug whereby columns on a mixin wouldn't propagate |
commit | commitdiff | tree |
2010-09-27 |
Mike Bayer | @mapperproperty -> @declared_attr |
commit | commitdiff | tree |
2010-09-26 |
Mike Bayer | for internal link to top render # |
commit | commitdiff | tree |
2010-09-25 |
Mike Bayer | - @classproperty 's official name/location for usage |
commit | commitdiff | tree |
2010-09-25 |
Mike Bayer | - Fixed recursion overflow which could occur when operating |
commit | commitdiff | tree |
2010-09-25 |
Mike Bayer | - fix a typo that was apparently not really impacting... |
commit | commitdiff | tree |
2010-09-25 |
Mike Bayer | fix the default here |
commit | commitdiff | tree |
2010-09-24 |
Mike Bayer | merge tip |
commit | commitdiff | tree |
2010-09-24 |
Mike Bayer | - optimized_al doesn't need mapper extension |
commit | commitdiff | tree |
2010-09-24 |
Chris Withers | make less ficticious ;-) |
commit | commitdiff | tree |
2010-09-23 |
Mike Bayer | doc edits |
commit | commitdiff | tree |
2010-09-23 |
Mike Bayer | doc edits |
commit | commitdiff | tree |
2010-09-22 |
Mike Bayer | - in depth docs about some merge() tips |
commit | commitdiff | tree |
2010-09-21 |
Mike Bayer | - Query.select_from() has been beefed up to help |
commit | commitdiff | tree |
2010-09-21 |
Mike Bayer | use default dialect for compile tests |
commit | commitdiff | tree |
2010-09-21 |
Mike Bayer | - the logging message emitted by the engine when |
commit | commitdiff | tree |
2010-09-21 |
Mike Bayer | - Patched a case where query.join() would adapt the |
commit | commitdiff | tree |
2010-09-21 |
Mike Bayer | - scoped_session emits a warning when configure() is |
commit | commitdiff | tree |
2010-09-20 |
Mike Bayer | - @classproperty (soon/now @mapperproperty) takes effec... |
commit | commitdiff | tree |
2010-09-18 |
Mike Bayer | - as_scalar(), label() can be called on a selectable |
commit | commitdiff | tree |
2010-09-18 |
Mike Bayer | - An informative error message is raised if a Column |
commit | commitdiff | tree |
2010-09-18 |
Mike Bayer | - add pk instructions for oracle |
commit | commitdiff | tree |
2010-09-18 |
Mike Bayer | add oursql to has lastrowid |
commit | commitdiff | tree |
2010-09-18 |
Mike Bayer | - use "key in dict" rather than KeyError if the usual... |
commit | commitdiff | tree |
2010-09-17 |
Chris Withers | d.uh |
commit | commitdiff | tree |
2010-09-16 |
Chris Withers | merge |
commit | commitdiff | tree |
2010-09-16 |
Chris Withers | add warning about dodgy use of tometadata |
commit | commitdiff | tree |
2010-09-16 |
Chris Withers | tometadata now copies indexes as well |
commit | commitdiff | tree |
2010-09-16 |
Chris Withers | make sure kwargs are copied by tometadata |
commit | commitdiff | tree |
2010-09-16 |
Mike Bayer | - Fixed a regression in 0.6.4 whereby the change that |
commit | commitdiff | tree |
2010-09-16 |
Mike Bayer | hey lets pep-8 the setup.py file. |
commit | commitdiff | tree |
2010-09-16 |
Mike Bayer | - fix test_single test to use default dialect |
commit | commitdiff | tree |
2010-09-15 |
Mike Bayer | der, 0.6.4 |
commit | commitdiff | tree |
2010-09-15 |
Mike Bayer | - Fixed a regression in 0.6.5 which occurred if you |
commit | commitdiff | tree |
2010-09-15 |
Mike Bayer | merge tip |
commit | commitdiff | tree |
2010-09-15 |
Mike Bayer | - add message to documentation stating that collection... |
commit | commitdiff | tree |
2010-09-15 |
Mike Bayer | remove the quick select from 0.6 |
commit | commitdiff | tree |
2010-09-14 |
Mike Bayer | merge tip |
commit | commitdiff | tree |
2010-09-14 |
Mike Bayer | - Fixed bug that would prevent "subqueryload" from |
commit | commitdiff | tree |
2010-09-13 |
Chris Withers | fix typo |
commit | commitdiff | tree |
2010-09-13 |
Mike Bayer | - adjustments for test success on postgresql, mysql |
commit | commitdiff | tree |
2010-09-13 |
Mike Bayer | - Fixed recursion bug which could occur when moving |
commit | commitdiff | tree |
2010-09-12 |
Mike Bayer | more docs on this |
commit | commitdiff | tree |
2010-09-12 |
Mike Bayer | need this too |
commit | commitdiff | tree |
2010-09-12 |
Mike Bayer | turn this test back to what it was |
commit | commitdiff | tree |
2010-09-12 |
Mike Bayer | merge tip |
commit | commitdiff | tree |
2010-09-12 |
Mike Bayer | - lazy loads for relationship attributes now use |
commit | commitdiff | tree |
2010-09-12 |
Mike Bayer | - user-contributed .sty file now works with the latest... |
commit | commitdiff | tree |
2010-09-12 |
Mike Bayer | merge tip |
commit | commitdiff | tree |
2010-09-12 |
Mike Bayer | - Slight improvement to the behavior of "passive_upda... |
commit | commitdiff | tree |
2010-09-10 |
Mike Bayer | typo #2 |
commit | commitdiff | tree |
2010-09-10 |
Mike Bayer | typo |
commit | commitdiff | tree |
2010-09-09 |
Mike Bayer | - collection docs |
commit | commitdiff | tree |
2010-09-09 |
Mike Bayer | - add doc pages for exceptions |
commit | commitdiff | tree |
2010-09-09 |
Mike Bayer | doc edits |
commit | commitdiff | tree |
2010-09-09 |
Mike Bayer | you'll all miss the last of the ASCII art |
commit | commitdiff | tree |
2010-09-08 |
Mike Bayer | edits |
commit | commitdiff | tree |
2010-09-07 |
Mike Bayer | arg, put the informix log in the wrong version |
commit | commitdiff | tree |
2010-09-07 |
Mike Bayer | Added tag rel_0_6_4 for changeset 992dd2c055dcff7595369... |
commit | commitdiff | tree |
2010-09-07 |
Mike Bayer | - Applied patches from [ticket:1904] to get rel_0_6_4 |
commit | commitdiff | tree |
2010-09-07 |
Mike Bayer | - Added a mutex to the identity map which mutexes |
commit | commitdiff | tree |
2010-09-07 |
Mike Bayer | edits |
commit | commitdiff | tree |
2010-09-07 |
Mike Bayer | - pending deprecation in 0.7 for the execute/scalar... |
commit | commitdiff | tree |
2010-09-06 |
Mike Bayer | - Fixed FB bug whereby a column default would fail to |
commit | commitdiff | tree |
2010-09-06 |
Mike Bayer | unify query.with_parent, util.with_parent, fix docs... |
commit | commitdiff | tree |
next |