2006-08-12 |
Mike Bayer | [ticket:268] |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | refactored ANSIIdentifierPreparer to be visitor based... |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | turned off default case-folding rules as they wreak... |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | added docs for ON UPDATE/DELETE, identifier quoting |
commit | commitdiff | tree |
2006-08-12 |
Mike Bayer | quoting facilities set up so that database-specific... |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | comment |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | [ticket:251] |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | removed superfluous **params |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | SelectResults will use a subselect, when calling an... |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | reflected 'mediumint' type |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | inheritance check uses issubclass() instead of direct... |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | added "nowait" flag to Select() [ticket:270] |
commit | commitdiff | tree |
2006-08-11 |
Mike Bayer | fixed ms-sql connect() to work with adodbapi |
commit | commitdiff | tree |
2006-08-10 |
Mike Bayer | moved rollback catch to mysql module... |
commit | commitdiff | tree |
2006-08-10 |
Jonathan Ellis | fix mysql borkage |
commit | commitdiff | tree |
2006-08-10 |
Jonathan Ellis | fix mysql borkage |
commit | commitdiff | tree |
2006-08-10 |
Mike Bayer | added __contains__ to OrderedProperties, so that rabbit... |
commit | commitdiff | tree |
2006-08-09 |
Mike Bayer | all create()/drop() calls have a keyword argument of... |
commit | commitdiff | tree |
2006-08-09 |
Mike Bayer | added an objectstore clear |
commit | commitdiff | tree |
2006-08-08 |
Mike Bayer | fix to lazy loads when mapping to joins |
commit | commitdiff | tree |
2006-08-08 |
Mike Bayer | adjusted __getstate__ on InstrumentedList to further... |
commit | commitdiff | tree |
2006-08-07 |
Mike Bayer | fixed possible error in mysql reflection where certain... |
commit | commitdiff | tree |
2006-08-07 |
Mike Bayer | added start of a many-to-many test |
commit | commitdiff | tree |
2006-08-06 |
Mike Bayer | fixed small pickle bug with lazy loaders [ticket:265] |
commit | commitdiff | tree |
2006-08-05 |
Mike Bayer | improvement over previous changeset: |
commit | commitdiff | tree |
2006-08-05 |
Mike Bayer | temporary workaround dispose_local() added to Singleton... |
commit | commitdiff | tree |
2006-08-04 |
Mike Bayer | added reflected 'tinyint' type to MS-SQL [ticket:263] |
commit | commitdiff | tree |
2006-08-04 |
Mike Bayer | fixed mysql reflection of default values to be PassiveD... |
commit | commitdiff | tree |
2006-08-04 |
Mike Bayer | adjustments to pool stemming from changes made for... |
commit | commitdiff | tree |
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 |
next |