2007-02-16 |
Rick Morrison | Fix Fix for adodbapi bug introduced by ticket 419 |
commit | commitdiff | tree |
2007-02-16 |
Rick Morrison | Func rewrite for better unittest compatibility |
commit | commitdiff | tree |
2007-02-15 |
Mike Bayer | dont do RAWTOHEX on None |
commit | commitdiff | tree |
2007-02-15 |
Mike Bayer | - some cleanup to the unitofwork test suite (needs... |
commit | commitdiff | tree |
2007-02-15 |
Rick Morrison | revert old unittest patch for MSSQL |
commit | commitdiff | tree |
2007-02-15 |
Rick Morrison | MSSSQL is now passing unit tests (well, some) thanks... |
commit | commitdiff | tree |
2007-02-14 |
Rick Morrison | run-time selectable DB-API modules for mssql [ticket... |
commit | commitdiff | tree |
2007-02-14 |
Rick Morrison | Fix for ticket 473 |
commit | commitdiff | tree |
2007-02-14 |
Rick Morrison | Fix query.get for MSSQL tables with schema specified |
commit | commitdiff | tree |
2007-02-14 |
Mike Bayer | - fixed relationship deletion error where parent/child... |
commit | commitdiff | tree |
2007-02-13 |
Mike Bayer | - fixed argument passing to straight textual execute... |
commit | commitdiff | tree |
2007-02-13 |
Mike Bayer | - fix for very large topological sorts, courtesy ants... |
commit | commitdiff | tree |
2007-02-10 |
Mike Bayer | - added support for py2.5 "with" statement with Session... |
commit | commitdiff | tree |
2007-02-10 |
Mike Bayer | - added options() method to SelectResults, equivalent... |
commit | commitdiff | tree |
2007-02-10 |
Mike Bayer | - implemented foreign_keys argument on relation() ... |
commit | commitdiff | tree |
2007-02-07 |
Mike Bayer | removed MissingTypeError (think it was an accidental... |
commit | commitdiff | tree |
2007-02-07 |
Mike Bayer | - added optional __table_opts__ dictionary to ActiveMap... |
commit | commitdiff | tree |
2007-02-06 |
Rick Morrison | ticket 298 plus transaction fixes for pymssql |
commit | commitdiff | tree |
2007-02-06 |
Mike Bayer | - added PGInterval type [ticket:460] |
commit | commitdiff | tree |
2007-02-06 |
Mike Bayer | - fixed "remote_side" in testrelationonbaseclass [ticke... |
commit | commitdiff | tree |
2007-02-06 |
Mike Bayer | - added PrefetchingResultProxy support to pre-fetch... |
commit | commitdiff | tree |
2007-02-05 |
Mike Bayer | - added distinct() method to SelectResults. generally... |
commit | commitdiff | tree |
2007-02-05 |
Mike Bayer | nested query will always use order_by even if distinct... |
commit | commitdiff | tree |
2007-02-04 |
Mike Bayer | make sure auto-reflection of remote tables working... |
commit | commitdiff | tree |
2007-02-04 |
Mike Bayer | - added "schema" argument to all has_table() calls... |
commit | commitdiff | tree |
2007-02-04 |
Mike Bayer | alternate OrderedSet implementation courtesy sdobrev |
commit | commitdiff | tree |
2007-02-04 |
Mike Bayer | added 'ascii' as default encoding in case getdefaultloc... |
commit | commitdiff | tree |
2007-02-04 |
Mike Bayer | added mockdbapi to mysql dialect create to better help... |
commit | commitdiff | tree |
2007-02-04 |
Mike Bayer | polymorphic union uses the literal_column function... |
commit | commitdiff | tree |
2007-02-04 |
Mike Bayer | - added literal_column() to specify a column clause... |
commit | commitdiff | tree |
2007-02-04 |
Mike Bayer | OK nevermind that last commit, rolling the quoting... |
commit | commitdiff | tree |
2007-02-04 |
Mike Bayer | - more quoting fixes for [ticket:450]...quoting more... |
commit | commitdiff | tree |
2007-02-02 |
Mike Bayer | - sequences on a non-pk column will properly fire off... |
commit | commitdiff | tree |
2007-02-02 |
Mike Bayer | unit test for "cant execute" |
commit | commitdiff | tree |
2007-02-02 |
Mike Bayer | - added a "supports_execution()" method to ClauseElemen... |
commit | commitdiff | tree |
2007-02-02 |
Mike Bayer | removed extra _find_cycles call |
commit | commitdiff | tree |
2007-02-01 |
Mike Bayer | added unit test for previous checked in lazy fix |
commit | commitdiff | tree |
2007-02-01 |
Mike Bayer | - clear_mappers() just blows away all of ArgSingleton... |
commit | commitdiff | tree |
2007-02-01 |
Mike Bayer | - the "polymorphic_primaryjoin" again goes against... |
commit | commitdiff | tree |
2007-02-01 |
Mike Bayer | - improved support for complex queries embedded into... |
commit | commitdiff | tree |
2007-01-31 |
Mike Bayer | added types to genned docs |
commit | commitdiff | tree |
2007-01-31 |
Mike Bayer | clarification to detached state |
commit | commitdiff | tree |
2007-01-30 |
Mike Bayer | - fix to deferred so that load operation doesnt mistake... |
commit | commitdiff | tree |
2007-01-30 |
Mike Bayer | further work on insuring clear_mappers() really works... |
commit | commitdiff | tree |
2007-01-30 |
Mike Bayer | - fixed bug where cascade operations incorrectly includ... |
commit | commitdiff | tree |
2007-01-30 |
Mike Bayer | doc |
commit | commitdiff | tree |
2007-01-29 |
Mike Bayer | updated docs for delete() |
commit | commitdiff | tree |
2007-01-29 |
Mike Bayer | reset managed attributes on mapped classes when clear_m... |
commit | commitdiff | tree |
2007-01-29 |
Mike Bayer | empty out ClassKey registry when clear_mappers() is... |
commit | commitdiff | tree |
2007-01-29 |
Mike Bayer | fixes to quoting on "fake" column when used off its... |
commit | commitdiff | tree |
2007-01-28 |
Mike Bayer | removed erroneous "lazy" |
commit | commitdiff | tree |
2007-01-28 |
Mike Bayer | removed various print statements |
commit | commitdiff | tree |
2007-01-28 |
Mike Bayer | added regexp search for "schema" in sequence reflection... |
commit | commitdiff | tree |
2007-01-28 |
Mike Bayer | merged the polymorphic relationship refactoring branch... |
commit | commitdiff | tree |
2007-01-28 |
Mike Bayer | fixed "eager=True" |
commit | commitdiff | tree |
2007-01-27 |
Mike Bayer | - added a standardized test harness for ORM tests |
commit | commitdiff | tree |
2007-01-27 |
Mike Bayer | - fix for multi-level polymorphic mappers |
commit | commitdiff | tree |
2007-01-27 |
Mike Bayer | - eager relation to an inheriting mapper wont fail... |
commit | commitdiff | tree |
2007-01-27 |
Mike Bayer | added a close() to the single SQL execute, useful for... |
commit | commitdiff | tree |
2007-01-26 |
Mike Bayer | removed print line |
commit | commitdiff | tree |
2007-01-25 |
Jonathan Ellis | pool_size was there already of course :-| |
commit | commitdiff | tree |
2007-01-25 |
Jonathan Ellis | r/m unused import |
commit | commitdiff | tree |
2007-01-25 |
Jonathan Ellis | add pool_size to "list of all standard options" |
commit | commitdiff | tree |
2007-01-25 |
Mike Bayer | - fix to reflection on older DB's that might return... |
commit | commitdiff | tree |
2007-01-24 |
Mike Bayer | - calling corresponding_column with keys_ok matches... |
commit | commitdiff | tree |
2007-01-24 |
Mike Bayer | added unit tests illustrating current workaround for... |
commit | commitdiff | tree |
2007-01-24 |
Mike Bayer | raise exception if invalid collection class used |
commit | commitdiff | tree |
2007-01-24 |
Mike Bayer | changeset |
commit | commitdiff | tree |
2007-01-24 |
Mike Bayer | oracle can conditionally decide if it wants to say... |
commit | commitdiff | tree |
2007-01-24 |
Jonathan Ellis | note support for LIMIT in firebird and mssql |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | formatting |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | test patches from [ticket:422] |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | - *slight* support for binary, but still need to figure... rel_0_3_4 |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | attempting to get oracle binary working |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | 0.3.4 |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | - added support for column "key" attribute to be useabl... |
commit | commitdiff | tree |
2007-01-23 |
Jonathan Ellis | justify text |
commit | commitdiff | tree |
2007-01-23 |
Jonathan Ellis | add example of joining to labeled table |
commit | commitdiff | tree |
2007-01-23 |
Jonathan Ellis | split out SelectableClassType from TableClassType,... |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | relationships no longer compile against the "selectable... |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | added "instances" to assign_mapper funcs [ticket:433] |
commit | commitdiff | tree |
2007-01-22 |
Mike Bayer | added a session transaction test |
commit | commitdiff | tree |
2007-01-21 |
Mike Bayer | oops, change from yesterday fails the zblog tests.... |
commit | commitdiff | tree |
2007-01-21 |
Mike Bayer | better error message from [ticket:429] |
commit | commitdiff | tree |
2007-01-21 |
Mike Bayer | added merge unit test from [ticket:430] |
commit | commitdiff | tree |
2007-01-21 |
Mike Bayer | added recursion check to merge |
commit | commitdiff | tree |
2007-01-21 |
Jonathan Ellis | selectby -> select_by |
commit | commitdiff | tree |
2007-01-21 |
Mike Bayer | docs: [ticket:345], [ticket:356], [ticket:48], [ticket... |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | - mysql table create options work on a generic passthru... |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | - added "validate=False" argument to assign_mapper... |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | starting to refactor adaptation of inherited properties... |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | - tightened down conditions used to locate "relation... |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | removed |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | - fix to "proxy=True" behavior on synonym() |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | - trailing underscores are trimmed from func.<xxx>... |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | - changed "BooleanExpression" to subclass from "BinaryE... |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | - fixed bug where delete-orphan basically didn't work... |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | added testcase for upcoming ticket |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | - another fix to subquery correlation so that a subquer... |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | has_table wasnt handling case-sensitive table names |
commit | commitdiff | tree |
next |