2006-11-29 |
Mike Bayer | oops, KeyError fix for [ticket:380] |
commit | commitdiff | tree |
2006-11-29 |
Mike Bayer | fixed has_key exception to be KeyError [ticket:380] |
commit | commitdiff | tree |
2006-11-29 |
Mike Bayer | - added extra check to "stop" cascading on save/update... |
commit | commitdiff | tree |
2006-11-27 |
Mike Bayer | added label() function to Select class, useable only... |
commit | commitdiff | tree |
2006-11-27 |
Mike Bayer | removed old function |
commit | commitdiff | tree |
2006-11-26 |
Mike Bayer | - made kwargs parsing to Table strict; removed various... |
commit | commitdiff | tree |
2006-11-25 |
Mike Bayer | some clenaup on the "correlation" API on the _Select... |
commit | commitdiff | tree |
2006-11-25 |
Mike Bayer | - cleanup on some instance vars in Select (is_scalar... |
commit | commitdiff | tree |
2006-11-24 |
Mike Bayer | added mapper return value to assign_mapper |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | fix to oracle types test, added RAW type [ticket:378] |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | fix to previous checkin |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | [ticket:373] |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | [ticket:366] |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | [ticket:374] [ticket:377] [ticket:375], small fix to... |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | copyright date.... |
commit | commitdiff | tree |
2006-11-17 |
Mike Bayer | added extra pickle unittest to insure update occurs... |
commit | commitdiff | tree |
2006-11-13 |
Mike Bayer | reflect from table.fullname for schema support |
commit | commitdiff | tree |
2006-11-13 |
Mike Bayer | its that time rel_0_3_1 |
commit | commitdiff | tree |
2006-11-13 |
Mike Bayer | tweaks to get module functions links to work |
commit | commitdiff | tree |
2006-11-13 |
Mike Bayer | edits |
commit | commitdiff | tree |
2006-11-12 |
Mike Bayer | one of those non-2.3 generators got in there... |
commit | commitdiff | tree |
2006-11-12 |
Mike Bayer | edits |
commit | commitdiff | tree |
2006-11-12 |
Mike Bayer | - create_engine() reworked to be strict about incoming... |
commit | commitdiff | tree |
2006-11-11 |
Mike Bayer | further refactoring of topological sort for clarity |
commit | commitdiff | tree |
2006-11-11 |
Mike Bayer | more fixes to topological sort with regards to cycles... |
commit | commitdiff | tree |
2006-11-10 |
Mike Bayer | patched **kwargs enhancement for [ticket:361] |
commit | commitdiff | tree |
2006-11-10 |
Mike Bayer | fix to query.count to use mapper-defined primary key... |
commit | commitdiff | tree |
2006-11-10 |
Mike Bayer | - "delete-orphan" for a certain type can be set on... |
commit | commitdiff | tree |
2006-11-08 |
Mike Bayer | create_args->connect_args |
commit | commitdiff | tree |
2006-11-07 |
Rick Morrison | fix: auto_identity_insert was not working with non... |
commit | commitdiff | tree |
2006-11-05 |
Mike Bayer | removed 'redefine' from docstring |
commit | commitdiff | tree |
2006-11-04 |
Mike Bayer | - fix to subtle condition in topological sort where... |
commit | commitdiff | tree |
2006-11-03 |
Mike Bayer | - improvement to single table inheritance to load full... |
commit | commitdiff | tree |
2006-11-03 |
Mike Bayer | - added an assertion within the "cascade" step of ORM... |
commit | commitdiff | tree |
2006-11-02 |
Mike Bayer | ExtensionOption needed to extend from MapperOption |
commit | commitdiff | tree |
2006-11-02 |
Mike Bayer | - implemented from_obj argument for query.count, improv... |
commit | commitdiff | tree |
2006-11-01 |
Mike Bayer | some example cleanup |
commit | commitdiff | tree |
2006-11-01 |
Mike Bayer | added graphing example |
commit | commitdiff | tree |
2006-11-01 |
Jonathan Ellis | link to SqlSoup docs on the wiki |
commit | commitdiff | tree |
2006-11-01 |
Mike Bayer | - fixed bug in circular dependency sorting at flush... |
commit | commitdiff | tree |
2006-10-31 |
Mike Bayer | - fixed bug where eagerload() (nor lazyload()) option... |
commit | commitdiff | tree |
2006-10-31 |
Mike Bayer | - fixed direct execution of Compiled objects |
commit | commitdiff | tree |
2006-10-31 |
Jonathan Ellis | raise InvalidRequest when asked to perform DDL on non... |
commit | commitdiff | tree |
2006-10-31 |
Jonathan Ellis | smarter name generation (handles self-referencing Selec... |
commit | commitdiff | tree |
2006-10-31 |
Mike Bayer | figured out how a Select can be in its own _froms list... |
commit | commitdiff | tree |
2006-10-30 |
Mike Bayer | - fix to postgres sequence quoting when using schemas |
commit | commitdiff | tree |
2006-10-30 |
Mike Bayer | fixed binary types test to use two binary files specifi... |
commit | commitdiff | tree |
2006-10-29 |
Mike Bayer | further fixes to sqlite booleans, weren't working as... |
commit | commitdiff | tree |
2006-10-29 |
Mike Bayer | added assertion to check that mappers only inherit... |
commit | commitdiff | tree |
2006-10-27 |
Mike Bayer | added system return code to base runtest |
commit | commitdiff | tree |
2006-10-26 |
Mike Bayer | converted imports to absolute |
commit | commitdiff | tree |
2006-10-24 |
Jonathan Ellis | add join explanation for myisam |
commit | commitdiff | tree |
2006-10-24 |
Mike Bayer | - MySQL catches exception on "describe" and reports... |
commit | commitdiff | tree |
2006-10-24 |
Mike Bayer | oops, removed pool debugging code |
commit | commitdiff | tree |
2006-10-24 |
Mike Bayer | - SingletonConnectionPool must use the "threadlocal... |
commit | commitdiff | tree |
2006-10-24 |
Mike Bayer | - some new Pool utility classes, updated docs |
commit | commitdiff | tree |
2006-10-24 |
Mike Bayer | log connection closes |
commit | commitdiff | tree |
2006-10-24 |
Mike Bayer | - eager query generation adjustment, [ticket:355] |
commit | commitdiff | tree |
2006-10-23 |
Mike Bayer | fixed the example, because my brain goes blank when... |
commit | commitdiff | tree |
2006-10-23 |
Mike Bayer | association mappings are now simpler, updated docs |
commit | commitdiff | tree |
2006-10-23 |
Mike Bayer | expired instances will get mapper extension's populate_... |
commit | commitdiff | tree |
2006-10-23 |
Jonathan Ellis | fully reST-ify doctests |
commit | commitdiff | tree |
2006-10-23 |
Mike Bayer | set global 'sqlalchemy' log level to ERROR so it is... |
commit | commitdiff | tree |
2006-10-23 |
Mike Bayer | integrated coverage.py into unittest suite |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | "circular mapping" is out, SA figures that stuff out... |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | fixed some imports, transaction hanging open rel_0_3_0 |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | added string length to avoid LOB col type in oracle |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | updating the cycles test |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | updates to oracle |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | misc |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | docstring |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | . |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | more on non-threadsafeness |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | docs about objects not being threadsafe |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | renamed Column/ColumnClause "hidden" to "_is_oid" |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | added __getattr__() proxy to TypeDecorator |
commit | commitdiff | tree |
2006-10-22 |
Mike Bayer | - attributes module and test suite moves underneath... |
commit | commitdiff | tree |
2006-10-21 |
Mike Bayer | - docstring on polymorphic_mapping |
commit | commitdiff | tree |
2006-10-21 |
Mike Bayer | re-implemented extension option |
commit | commitdiff | tree |
2006-10-21 |
Mike Bayer | tweak for Table.create() not having a return value |
commit | commitdiff | tree |
2006-10-21 |
Mike Bayer | ugh, restored brackets |
commit | commitdiff | tree |
2006-10-21 |
Mike Bayer | docstrings |
commit | commitdiff | tree |
2006-10-21 |
Mike Bayer | took out unused formatting |
commit | commitdiff | tree |
2006-10-21 |
Mike Bayer | take those 2.4 generators out.... |
commit | commitdiff | tree |
2006-10-21 |
Mike Bayer | merge of new documentation generation system |
commit | commitdiff | tree |
2006-10-20 |
Mike Bayer | some docstring stuff |
commit | commitdiff | tree |
2006-10-20 |
Mike Bayer | fixed pg reflection of timezones |
commit | commitdiff | tree |
2006-10-20 |
Mike Bayer | got linking of classes to work. but what a mess the... |
commit | commitdiff | tree |
2006-10-20 |
Mike Bayer | more doc |
commit | commitdiff | tree |
2006-10-20 |
Mike Bayer | dev |
commit | commitdiff | tree |
2006-10-19 |
Mike Bayer | fix for sqlite refection of names with weird quotes... |
commit | commitdiff | tree |
2006-10-19 |
Mike Bayer | - cleanup to the last commit |
commit | commitdiff | tree |
2006-10-19 |
Mike Bayer | progress on [ticket:329] |
commit | commitdiff | tree |
2006-10-19 |
Mike Bayer | various huge fixes from [ticket:330], thanks to Lele... |
commit | commitdiff | tree |
2006-10-19 |
Mike Bayer | fixed __repr__ style to be inline with python style... |
commit | commitdiff | tree |
2006-10-19 |
Mike Bayer | - [ticket:346], session closing the connection on flush |
commit | commitdiff | tree |
2006-10-17 |
Mike Bayer | if type is None it will be propigated from a ForeignKey |
commit | commitdiff | tree |
2006-10-17 |
Mike Bayer | typo |
commit | commitdiff | tree |
2006-10-17 |
Mike Bayer | synonym does not create the proxying behavior unless... |
commit | commitdiff | tree |
2006-10-17 |
Mike Bayer | restored "synonym" property |
commit | commitdiff | tree |
next |