2006-03-31 |
Mike Bayer | second assertion |
commit | commitdiff | tree |
2006-03-31 |
Mike Bayer | added unit test for the old commit that was in [changes... |
commit | commitdiff | tree |
2006-03-31 |
Mike Bayer | added for_update flag to Select/CompoundSelect |
commit | commitdiff | tree |
2006-03-31 |
Mike Bayer | adjustments... |
commit | commitdiff | tree |
2006-03-31 |
Mike Bayer | tweak... |
commit | commitdiff | tree |
2006-03-31 |
Mike Bayer | got install_mods to work |
commit | commitdiff | tree |
2006-03-31 |
Mike Bayer | introducing...the mods package ! the SelectResults... |
commit | commitdiff | tree |
2006-03-31 |
Mike Bayer | starting to refactor mapper slightly, adding entity_nam... |
commit | commitdiff | tree |
2006-03-31 |
Mike Bayer | wow, __len__ is a real disaster when combined with... |
commit | commitdiff | tree |
2006-03-31 |
Mike Bayer | Jonas Borgström's fantastic SelectRsults patch that... |
commit | commitdiff | tree |
2006-03-28 |
Mike Bayer | fixed default example |
commit | commitdiff | tree |
2006-03-28 |
Mike Bayer | fixed "DISTINCT" spelling |
commit | commitdiff | tree |
2006-03-27 |
Mike Bayer | d rel_0_1_5 |
commit | commitdiff | tree |
2006-03-27 |
Mike Bayer | tweak to mapper to allow inheritance on the same table. |
commit | commitdiff | tree |
2006-03-27 |
Mike Bayer | backrefs on cyclical relationships were breaking for... |
commit | commitdiff | tree |
2006-03-27 |
Mike Bayer | 0.1.5 prep |
commit | commitdiff | tree |
2006-03-27 |
Mike Bayer | removed.. |
commit | commitdiff | tree |
2006-03-26 |
Mike Bayer | added always_refresh flag. when the mapper loads rows... |
commit | commitdiff | tree |
2006-03-26 |
Mike Bayer | rework to expire() to make it smarter. when you expire... |
commit | commitdiff | tree |
2006-03-26 |
Mike Bayer | fixed pickle example, its standard anyway.... |
commit | commitdiff | tree |
2006-03-26 |
Mike Bayer | column label generation checks for a conflict against... |
commit | commitdiff | tree |
2006-03-26 |
Mike Bayer | improved translation of rows when proxying rows from... |
commit | commitdiff | tree |
2006-03-26 |
Mike Bayer | a cool example that illustrates vertical table storage... |
commit | commitdiff | tree |
2006-03-26 |
Mike Bayer | except it fails a unit test. OK, make it ia KeyError |
commit | commitdiff | tree |
2006-03-26 |
Mike Bayer | util: the __setitem__ method on historyarraylist was... |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | removed circular loop in creating new list elements... |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | removed all "tablename + '_' + columname" code and... |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | added *args **kwargs pass-thru to transaction() |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | method add |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | added expire/refresh/expunge to assign_mapper |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | ah well the overflow doesnt work |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | dev |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | dev |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | doc dev... |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | doc dev |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | doc devel |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | update to types doc |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | ResultProxy has an iterator interface |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | got some support for mapping to a select that only... |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | added check in SessionTrans.begin() that the underlying... |
commit | commitdiff | tree |
2006-03-25 |
Mike Bayer | added expunge() method to objectstore |
commit | commitdiff | tree |
2006-03-24 |
Mike Bayer | added overrideable managed_attribute_dict() function... |
commit | commitdiff | tree |
2006-03-24 |
Mike Bayer | some more tweaks to get more advanced polymorphic stuff... |
commit | commitdiff | tree |
2006-03-23 |
Mike Bayer | added explicit "convert date types to a string in bind... |
commit | commitdiff | tree |
2006-03-23 |
Mike Bayer | added oracle8 test target, sets use_ansi to false |
commit | commitdiff | tree |
2006-03-23 |
Mike Bayer | another adjustment... |
commit | commitdiff | tree |
2006-03-23 |
Mike Bayer | some adjustments to oracle non-ansi join concatenation... |
commit | commitdiff | tree |
2006-03-22 |
Mike Bayer | added some extra traversal for one-to-many/many-to... |
commit | commitdiff | tree |
2006-03-22 |
Mike Bayer | removed print |
commit | commitdiff | tree |
2006-03-22 |
Mike Bayer | fixed oracle's efforts to get an ORDER BY for its ROW... |
commit | commitdiff | tree |
2006-03-22 |
Mike Bayer | added Mapper class to the docstrings |
commit | commitdiff | tree |
2006-03-22 |
Mike Bayer | added some references to selectfirst |
commit | commitdiff | tree |
2006-03-22 |
Mike Bayer | added "nest_on" option for Session, so nested transacti... |
commit | commitdiff | tree |
2006-03-22 |
Mike Bayer | added unit test to test proper construction of lazy... |
commit | commitdiff | tree |
2006-03-21 |
Mike Bayer | fixed lazy clause construction to go off...you guessed... |
commit | commitdiff | tree |
2006-03-21 |
Mike Bayer | added "name" back to FromClause |
commit | commitdiff | tree |
2006-03-21 |
Mike Bayer | a few changes to attributes.py to allow faster initiali... |
commit | commitdiff | tree |
2006-03-21 |
Mike Bayer | a refactoring to the EagerLoaders' _instance method... |
commit | commitdiff | tree |
2006-03-20 |
Mike Bayer | a few tweaks and the polymorph example can also use... |
commit | commitdiff | tree |
2006-03-19 |
Mike Bayer | print remove |
commit | commitdiff | tree |
2006-03-19 |
Mike Bayer | added size limit on test BLOB since mysql has a configu... |
commit | commitdiff | tree |
2006-03-19 |
Mike Bayer | got dilbert to be properly modified.... |
commit | commitdiff | tree |
2006-03-19 |
Mike Bayer | added distinct() function to column elements for "DISTI... |
commit | commitdiff | tree |
2006-03-19 |
Mike Bayer | got rid of from "ids", using the From object itself... |
commit | commitdiff | tree |
2006-03-19 |
Mike Bayer | got clause elements inside INSERTs going... |
commit | commitdiff | tree |
2006-03-18 |
Mike Bayer | der + engine... |
commit | commitdiff | tree |
2006-03-18 |
Mike Bayer | got oracle parenthesized rules for funcs back, fixed... |
commit | commitdiff | tree |
2006-03-18 |
Mike Bayer | PropertyLoader will not re-determine direction when... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | rolled back the operationalerror catch...definitely... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | put a try/finally to insure that SQLSession is cleaned... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | overhaul to SQLSession change from yesterday, needs... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | attempting to catch OperationalErrors and invalidate... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | added invalidate() method to connectionfairy, allows... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | identified more issues with inheritance. mapper inheri... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | an import ! eesh |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | removed old function generation override, ANSI function... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | edits... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | making the verbiage a little more formal...(its good... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | fixed nasty transaction counting bug with new session... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | refactor to engine to have a separate SQLSession object... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | fixes to function/property formatting |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | SQLSession..... |
commit | commitdiff | tree |
2006-03-17 |
Mike Bayer | factored objectstore into two packages, one more public... |
commit | commitdiff | tree |
2006-03-16 |
Mike Bayer | John Dell'Aquila's patch which fixes [ticket:103] ... |
commit | commitdiff | tree |
2006-03-16 |
Mike Bayer | expanded and integrated qvx's patch for dotted function... |
commit | commitdiff | tree |
2006-03-16 |
Mike Bayer | reorganized SingletonThreadPool to return distinct... |
commit | commitdiff | tree |
2006-03-16 |
Mike Bayer | added txt2myt.py to the genhtml/runhtml scripts, added... |
commit | commitdiff | tree |
2006-03-16 |
Mike Bayer | J. Ellis' "Simple" ORM module...for Spyce ! (and other... |
commit | commitdiff | tree |
2006-03-15 |
Alexey Shamrin | Tutorial draft (not finished) and documentation framewo... |
commit | commitdiff | tree |
2006-03-14 |
Mike Bayer | added unique_connection() method to engine, connection... |
commit | commitdiff | tree |
2006-03-14 |
Mike Bayer | fixed attributes bug where if an object is committed... |
commit | commitdiff | tree |
2006-03-14 |
Mike Bayer | formatting... |
commit | commitdiff | tree |
2006-03-14 |
Mike Bayer | removed redundant is_dirty function |
commit | commitdiff | tree |
2006-03-13 |
Mike Bayer | more notes, docs rel_0_1_4 |
commit | commitdiff | tree |
2006-03-13 |
Mike Bayer | tweak |
commit | commitdiff | tree |
2006-03-13 |
Mike Bayer | added scalar subqueries within the column clause of... |
commit | commitdiff | tree |
2006-03-13 |
Alexey Shamrin | Fix docstring and exception message in selectone_by |
commit | commitdiff | tree |
2006-03-13 |
Alexey Shamrin | Minor typo: encode and decode are methods. |
commit | commitdiff | tree |
2006-03-13 |
Alexey Shamrin | Fix typos, closing #89, #91, #92 |
commit | commitdiff | tree |
2006-03-13 |
Mike Bayer | added selectfirst_by/selectone_by, selectone throws... |
commit | commitdiff | tree |
next |