2006-03-01 |
Mike Bayer | made SchemaEngine more prominent as the base of Table... |
commit | commitdiff | tree |
2006-03-01 |
Mike Bayer | postgres leaves parenthesis off functions only for... |
commit | commitdiff | tree |
2006-03-01 |
Robert Leftwich | Modified mysql to not add AUTOINCREMENT to the first... |
commit | commitdiff | tree |
2006-03-01 |
Mike Bayer | added schema support for postgres column defaults,... |
commit | commitdiff | tree |
2006-03-01 |
Mike Bayer | update |
commit | commitdiff | tree |
2006-03-01 |
Mike Bayer | added convert_unicode flag to engine + unittest, does... |
commit | commitdiff | tree |
2006-02-28 |
Mike Bayer | small cleanup courtesy j.ellis |
commit | commitdiff | tree |
2006-02-28 |
Mike Bayer | oid inits at compilation time/when needed again, added... |
commit | commitdiff | tree |
2006-02-28 |
Mike Bayer | added items() method to RowProxy + unittest, courtesy... |
commit | commitdiff | tree |
2006-02-28 |
Mike Bayer | took out that "TypeError" wrapper since it blows away... |
commit | commitdiff | tree |
2006-02-27 |
Mike Bayer | fixed an import |
commit | commitdiff | tree |
2006-02-27 |
jeff | Added code to make foreignkey on ActiveMapper accept... |
commit | commitdiff | tree |
2006-02-27 |
Mike Bayer | updates |
commit | commitdiff | tree |
2006-02-27 |
Mike Bayer | formatting |
commit | commitdiff | tree |
2006-02-27 |
Mike Bayer | got mapper.using() to work, fixed push/pop mapper,... |
commit | commitdiff | tree |
2006-02-27 |
Mike Bayer | doc update for post_update flag |
commit | commitdiff | tree |
2006-02-27 |
Mike Bayer | more work on cycles, fleshed out tests for post_update... |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | imported casacde_mappers |
commit | commitdiff | tree |
2006-02-26 |
Jason Pellerin | Merge indexes [1047]:[1048] into trunk (for #6) |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | implemented SyncRules for mapper with inheritance relat... |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | factored out "syncrule" logic to a separate package... |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | place _instance_key on object only when objectstore... |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | postgres wraps exec's in SQLError catch |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | register_deleted/register_dirty perform pre-check befor... |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | fixed exception import. check for objects being presen... |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | added test to illustrate wacky inhertitance/many-to... |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | adjustment to compile synchronizers which allows many... |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | fixed ticket 72, where a copied clause was using the... |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | create() statements return the created object so they... |
commit | commitdiff | tree |
2006-02-26 |
Mike Bayer | fixed many-to-many example, which was utterly incorrect... |
commit | commitdiff | tree |
2006-02-25 |
jeff | Refactored ProxyEngine into BaseProxyEngine and ProxyEn... |
commit | commitdiff | tree |
2006-02-25 |
Mike Bayer | clauseelement.compile() totally works without an engine |
commit | commitdiff | tree |
2006-02-25 |
Mike Bayer | merged sql_rearrangement branch , refactors sql package... |
commit | commitdiff | tree |
2006-02-24 |
Mike Bayer | tentative fix for oracle row_number over syntax |
commit | commitdiff | tree |
2006-02-24 |
Mike Bayer | update |
commit | commitdiff | tree |
2006-02-24 |
Mike Bayer | get() method needs to use the full table, not just... |
commit | commitdiff | tree |
2006-02-24 |
Mike Bayer | fix to silent "recursive" bug in schema getattr that... rel_0_1_2 |
commit | commitdiff | tree |
2006-02-23 |
Mike Bayer | release time rel_0_1_1 |
commit | commitdiff | tree |
2006-02-23 |
Mike Bayer | update |
commit | commitdiff | tree |
2006-02-23 |
Mike Bayer | Function needed compare_type so that its type is set... |
commit | commitdiff | tree |
2006-02-22 |
Mike Bayer | moved iteration of props so that props can set up self... |
commit | commitdiff | tree |
2006-02-22 |
Mike Bayer | test commit |
commit | commitdiff | tree |
2006-02-22 |
Mike Bayer | one more test commit |
commit | commitdiff | tree |
2006-02-22 |
Mike Bayer | this is a test commit |
commit | commitdiff | tree |
2006-02-22 |
Mike Bayer | more fix to one-to-one: 'unchanged_items' can be [None... |
commit | commitdiff | tree |
2006-02-22 |
Mike Bayer | when begin/commit, an exception should still reset... |
commit | commitdiff | tree |
2006-02-22 |
Mike Bayer | fix to EagerLoad where it late-initializes its eager... |
commit | commitdiff | tree |
2006-02-21 |
Mike Bayer | when creating lazy clause both sides of each clause... |
commit | commitdiff | tree |
2006-02-21 |
Mike Bayer | working on postupdate idea, refactoring to dependency... |
commit | commitdiff | tree |
2006-02-20 |
Mike Bayer | merged eager loading overhaul rev 1001:1009 |
commit | commitdiff | tree |
2006-02-20 |
Mike Bayer | made 'assign_mapper' doc more explicit |
commit | commitdiff | tree |
2006-02-20 |
Mike Bayer | none check for pg1 date/time values |
commit | commitdiff | tree |
2006-02-19 |
Mike Bayer | some comments, changed SmartProperty to be smarter... |
commit | commitdiff | tree |
2006-02-19 |
Mike Bayer | doc |
commit | commitdiff | tree |
2006-02-19 |
Mike Bayer | some docstrings etc |
commit | commitdiff | tree |
2006-02-19 |
Mike Bayer | exceptions added |
commit | commitdiff | tree |
2006-02-19 |
Mike Bayer | exception package added, support throughout |
commit | commitdiff | tree |
2006-02-19 |
Mike Bayer | onetoone |
commit | commitdiff | tree |
2006-02-19 |
Mike Bayer | converted to a unittest |
commit | commitdiff | tree |
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 |
next |