2006-01-20 |
Mike Bayer | unset attributes on an object instance just return... |
commit | commitdiff | tree |
2006-01-20 |
Mike Bayer | added explicit bind parameters and column type maps... |
commit | commitdiff | tree |
2006-01-19 |
Mike Bayer | implemented better hash_key on select allowing proper... |
commit | commitdiff | tree |
2006-01-19 |
Mike Bayer | tabbing fix |
commit | commitdiff | tree |
2006-01-18 |
Mike Bayer | more whitespace |
commit | commitdiff | tree |
2006-01-18 |
Mike Bayer | whitespace wrangling |
commit | commitdiff | tree |
2006-01-18 |
Mike Bayer | fix |
commit | commitdiff | tree |
2006-01-18 |
Mike Bayer | dispose() added to pool/engine to allow engines to... |
commit | commitdiff | tree |
2006-01-18 |
Mike Bayer | changes to support docs in IE, adds a lot of whitespace.... |
commit | commitdiff | tree |
2006-01-16 |
Robert Leftwich | Formatting fix. |
commit | commitdiff | tree |
2006-01-16 |
Robert Leftwich | Fixed problem in Column.copy(), _make_proxy() with... |
commit | commitdiff | tree |
2006-01-16 |
Mike Bayer | assign_mapper will create a default __init__ method... |
commit | commitdiff | tree |
2006-01-16 |
Mike Bayer | fullname for table used when generating REFERENCES |
commit | commitdiff | tree |
2006-01-13 |
Mike Bayer | column arguments converted to integer |
commit | commitdiff | tree |
2006-01-13 |
Mike Bayer | mysql table introspection uses 'describe' to work with... |
commit | commitdiff | tree |
2006-01-13 |
Mike Bayer | on foreign key default schema is that of the parent... |
commit | commitdiff | tree |
2006-01-13 |
Mike Bayer | tests mapper column/property check |
commit | commitdiff | tree |
2006-01-13 |
Mike Bayer | checks for relations that override columns and raises... |
commit | commitdiff | tree |
2006-01-12 |
Robert Leftwich | r818@lightspeed: robert | 2006-01-12 18:32:38 +1100 |
commit | commitdiff | tree |
2006-01-11 |
Mike Bayer | id key uses hash_key off of table now that its a short... |
commit | commitdiff | tree |
2006-01-11 |
Mike Bayer | indent fix |
commit | commitdiff | tree |
2006-01-11 |
Mike Bayer | fixes |
commit | commitdiff | tree |
2006-01-11 |
Mike Bayer | does pydoc for properties too |
commit | commitdiff | tree |
2006-01-10 |
Robert Leftwich | r815@lightspeed: robert | 2006-01-11 10:15:14 +1100 |
commit | commitdiff | tree |
2006-01-10 |
Mike Bayer | tabs->spaces ! (also relies upon '2' being present... |
commit | commitdiff | tree |
2006-01-10 |
Mike Bayer | identity map->weakvaluedictionary |
commit | commitdiff | tree |
2006-01-10 |
Robert Leftwich | r810@lightspeed: robert | 2006-01-10 11:49:18 +1100 |
commit | commitdiff | tree |
2006-01-09 |
Mike Bayer | ColumnClause needed optional foreign_key parameter |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | typos |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | added some __repr__ functionality |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | sqlite/postgres reflection will properly add foreign... |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | added count func to mapper |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | added count() to table, from objects |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | added the README to the description |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | key/value params on execute() are based off the from... |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | mit license |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | removed 'primarytable' keyword argument |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | small adjust after mapper/sql overhaul |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | remove method on HashSet |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | added 'import_instance' to properly deal with out-of... |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | modified 'primarytable' idea and 'inheritance' to work... |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | unit tests to test column/pk/fk exports on relational... |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | moved 'float' test into types test, renamed typetest... |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | misc commenty type stuff |
commit | commitdiff | tree |
2006-01-08 |
Mike Bayer | improvements to relational algrebra of Alias, Select... |
commit | commitdiff | tree |
2006-01-05 |
Mike Bayer | testing backref/lazyload uses mapper.get() |
commit | commitdiff | tree |
2006-01-05 |
Mike Bayer | mapper - pks_by_table should store keys in order even... |
commit | commitdiff | tree |
2006-01-05 |
Mike Bayer | added compare function to the more basic expression... |
commit | commitdiff | tree |
2006-01-05 |
Mike Bayer | better exception catch |
commit | commitdiff | tree |
2006-01-05 |
Mike Bayer | added support for foreign keys to work across schemas |
commit | commitdiff | tree |
2006-01-04 |
Mike Bayer | outerjoin onclause is optional |
commit | commitdiff | tree |
2006-01-04 |
Mike Bayer | edits |
commit | commitdiff | tree |
2006-01-03 |
Mike Bayer | copyright->2005,2006 |
commit | commitdiff | tree |
2006-01-03 |
Mike Bayer | cleanup to mapper/relation order_by parameter to be... |
commit | commitdiff | tree |
2006-01-03 |
Mike Bayer | added binary unit tests |
commit | commitdiff | tree |
2006-01-03 |
Mike Bayer | type objects pass engine around to get a hold of DBAPI... |
commit | commitdiff | tree |
2006-01-03 |
Mike Bayer | remove debugging code |
commit | commitdiff | tree |
2006-01-03 |
Mike Bayer | trying to get pg1 date type to work, unsuccessful |
commit | commitdiff | tree |
2006-01-03 |
Mike Bayer | moved tables into examples so basic_tree could be simpl... |
commit | commitdiff | tree |
2006-01-03 |
Mike Bayer | new options, new examples |
commit | commitdiff | tree |
2006-01-02 |
Mike Bayer | column.label is now a function; fix byroot example... |
commit | commitdiff | tree |
2006-01-02 |
Mike Bayer | broke apart deafult ordering into oid or primary key... |
commit | commitdiff | tree |
2006-01-02 |
Mike Bayer | order by oid -> order by *default_order_by() when calle... |
commit | commitdiff | tree |
2006-01-02 |
Mike Bayer | rowid->oid |
commit | commitdiff | tree |
2006-01-02 |
Mike Bayer | changed mysql TIMESTAMP->DATETIME |
commit | commitdiff | tree |
2006-01-01 |
Mike Bayer | factoring out mysql's rowid stuff since its down in... |
commit | commitdiff | tree |
2006-01-01 |
Mike Bayer | rowid_column becomes more like the "order by column... |
commit | commitdiff | tree |
2006-01-01 |
Mike Bayer | postgres oids say byebye by default, putting hooks... |
commit | commitdiff | tree |
2005-12-31 |
Mike Bayer | docdev |
commit | commitdiff | tree |
2005-12-31 |
Mike Bayer | added a hook in for 'binary operator', so sqlite can... |
commit | commitdiff | tree |
2005-12-31 |
Mike Bayer | shuffling to allow standard 'types' module in |
commit | commitdiff | tree |
2005-12-31 |
Mike Bayer | fix to ansisql when it tries to determine param-based... |
commit | commitdiff | tree |
2005-12-31 |
Mike Bayer | license switch |
commit | commitdiff | tree |
2005-12-31 |
Mike Bayer | datetime introspection adjustment |
commit | commitdiff | tree |
2005-12-31 |
Mike Bayer | some doc changes |
commit | commitdiff | tree |
2005-12-30 |
Mike Bayer | changes related to mapping against arbitrary selects... |
commit | commitdiff | tree |
2005-12-30 |
Mike Bayer | some adjustments |
commit | commitdiff | tree |
2005-12-30 |
Mike Bayer | roadmap->trailmap |
commit | commitdiff | tree |
2005-12-30 |
Mike Bayer | roadmap->trailmap |
commit | commitdiff | tree |
2005-12-30 |
Mike Bayer | reworking concept of column lists, "FromObject", "Selec... |
commit | commitdiff | tree |
2005-12-30 |
Mike Bayer | adjustments for oracle sequences |
commit | commitdiff | tree |
2005-12-30 |
Mike Bayer | catching up oracle to current, some tweaks to unittests... |
commit | commitdiff | tree |
2005-12-29 |
Mike Bayer | url change |
commit | commitdiff | tree |
2005-12-29 |
Mike Bayer | updates for assignmapper, inherit_condition not required |
commit | commitdiff | tree |
2005-12-29 |
Mike Bayer | doc updates |
commit | commitdiff | tree |
2005-12-29 |
Mike Bayer | moved _match_primaries from properties to sql.join... |
commit | commitdiff | tree |
2005-12-29 |
Mike Bayer | removed assignmapper |
commit | commitdiff | tree |
2005-12-29 |
Mike Bayer | select_by/get_by get SQL clauses as well |
commit | commitdiff | tree |
2005-12-24 |
Mike Bayer | comments re: partial ordering, association dependencies |
commit | commitdiff | tree |
2005-12-24 |
Mike Bayer | association object dependency glitches |
commit | commitdiff | tree |
2005-12-24 |
Mike Bayer | arg fix in create_engine |
commit | commitdiff | tree |
2005-12-24 |
Mike Bayer | the 'column' function is optional to point a property... |
commit | commitdiff | tree |
2005-12-24 |
Mike Bayer | ColumnProperty -> column |
commit | commitdiff | tree |
2005-12-24 |
Mike Bayer | docstrings |
commit | commitdiff | tree |
2005-12-23 |
Mike Bayer | mapper, when updating, only SET's those columns that... |
commit | commitdiff | tree |
2005-12-23 |
Mike Bayer | added defer and undefer mapper options |
commit | commitdiff | tree |
2005-12-23 |
Mike Bayer | remove debugging/comments |
commit | commitdiff | tree |
2005-12-23 |
Mike Bayer | refactor/cleanup to mapper options methodology to allow... |
commit | commitdiff | tree |
2005-12-23 |
Mike Bayer | move execute parameter processing from sql.ClauseElemen... |
commit | commitdiff | tree |
2005-12-22 |
Mike Bayer | deferred property, checks for NULL primary key componen... |
commit | commitdiff | tree |
next |