2006-02-09 |
Mike Bayer | somewhat of an overhaul, got alltests to work again |
commit | commitdiff | tree |
2006-02-09 |
Mike Bayer | derefences connection pool upon dispose() |
commit | commitdiff | tree |
2006-02-09 |
Mike Bayer | deprecated "selectalias" argument on eager loader,... |
commit | commitdiff | tree |
2006-02-07 |
Mike Bayer | took out print statement |
commit | commitdiff | tree |
2006-02-07 |
Mike Bayer | trying to get mappers to support having versions agains... |
commit | commitdiff | tree |
2006-02-06 |
Mike Bayer | took mysql foriegn key thing out |
commit | commitdiff | tree |
2006-02-06 |
Mike Bayer | foreign key reflection !!!!! |
commit | commitdiff | tree |
2006-02-06 |
Mike Bayer | moved stylesheets into section_wrapper so that autohand... |
commit | commitdiff | tree |
2006-02-06 |
Mike Bayer | added 'engine' to convert_result_value/convert_bind_param |
commit | commitdiff | tree |
2006-02-06 |
Mike Bayer | added cascade_mappers function. somewhat experimental ! |
commit | commitdiff | tree |
2006-02-06 |
Mike Bayer | docs |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | added between(), column.label() |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | table supports per-engine-type options, ansisql allows... |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | added is_dirty method at module level and within UnitOfWork |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | __init__ monkeypatch looks for __init__ in the class... |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | writes foreign keys as individual FOREIGN KEY objects... |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | got oracle LIMIT/OFFSET to use row_number() syntax |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | more Sequences needed for oracle |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | ordering of queries can be different based on platform... |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | now lets do that properly |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | error message if pysqlite2 couldnt be imported |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | needed optional sequence for oracle support |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | dont mask engine compilation error |
commit | commitdiff | tree |
2006-02-05 |
Jason Pellerin | Provisional fix for #51, very slightly adapted from... |
commit | commitdiff | tree |
2006-02-05 |
Mike Bayer | started PassiveDefault, which is a "database-side"... |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | columns can be specified to override those from autoloa... |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | is_unicode propigated into String subclasses |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | added BETWEEN, courtesy Rick Morrison. go Rick ! |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | fixes involving when child object from list items is... |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | added ISchema object to engine/information_schema,... |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | a future unit-test for testing one-to-one relationships |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | one-to-one support: |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | added DATE, TIME, SMALLINT to __all__ |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | Rick Morrison's patch adding Smallint, Date, and Time... |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | beginnings of a "multilple relations to the same table... |
commit | commitdiff | tree |
2006-02-04 |
Mike Bayer | verbiage edits |
commit | commitdiff | tree |
2006-02-03 |
Mike Bayer | attempting to get MTOBackrefExtension to handle many... |
commit | commitdiff | tree |
2006-02-03 |
Mike Bayer | fixed set() to not re-set the same value |
commit | commitdiff | tree |
2006-02-03 |
Mike Bayer | switched objectstore begin/commit behavior to do "reent... |
commit | commitdiff | tree |
2006-02-02 |
Mike Bayer | deprecated relation(class, table) |
commit | commitdiff | tree |
2006-02-02 |
Mike Bayer | self->compare_self() |
commit | commitdiff | tree |
2006-02-01 |
Mike Bayer | added doc for ProxyEngine |
commit | commitdiff | tree |
2006-02-01 |
Mike Bayer | unit tests for proxy engine |
commit | commitdiff | tree |
2006-02-01 |
Mike Bayer | init |
commit | commitdiff | tree |
2006-02-01 |
Mike Bayer | might add scalar() to select which does limit=1 |
commit | commitdiff | tree |
2006-02-01 |
Mike Bayer | new ProxyEngine dispatches to multiple engines; contrib... |
commit | commitdiff | tree |
2006-02-01 |
Mike Bayer | unit tests for merged cylical code |
commit | commitdiff | tree |
2006-02-01 |
Mike Bayer | merged new cyclical dependency code |
commit | commitdiff | tree |
2006-02-01 |
Mike Bayer | moved dict init to setattr for auto-__init__ thing |
commit | commitdiff | tree |
2006-02-01 |
Mike Bayer | dev on uow docs |
commit | commitdiff | tree |
2006-01-31 |
Mike Bayer | merged fix that insures unrealized connections dont... |
commit | commitdiff | tree |
2006-01-31 |
Mike Bayer | fixed code error |
commit | commitdiff | tree |
2006-01-29 |
Mike Bayer | added to trunk |
commit | commitdiff | tree |
2006-01-29 |
Robert Leftwich | Tabs to spaces |
commit | commitdiff | tree |
2006-01-29 |
Robert Leftwich | Reworked RowProxy to restore column order preservation... |
commit | commitdiff | tree |
2006-01-29 |
Robert Leftwich | Added __len__ to RowProxy to allow len(r) and test... |
commit | commitdiff | tree |
2006-01-28 |
Robert Leftwich | RowProxy changes - added keys(), used keys() to add... |
commit | commitdiff | tree |
2006-01-28 |
Mike Bayer | took out print statement |
commit | commitdiff | tree |
2006-01-28 |
Mike Bayer | topological sort can detect cycles, and assemble them... |
commit | commitdiff | tree |
2006-01-28 |
Mike Bayer | working on representing longer circular relationships |
commit | commitdiff | tree |
2006-01-27 |
Mike Bayer | 2nd scalar fix |
commit | commitdiff | tree |
2006-01-27 |
Mike Bayer | scalar() returns None if no rows |
commit | commitdiff | tree |
2006-01-27 |
Mike Bayer | starting uow doc.... |
commit | commitdiff | tree |
2006-01-27 |
Mike Bayer | converted LEFT,RIGHT, CENTER to more reasonable names |
commit | commitdiff | tree |
2006-01-27 |
Mike Bayer | task dump checks for None |
commit | commitdiff | tree |
2006-01-27 |
Mike Bayer | refactoring to allow column.label() to work in selects... |
commit | commitdiff | tree |
2006-01-26 |
Mike Bayer | test for inheritance, tests objectstore post_exec works... |
commit | commitdiff | tree |
2006-01-26 |
Mike Bayer | refactoring of objectstore to handle cleaning up after... |
commit | commitdiff | tree |
2006-01-26 |
Mike Bayer | ai more reasonable hash_key that works across serializa... |
commit | commitdiff | tree |
2006-01-26 |
Mike Bayer | added __repr__ to HashSet |
commit | commitdiff | tree |
2006-01-26 |
Mike Bayer | fix to inheritance example |
commit | commitdiff | tree |
2006-01-25 |
Robert Leftwich | Added column accessor to RowProxy, tests and note in... |
commit | commitdiff | tree |
2006-01-24 |
Mike Bayer | adds a traversed list to the list of things to clean up |
commit | commitdiff | tree |
2006-01-22 |
Mike Bayer | postgres checks for string/int port ID, converts to... |
commit | commitdiff | tree |
2006-01-22 |
Robert Leftwich | order_by and group_by being output in wrong order.... |
commit | commitdiff | tree |
2006-01-21 |
Mike Bayer | added some echo arguments for uow, pool, propigated... |
commit | commitdiff | tree |
2006-01-21 |
Mike Bayer | adjustment to dependencies+childtasks attached to circu... |
commit | commitdiff | tree |
2006-01-21 |
Mike Bayer | rewrote objectstore logging |
commit | commitdiff | tree |
2006-01-20 |
Mike Bayer | comment out dump, reverse check for self-ref task/delet... |
commit | commitdiff | tree |
2006-01-20 |
Mike Bayer | when breaking a circular task into child tasks, propiga... |
commit | commitdiff | tree |
2006-01-20 |
Mike Bayer | formatting? |
commit | commitdiff | tree |
2006-01-20 |
Mike Bayer | some docstrings |
commit | commitdiff | tree |
2006-01-20 |
Mike Bayer | unset attributes on an object instance just return... |
commit | commitdiff | tree |
2006-01-20 |
Mike Bayer | added explicit bind parameters and column type maps... |
commit | commitdiff | tree |
2006-01-19 |
Mike Bayer | implemented better hash_key on select allowing proper... |
commit | commitdiff | tree |
2006-01-19 |
Mike Bayer | tabbing fix |
commit | commitdiff | tree |
2006-01-18 |
Mike Bayer | more whitespace |
commit | commitdiff | tree |
2006-01-18 |
Mike Bayer | whitespace wrangling |
commit | commitdiff | tree |
2006-01-18 |
Mike Bayer | fix |
commit | commitdiff | tree |
2006-01-18 |
Mike Bayer | dispose() added to pool/engine to allow engines to... |
commit | commitdiff | tree |
2006-01-18 |
Mike Bayer | changes to support docs in IE, adds a lot of whitespace.... |
commit | commitdiff | tree |
2006-01-16 |
Robert Leftwich | Formatting fix. |
commit | commitdiff | tree |
2006-01-16 |
Robert Leftwich | Fixed problem in Column.copy(), _make_proxy() with... |
commit | commitdiff | tree |
2006-01-16 |
Mike Bayer | assign_mapper will create a default __init__ method... |
commit | commitdiff | tree |
2006-01-16 |
Mike Bayer | fullname for table used when generating REFERENCES |
commit | commitdiff | tree |
2006-01-13 |
Mike Bayer | column arguments converted to integer |
commit | commitdiff | tree |
2006-01-13 |
Mike Bayer | mysql table introspection uses 'describe' to work with... |
commit | commitdiff | tree |
2006-01-13 |
Mike Bayer | on foreign key default schema is that of the parent... |
commit | commitdiff | tree |
2006-01-13 |
Mike Bayer | tests mapper column/property check |
commit | commitdiff | tree |
2006-01-13 |
Mike Bayer | checks for relations that override columns and raises... |
commit | commitdiff | tree |
next |