| 2007-07-20 |
Mike Bayer | - Eager loading now functions at any arbitrary depth... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Jason Kirtland | Remove unused imports, typo and light formatting tweaks. |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Jason Kirtland | Remove mysql enum out of range test, not really needed... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | small fix to detect a "scalar" query when constructing... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | - changed set used to generate FROM list to an ordered... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Jason Kirtland | Better quoting of identifiers when manipulating schemas. |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | added info on DB types |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | docstrings |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | removed ancient group_parenthesized() method, its purpo... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | fixed LIKE/BEWTEEN operators |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | removed print statement...this is the year i start... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | - all "type" keyword arguments, such as those to bindpa... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Jason Kirtland | Target testcreate schema test better. |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Jason Kirtland | Clarity fix for assocproxy example code |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Jason Kirtland | .pop() on association proxies is no longer problematic... |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Mike Bayer | - unittest cleanup: after removal of threadlocal mod... |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Mike Bayer | partial progress on adding prop.compare(), new behavior... |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Mike Bayer | added some aggregate tests |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Mike Bayer | - merged fix of PG identifier length from 68 to 63... |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Mike Bayer | - put a generic regexp for chopping foreign key specs... |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Jason Kirtland | - Merged r2945, r2946, r2947 from trunk |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Mike Bayer | - changed the order of args to session.execute(), sessi... |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Paul Johnston | Properly escape table names when reflecting for mssql... |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Jason Kirtland | Rewrote association proxy documentation to be more... |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Mike Bayer | - removed ancient threadlocal/legacy_session mods |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Jason Kirtland | - Adjust has_table for MySQL, workaround multibyte... |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Mike Bayer | another order_by fix |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Mike Bayer | - got in_() working, enhanced sql.py treatment of Compa... |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Mike Bayer | - added operator support to class-instrumented attribut... |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Mike Bayer | - moved query._with_parent into prop.compare() calls |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Jason Kirtland | Ignore generated doc build artifacts |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Jason Kirtland | Tweak collections doc to fit in with long-lines club. |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Jason Kirtland | - Finish collections doc changes started in r2839,... |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Mike Bayer | removed get_str(), get_from_text() from ansicompiler... |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Mike Bayer | regexp searches for negative decimals too |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Jason Kirtland | When testing unicode for MySQL, ensure the connection... |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Mike Bayer | fix to connection-bound compiled objects |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Mike Bayer | fix to SessionTransaction so it holds onto a Connection... |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Mike Bayer | few more tweaks for the aliasing change |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Mike Bayer | - converted all anonymous labels and aliases to be... |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Mike Bayer | removed some remaining "connectable"/"bind_to" keywords |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Mike Bayer | completed connectable/bind_to/engine work for [ticket... |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Mike Bayer | merged trunk r2901-2924 |
commit | commitdiff | tree | snapshot |
| 2007-07-15 |
Mike Bayer | - bind test in query.orm |
commit | commitdiff | tree | snapshot |
| 2007-07-15 |
Mike Bayer | added some text tests |
commit | commitdiff | tree | snapshot |
| 2007-07-14 |
Mike Bayer | - merged trunk r2880-r2901 (slightly manually for 2900... |
commit | commitdiff | tree | snapshot |
| 2007-07-14 |
Ants Aasma | context manager support for sql transactions |
commit | commitdiff | tree | snapshot |
| 2007-07-14 |
Ants Aasma | add support for two phase commits, nested subtransactio... |
commit | commitdiff | tree | snapshot |
| 2007-07-12 |
Mike Bayer | added some order_bys to eager relations, which otherwis... |
commit | commitdiff | tree | snapshot |
| 2007-07-12 |
Mike Bayer | dont log statement + parameters if logging is not enabled |
commit | commitdiff | tree | snapshot |
| 2007-07-12 |
Mike Bayer | added polymorphic associations examples from the trunk |
commit | commitdiff | tree | snapshot |
| 2007-07-12 |
Ants Aasma | Fixed postgres array concatenation |
commit | commitdiff | tree | snapshot |
| 2007-07-12 |
Mike Bayer | merged trunk r2826-2879 |
commit | commitdiff | tree | snapshot |
| 2007-07-12 |
Ants Aasma | Added PGArray datatype for using postgres array datatypes |
commit | commitdiff | tree | snapshot |
| 2007-07-11 |
Ants Aasma | missed an override of type engine comparison that is... |
commit | commitdiff | tree | snapshot |
| 2007-07-11 |
Ants Aasma | changed type engine default comparison from identity... |
commit | commitdiff | tree | snapshot |
| 2007-07-11 |
Mike Bayer | added a unit test to illustrate the equivalent of |
commit | commitdiff | tree | snapshot |
| 2007-07-10 |
Ants Aasma | make use of the isinstance(obj, (A,B)) idiom, makes... |
commit | commitdiff | tree | snapshot |
| 2007-07-10 |
Jason Kirtland | Try to only convert :bind params and leave colons in... |
commit | commitdiff | tree | snapshot |
| 2007-07-06 |
Jason Kirtland | - renamed DynamicMetaData to ThreadLocalMetaData |
commit | commitdiff | tree | snapshot |
| 2007-07-05 |
Jason Kirtland | Fix up extensions in wake of r2852 mapper.props change |
commit | commitdiff | tree | snapshot |
| 2007-07-05 |
Mike Bayer | - the type of a _BooleanExpression should always be... |
commit | commitdiff | tree | snapshot |
| 2007-07-05 |
Mike Bayer | - removed mapper.props, replaced with mapper.get_proper... |
commit | commitdiff | tree | snapshot |
| 2007-07-04 |
Mike Bayer | increase code font size |
commit | commitdiff | tree | snapshot |
| 2007-07-04 |
Jason Kirtland | More collections test coverage. |
commit | commitdiff | tree | snapshot |
| 2007-07-03 |
Mike Bayer | - added NullType to export list |
commit | commitdiff | tree | snapshot |
| 2007-07-03 |
Jason Kirtland | Add a test for that OrderedDict fix, also add more... |
commit | commitdiff | tree | snapshot |
| 2007-07-03 |
Jason Kirtland | - Add coverage for dict collections, and fixes for... |
commit | commitdiff | tree | snapshot |
| 2007-07-03 |
Jason Kirtland | - Add coverage for set collections, added missing clear... |
commit | commitdiff | tree | snapshot |
| 2007-07-03 |
Jason Kirtland | - Coverage of list collections, and matching fixes... |
commit | commitdiff | tree | snapshot |
| 2007-07-02 |
Jason Kirtland | More byroot_tree cleanups. |
commit | commitdiff | tree | snapshot |
| 2007-07-02 |
Jason Kirtland | - Started moving collection module docs to doc |
commit | commitdiff | tree | snapshot |
| 2007-07-02 |
Mike Bayer | - standardized the behavior for table reflection where... |
commit | commitdiff | tree | snapshot |
| 2007-07-01 |
Mike Bayer | removed ancient "backref" example, updated byroot_tree... |
commit | commitdiff | tree | snapshot |
| 2007-07-01 |
Mike Bayer | simplified the loading mechanism. much easier to under... |
commit | commitdiff | tree | snapshot |
| 2007-07-01 |
Mike Bayer | forgot to add the xml files... |
commit | commitdiff | tree | snapshot |
| 2007-07-01 |
Mike Bayer | moved oracles "auto_convert_lobs" logic into a generic... |
commit | commitdiff | tree | snapshot |
| 2007-07-01 |
Mike Bayer | marking some methods as private |
commit | commitdiff | tree | snapshot |
| 2007-07-01 |
Mike Bayer | separated the adjacency list version into the "basic... |
commit | commitdiff | tree | snapshot |
| 2007-07-01 |
Mike Bayer | added some path searching |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Mike Bayer | fix to test created in [changeset:2621], was corrected... |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Mike Bayer | - implemented ORM-level composite column types [ticket... |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Mike Bayer | some better cascades |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Mike Bayer | added "elementtree" examples |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Mike Bayer | merged, with some modifications, mapped constructor... |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Mike Bayer | merged pool tweak from r2823 |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Mike Bayer | - finished moving all EagerLoader tests from mapper... |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Mike Bayer | - merged some tweaks to the pool overflow sync from... |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Mike Bayer | merged pickleable schema items from trunk r2817 |
commit | commitdiff | tree | snapshot |
| 2007-06-30 |
Mike Bayer | merged postgres domains patch r2814-2815 |
commit | commitdiff | tree | snapshot |
| 2007-06-29 |
Mike Bayer | expanded upon query's prefab assertion data |
commit | commitdiff | tree | snapshot |
| 2007-06-29 |
Mike Bayer | migrated most of mapper/EagerTest to updated eager_rela... |
commit | commitdiff | tree | snapshot |
| 2007-06-29 |
Mike Bayer | all of LazyTest moved to updated lazy_relations module |
commit | commitdiff | tree | snapshot |
| 2007-06-29 |
Jason Kirtland | Added another set of assertions for attribute pickling. |
commit | commitdiff | tree | snapshot |
| 2007-06-29 |
Jason Kirtland | Simplifying that pickle workaround. |
commit | commitdiff | tree | snapshot |
| 2007-06-29 |
Jason Kirtland | Working around the pickle memoization quirk in attribut... |
commit | commitdiff | tree | snapshot |
| 2007-06-28 |
Jason Kirtland | fix --file again |
commit | commitdiff | tree | snapshot |
| 2007-06-28 |
Mike Bayer | copyright page |
commit | commitdiff | tree | snapshot |
| 2007-06-28 |
Jason Kirtland | Bump doc version to 0.4, fix --file gen option |
commit | commitdiff | tree | snapshot |
| next |