2006-08-03 |
Mike Bayer | oops: committed the rest of [changeset:1759], removed... |
commit | commitdiff | tree |
2006-08-03 |
Mike Bayer | - better check for ambiguous join conditions in sql... |
commit | commitdiff | tree |
2006-08-01 |
Jonathan Ellis | r/m _reset method |
commit | commitdiff | tree |
2006-08-01 |
Jonathan Ellis | expand explanation of Query methods |
commit | commitdiff | tree |
2006-07-31 |
Jonathan Ellis | add update method |
commit | commitdiff | tree |
2006-07-31 |
Jonathan Ellis | fix for when default is zero |
commit | commitdiff | tree |
2006-07-31 |
Jonathan Ellis | typo fix noticed by R Munn |
commit | commitdiff | tree |
2006-07-30 |
Jonathan Ellis | doc update |
commit | commitdiff | tree |
2006-07-30 |
Jonathan Ellis | auto-execute delete stmts |
commit | commitdiff | tree |
2006-07-30 |
Jonathan Ellis | add mappedtable.delete support |
commit | commitdiff | tree |
2006-07-29 |
Jonathan Ellis | soup.engine property |
commit | commitdiff | tree |
2006-07-27 |
Jonathan Ellis | PassiveDefault('?') for autoloaded sqlite defaults |
commit | commitdiff | tree |
2006-07-27 |
Mike Bayer | custom primary/secondary join conditions in a relation... |
commit | commitdiff | tree |
2006-07-26 |
Mike Bayer | oracle boolean type [ticket:257] |
commit | commitdiff | tree |
2006-07-25 |
Mike Bayer | [ticket:256] propigating url.query arguments to connect... |
commit | commitdiff | tree |
2006-07-25 |
Mike Bayer | removed erroneous "on_update" example for PassiveDefault |
commit | commitdiff | tree |
2006-07-24 |
Mike Bayer | fixed anchor tag |
commit | commitdiff | tree |
2006-07-24 |
Mike Bayer | [ticket:254] |
commit | commitdiff | tree |
2006-07-24 |
Jonathan Ellis | with_labels support |
commit | commitdiff | tree |
2006-07-23 |
Jonathan Ellis | fix outdated link into SA docs for Query objects |
commit | commitdiff | tree |
2006-07-23 |
Jonathan Ellis | de-tabbify |
commit | commitdiff | tree |
2006-07-23 |
Jonathan Ellis | ReST-ify docstring |
commit | commitdiff | tree |
2006-07-22 |
Jonathan Ellis | small join api change |
commit | commitdiff | tree |
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 |
next |