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 |
2006-03-13 |
Mike Bayer | tweak to get_direction, rolls back a comparison of... |
commit | commitdiff | tree |
2006-03-13 |
Mike Bayer | caveat |
commit | commitdiff | tree |
2006-03-13 |
Mike Bayer | oracle is requiring dictionary params to be in a clean... |
commit | commitdiff | tree |
2006-03-13 |
Mike Bayer | small tweak to select in order to fix [ticket:112]... |
commit | commitdiff | tree |
2006-03-13 |
Mike Bayer | tweak to mysql default test |
commit | commitdiff | tree |
2006-03-13 |
Mike Bayer | refactor to Compiled.get_params() to return new ClauseP... |
commit | commitdiff | tree |
2006-03-10 |
Mike Bayer | added expire() function + unit test fixes [ticket:95] |
commit | commitdiff | tree |
2006-03-10 |
Mike Bayer | utf-8 encoding is switchable at the engine level, ticke... |
commit | commitdiff | tree |
2006-03-10 |
Mike Bayer | committed patch for MSDouble/tinyint from [ticket:106] |
commit | commitdiff | tree |
2006-03-10 |
Mike Bayer | added exception import |
commit | commitdiff | tree |
2006-03-10 |
Mike Bayer | HistoryArrayList checks internal list as a list or... |
commit | commitdiff | tree |
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 |
next |