2006-02-19 |
Mike Bayer | test only for postgres |
commit | commitdiff | tree |
2006-02-18 |
Mike Bayer | beginning of a row cycle test |
commit | commitdiff | tree |
2006-02-18 |
Mike Bayer | updating |
commit | commitdiff | tree |
2006-02-18 |
Mike Bayer | added hooks for engines to add stuff to SELECT, etc. |
commit | commitdiff | tree |
2006-02-18 |
Mike Bayer | base begin method returns transaciton object |
commit | commitdiff | tree |
2006-02-18 |
Mike Bayer | ongoing |
commit | commitdiff | tree |
2006-02-18 |
Mike Bayer | added new style of begin/commit which returns a tranact... |
commit | commitdiff | tree |
2006-02-18 |
Mike Bayer | added indexes to schema/ansisql/engine |
commit | commitdiff | tree |
2006-02-18 |
Mike Bayer | comment verbiage |
commit | commitdiff | tree |
2006-02-18 |
Mike Bayer | postgres needs to explicitly pre-execute PassiveDefault... |
commit | commitdiff | tree |
2006-02-17 |
Mike Bayer | modified query that uses JOIN keyword explicitly. ... |
commit | commitdiff | tree |
2006-02-17 |
Mike Bayer | bind params upon insert are totally column "name" based... |
commit | commitdiff | tree |
2006-02-17 |
Mike Bayer | added an assertion to insure that a column is only... |
commit | commitdiff | tree |
2006-02-17 |
Robert Leftwich | Modified objectstore to look for primary key param... |
commit | commitdiff | tree |
2006-02-17 |
Mike Bayer | tweak to get tables to show up |
commit | commitdiff | tree |
2006-02-17 |
Mike Bayer | added another multi-pk test |
commit | commitdiff | tree |
2006-02-17 |
Mike Bayer | fix to types test, postgres time types descend from... |
commit | commitdiff | tree |
2006-02-16 |
Mike Bayer | got inheritance into alltest |
commit | commitdiff | tree |
2006-02-16 |
Mike Bayer | ok now they worked... |
commit | commitdiff | tree |
2006-02-16 |
Mike Bayer | inheritance test |
commit | commitdiff | tree |
2006-02-16 |
Mike Bayer | Join object wasnt exporting foreign keys correctly |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | comment rel_0_1_0 |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | the list-based foreign key doenst seem to work quite... |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | bind_to fix |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | 0.1.0 |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | fixed FLOAT type |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | fix |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | tweaks for order_by |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | tweak to oracle limit/offset to not put ora_rn in the... |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | fixes mostly to get the important unit tests to run... |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | oracle likes to use VARCHAR isntead of CLOB so put... |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | tweak |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | docstring... |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | latest reorgnanization of the objectstore, the Session... |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | lazy load column fix courtesy raul garcia garcia |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | fix to string concatenation operator courtesy Marko... |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | added import for pysqlite1 |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | tweak to TableImpl/ColumnImpl with the way they get... |
commit | commitdiff | tree |
2006-02-14 |
Mike Bayer | some updates to UOW, fixes to all those relation()... |
commit | commitdiff | tree |
2006-02-13 |
Mike Bayer | added 'post_update' attribute to PropertyLoader, means... |
commit | commitdiff | tree |
2006-02-12 |
Mike Bayer | more refactoring to session/UOW scope management..... |
commit | commitdiff | tree |
2006-02-12 |
Mike Bayer | some tweaks to options, use_alias, live removed |
commit | commitdiff | tree |
2006-02-12 |
Mike Bayer | assertion |
commit | commitdiff | tree |
2006-02-12 |
Mike Bayer | 'column' function (make a ColumnClause) is more useful... |
commit | commitdiff | tree |
2006-02-12 |
Mike Bayer | cleanup and organization of code mostly in properties... |
commit | commitdiff | tree |
2006-02-12 |
Mike Bayer | slight glitch when the same clause is compiled repeated... |
commit | commitdiff | tree |
2006-02-12 |
Mike Bayer | some comments for default test |
commit | commitdiff | tree |
2006-02-11 |
Mike Bayer | more hammering of defaults. ORM will properly execute... |
commit | commitdiff | tree |
2006-02-11 |
Mike Bayer | integrating Jonathan LaCour's declarative layer |
commit | commitdiff | tree |
2006-02-11 |
Mike Bayer | tableimpl and columnimpl proxy to actual impl objects... |
commit | commitdiff | tree |
2006-02-11 |
Mike Bayer | streamlined engine.schemagenerator and engine.schemadro... |
commit | commitdiff | tree |
2006-02-11 |
Mike Bayer | crazy postgres and its foreign key constraints |
commit | commitdiff | tree |
2006-02-11 |
Mike Bayer | fixes to TypeDecorator, including A. Houghton's patch |
commit | commitdiff | tree |
2006-02-11 |
Mike Bayer | beefed up type adaptation methodology, got Unicode... |
commit | commitdiff | tree |
2006-02-11 |
Mike Bayer | fix to manytomany |
commit | commitdiff | tree |
2006-02-11 |
Mike Bayer | put assertion in to check for secondary table if second... |
commit | commitdiff | tree |
2006-02-11 |
Mike Bayer | added before_update/after_update |
commit | commitdiff | tree |
2006-02-10 |
Mike Bayer | objectstore refactored to have more flexible scopes... |
commit | commitdiff | tree |
2006-02-09 |
Mike Bayer | commented out print statement |
commit | commitdiff | tree |
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 |
next |