2006-07-22 |
Mike Bayer | fixed reflection of foreign keys to autoload the refere... |
commit | commitdiff | tree |
2006-07-21 |
Jonathan Ellis | schema support for sqlsoup |
commit | commitdiff | tree |
2006-07-21 |
Jonathan Ellis | fix doctests by ensuring consistent sort order via... |
commit | commitdiff | tree |
2006-07-21 |
Jonathan Ellis | _selectable interface; allows sqlsoup to pass its class... |
commit | commitdiff | tree |
2006-07-21 |
Jonathan Ellis | fix doctest integration |
commit | commitdiff | tree |
2006-07-21 |
Jonathan Ellis | add test for allow_null_pks |
commit | commitdiff | tree |
2006-07-21 |
Mike Bayer | added allow_null_pks option to Mapper, allows rows... |
commit | commitdiff | tree |
2006-07-20 |
Mike Bayer | assignmapper was setting is_primary=True, causing all... |
commit | commitdiff | tree |
2006-07-20 |
Mike Bayer | fixed [ticket:245] rel_0_2_6 |
commit | commitdiff | tree |
2006-07-20 |
Mike Bayer | patch to inheritance section |
commit | commitdiff | tree |
2006-07-20 |
Mike Bayer | implemented latest patch on [ticket:105], modified... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | patch for [ticket:105], adding "owner" support to oracl... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | added table.exists() |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | added 'checkfirst' argument to table.create()/table... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | reduced bind param size in query._get to appease the... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | mapper compilation work ongoing, someday it'll work... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | fix to typing in clause construction which specifically... |
commit | commitdiff | tree |
2006-07-19 |
Mike Bayer | failing test case re: compilation |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | added "synonym()" function, applied to properties to... |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | remove print statement |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | overhaul to MapperExtension so they arent chained via... |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | echo=True |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | added __setitem__ to Constraint |
commit | commitdiff | tree |
2006-07-18 |
Mike Bayer | fixed table name in REFERENCES clause to include schema... |
commit | commitdiff | tree |
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 |
next |