2006-07-17 |
Mike Bayer | some cleanup on session/uow interaction, check for... |
commit | commitdiff | tree |
2006-07-14 |
Mike Bayer | some cascade tweaks |
commit | commitdiff | tree |
2006-07-14 |
Mike Bayer | deferred column load could screw up the connection... |
commit | commitdiff | tree |
2006-07-14 |
Mike Bayer | overhaul to schema, addition of ForeignKeyConstraint/ |
commit | commitdiff | tree |
2006-07-14 |
Jonathan LaCour | ActiveMapper now supports autoloading of column definit... |
commit | commitdiff | tree |
2006-07-13 |
Mike Bayer | $-># for install prompt |
commit | commitdiff | tree |
2006-07-13 |
Mike Bayer | DB connection errors wrapped in DBAPIErrors |
commit | commitdiff | tree |
2006-07-13 |
Mike Bayer | added count/count_by to assignmapper, plus a test in... |
commit | commitdiff | tree |
2006-07-13 |
Mike Bayer | fixed up boolean datatype for sqlite, mysql, ms-sql |
commit | commitdiff | tree |
2006-07-12 |
Mike Bayer | still having mappers not getting compiled...sigh... |
commit | commitdiff | tree |
2006-07-12 |
Mike Bayer | primary key identifier is a list now, not param list... |
commit | commitdiff | tree |
2006-07-12 |
Mike Bayer | clarified passivedefault only for INSERT, added brief... |
commit | commitdiff | tree |
2006-07-11 |
Mike Bayer | slightly less lame version function |
commit | commitdiff | tree |
2006-07-11 |
Mike Bayer | sqlite detects version and disables CAST if version... |
commit | commitdiff | tree |
2006-07-10 |
Mike Bayer | expunge wasnt de-associating the object with a session |
commit | commitdiff | tree |
2006-07-10 |
Mike Bayer | activemapper will use threadlocal mod's objectstore... |
commit | commitdiff | tree |
2006-07-10 |
Mike Bayer | adjument to regexp for parsing courtesy Barry Warsaw |
commit | commitdiff | tree |
2006-07-10 |
Mike Bayer | fix to error message for object with mismatched session |
commit | commitdiff | tree |
2006-07-10 |
Mike Bayer | hey ho alphas got to go |
commit | commitdiff | tree |
2006-07-10 |
Mike Bayer | works without backrefs too.... |
commit | commitdiff | tree |
2006-07-09 |
Mike Bayer | some refactorings to activemapper, made relationship... |
commit | commitdiff | tree |
2006-07-09 |
Mike Bayer | added workaround for funny pragma behavior on windows... |
commit | commitdiff | tree |
2006-07-09 |
Mike Bayer | small fix to relation compilation |
commit | commitdiff | tree |
2006-07-08 |
Mike Bayer | 0.2.5 rel_0_2_5 |
commit | commitdiff | tree |
2006-07-08 |
Mike Bayer | took out that whole compilation dependency thing. ... |
commit | commitdiff | tree |
2006-07-07 |
Mike Bayer | made mapper compilation "check for remaining mappers... |
commit | commitdiff | tree |
2006-07-07 |
Mike Bayer | removed debug line |
commit | commitdiff | tree |
2006-07-03 |
Mike Bayer | ordering of UPDATE and DELETE statements within groups... |
commit | commitdiff | tree |
2006-07-02 |
Mike Bayer | fixed hyperlink to adv datamapping |
commit | commitdiff | tree |
2006-07-02 |
Mike Bayer | change exception message |
commit | commitdiff | tree |
2006-07-01 |
Mike Bayer | got MS-SQL support largely working, including reflectio... |
commit | commitdiff | tree |
2006-07-01 |
Mike Bayer | some adjustments to activemapper's objectstore to be... |
commit | commitdiff | tree |
2006-06-30 |
Mike Bayer | fixes to attributes/related so that get_history with... |
commit | commitdiff | tree |
2006-06-30 |
Jonathan LaCour | Put back in the foreign-key checking code in process_re... |
commit | commitdiff | tree |
2006-06-29 |
Jonathan LaCour | There were two significant changes in this commit: |
commit | commitdiff | tree |
2006-06-29 |
Mike Bayer | added a note about sqlite uris |
commit | commitdiff | tree |
2006-06-29 |
Mike Bayer | removed toengine() calls |
commit | commitdiff | tree |
2006-06-29 |
Mike Bayer | inserting './lib/' into sys.path since PYTHONPATH no... |
commit | commitdiff | tree |
2006-06-28 |
Mike Bayer | fixed endless loop bug in select_by(), if the traversal hit |
commit | commitdiff | tree |
2006-06-28 |
Mike Bayer | firebird patch with support for type_conv |
commit | commitdiff | tree |
2006-06-28 |
Jonathan LaCour | Updated ActiveMapper to support order_by parameters... |
commit | commitdiff | tree |
2006-06-27 |
Mike Bayer | fixes to pool_invalidate [ticket:224] rel_0_2_4 |
commit | commitdiff | tree |
2006-06-27 |
Mike Bayer | new MySQL types: MSEnum, MSTinyText, MSMediumText,... |
commit | commitdiff | tree |
2006-06-27 |
Mike Bayer | lazy load bind params properly propigate column type... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | cursor() method on ConnectionFairy allows db-specific... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | PG didnt like 'user' for a table name |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | dont put SERIAL on a column if it has a ForeignKey |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | fixed attribute manager's ability to traverse the full... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | 0.2.4... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | migrated Queue.Queue to its own module here, to assure... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | fix to the column properties to better compile the... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | some doc edits |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | fix to timeout |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | attempting to fix reentrant condition that can happen... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | when QueuePool times out it raises a TimeoutError inste... |
commit | commitdiff | tree |
2006-06-23 |
Mike Bayer | fixed bug when specifying explicit module to mysql... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | added *extra to mysql string type to consume extra... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | fixes to inheritance firing off dependency processors... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | identified another TLTransaction scenario, and adjusted... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | TLConnection insures that it is used to create a transa... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | still fixing compilation.....dum de dum..... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | removed non py2.3ish parenthesis |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | more compilation fixes |
commit | commitdiff | tree |
2006-06-21 |
sean | Replaced tab spacing with plain spaces. |
commit | commitdiff | tree |
2006-06-21 |
sean | Changed mapper.get_session to compile mapper and thereb... |
commit | commitdiff | tree |
2006-06-20 |
Mike Bayer | some cleanup to the new compilation changes |
commit | commitdiff | tree |
2006-06-20 |
Mike Bayer | possible fix to deferred compilation, adds an extra... |
commit | commitdiff | tree |
2006-06-19 |
Mike Bayer | single space for MySQL appeasement |
commit | commitdiff | tree |
2006-06-19 |
Mike Bayer | more development on using eager loads/limit/offset... |
commit | commitdiff | tree |
2006-06-19 |
Mike Bayer | when Query does the "nested select" thing, it copies... |
commit | commitdiff | tree |
2006-06-19 |
Mike Bayer | added check for conflicting backrefs + unit test |
commit | commitdiff | tree |
2006-06-18 |
Robert Leftwich | Added some additional data to exception raised in Prope... |
commit | commitdiff | tree |
2006-06-18 |
Mike Bayer | lazy load and deferred load operations require the... |
commit | commitdiff | tree |
2006-06-17 |
Mike Bayer | try/except around init.__name__ = oldinit.__name__... |
commit | commitdiff | tree |
2006-06-17 |
Mike Bayer | cast converted into its own ClauseElement so that it... rel_0_2_3 |
commit | commitdiff | tree |
2006-06-17 |
Mike Bayer | if an object fails construction, doesnt get added to... |
commit | commitdiff | tree |
2006-06-16 |
Mike Bayer | updates |
commit | commitdiff | tree |
2006-06-16 |
Mike Bayer | unsupported unit test on mysql |
commit | commitdiff | tree |
2006-06-16 |
Mike Bayer | more intelligent "removal" of list items when a list... |
commit | commitdiff | tree |
2006-06-16 |
Mike Bayer | removed historyarray test |
commit | commitdiff | tree |
2006-06-16 |
Mike Bayer | fixed bug where if a many-to-many table mapped as ... |
commit | commitdiff | tree |
2006-06-15 |
Mike Bayer | fixed 'port' attribute of URL to be an integer if prese... |
commit | commitdiff | tree |
2006-06-15 |
Mike Bayer | some adjustments |
commit | commitdiff | tree |
2006-06-15 |
Mike Bayer | merged attributes rewrite |
commit | commitdiff | tree |
2006-06-15 |
Mike Bayer | if an item attached to a parent is found to be already... |
commit | commitdiff | tree |
2006-06-14 |
Mike Bayer | fixed bug where Column with redefined "key" property... |
commit | commitdiff | tree |
2006-06-14 |
Mike Bayer | fixed nested rollbacks |
commit | commitdiff | tree |
2006-06-14 |
Mike Bayer | unit tests for dangling subquery, many-to-many clear... |
commit | commitdiff | tree |
2006-06-12 |
Mike Bayer | adjustment to better allow textual from clauses |
commit | commitdiff | tree |
2006-06-10 |
Mike Bayer | "parent track" function needed to be more specific... |
commit | commitdiff | tree |
2006-06-08 |
Mike Bayer | separated standalone between(), column.between(), put... |
commit | commitdiff | tree |
2006-06-08 |
Mike Bayer | fixed typing for between() operator, [ticket:202] |
commit | commitdiff | tree |
2006-06-08 |
Mike Bayer | fixed module scoping for class_mapper [ticket:201] |
commit | commitdiff | tree |
2006-06-08 |
Mike Bayer | late compilation of mappers. now you can create mapper... |
commit | commitdiff | tree |
2006-06-07 |
Mike Bayer | possible fix to cascade_mappers |
commit | commitdiff | tree |
2006-06-07 |
Mike Bayer | fixed [ticket:200] |
commit | commitdiff | tree |
2006-06-06 |
Jonathan LaCour | Further improved the process_relationships function... |
commit | commitdiff | tree |
2006-06-06 |
Mike Bayer | fixed bug where tables with schema name werent getting... |
commit | commitdiff | tree |
2006-06-06 |
sean | Copy __name__ and __doc__ from oldinit. |
commit | commitdiff | tree |
2006-06-06 |
Mike Bayer | fix to backref when its none for one-to-one |
commit | commitdiff | tree |
next |