2006-03-09 |
Mike Bayer | overhaul to types system, decoupled base type and engin... |
commit | commitdiff | tree |
2006-03-09 |
Mike Bayer | fixed assocaition example |
commit | commitdiff | tree |
2006-03-09 |
Mike Bayer | added 'noninherited table' prop to mapper indicating... |
commit | commitdiff | tree |
2006-03-08 |
Mike Bayer | a few tweaks to get table creates/reflection working |
commit | commitdiff | tree |
2006-03-08 |
Mike Bayer | tweak to engine param.. |
commit | commitdiff | tree |
2006-03-08 |
Mike Bayer | added identity() method to mapper, to help get the... |
commit | commitdiff | tree |
2006-03-08 |
Mike Bayer | added check to relation that will see if the same table... |
commit | commitdiff | tree |
2006-03-08 |
Mike Bayer | serious overhaul to get eager loads to work inline... |
commit | commitdiff | tree |
2006-03-08 |
Mike Bayer | took erroneous 'count' off Alias |
commit | commitdiff | tree |
2006-03-07 |
Mike Bayer | took excess visit_func out, handled by ansisql compiler |
commit | commitdiff | tree |
2006-03-07 |
Mike Bayer | comment |
commit | commitdiff | tree |
2006-03-07 |
Mike Bayer | backref() func will also honor lazy=True/False |
commit | commitdiff | tree |
2006-03-07 |
Mike Bayer | added backref() function, allows the creation of a... |
commit | commitdiff | tree |
2006-03-06 |
Mike Bayer | checking in patch for column labels limit at 30 chars... |
commit | commitdiff | tree |
2006-03-06 |
Mike Bayer | patch on index create syntax to fix [ticket:90] so... |
commit | commitdiff | tree |
2006-03-06 |
Mike Bayer | fixed bug in eager loading on a many-to-one [ticket... |
commit | commitdiff | tree |
2006-03-06 |
Mike Bayer | sqlite likes OFFSET with LIMIT else its buggy |
commit | commitdiff | tree |
2006-03-06 |
Mike Bayer | a mapper with inheritance will place itself as "depende... |
commit | commitdiff | tree |
2006-03-06 |
Mike Bayer | added new 'polymorphic' example. still trying to under... |
commit | commitdiff | tree |
2006-03-06 |
Mike Bayer | more tweak to compoundselect parenthesizing/subquery... |
commit | commitdiff | tree |
2006-03-06 |
Mike Bayer | selects within a compound clause dont get parenthesis... |
commit | commitdiff | tree |
2006-03-06 |
Mike Bayer | delete tables in an inheritance rel. requires them... |
commit | commitdiff | tree |
2006-03-05 |
Mike Bayer | added unittest for orm-persisted insert without a postf... |
commit | commitdiff | tree |
2006-03-05 |
Mike Bayer | got mapper to receive the onupdates after updating... |
commit | commitdiff | tree |
2006-03-05 |
Mike Bayer | got column onupdate working |
commit | commitdiff | tree |
2006-03-04 |
Mike Bayer | got column defaults to be executeable |
commit | commitdiff | tree |
2006-03-04 |
Mike Bayer | added public-friendly setattr_clean and append_clean |
commit | commitdiff | tree |
2006-03-04 |
Mike Bayer | moved name to 'defaults', going to put more default... |
commit | commitdiff | tree |
2006-03-04 |
Mike Bayer | making sequences, column defaults independently executeable |
commit | commitdiff | tree |
2006-03-04 |
Mike Bayer | removed the dependency of ANSICompiler on SQLEngine... |
commit | commitdiff | tree |
2006-03-04 |
Mike Bayer | initial table reflection support courtesy Andrija Zaric |
commit | commitdiff | tree |
2006-03-04 |
Mike Bayer | changed default "none" parameters to check positional... |
commit | commitdiff | tree |
2006-03-04 |
Mike Bayer | firebird module initial checkin |
commit | commitdiff | tree |
2006-03-04 |
Mike Bayer | mr. bangerts surprise paragraph rewrite demands strike... |
commit | commitdiff | tree |
2006-03-03 |
jeff | rudimentary support for many-to-many relation. Still... |
commit | commitdiff | tree |
2006-03-03 |
Mike Bayer | added util.Logger object with configurable thread/times... |
commit | commitdiff | tree |
2006-03-02 |
Mike Bayer | changed ENGINE to TYPE, for mysql 4 compatibility |
commit | commitdiff | tree |
2006-03-02 |
Mike Bayer | formatting |
commit | commitdiff | tree |
2006-03-02 |
Mike Bayer | its release time rel_0_1_3 |
commit | commitdiff | tree |
2006-03-02 |
Mike Bayer | added objectstore.refresh(), including supporting chang... |
commit | commitdiff | tree |
2006-03-02 |
Mike Bayer | unicode |
commit | commitdiff | tree |
2006-03-02 |
Mike Bayer | module fix |
commit | commitdiff | tree |
2006-03-02 |
Mike Bayer | engine argument on tables optional |
commit | commitdiff | tree |
2006-03-02 |
Mike Bayer | engine property allows polymorphic access to get_engine... |
commit | commitdiff | tree |
2006-03-02 |
Mike Bayer | got unicode to do None... |
commit | commitdiff | tree |
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 |
next |