2007-02-24 |
Mike Bayer | - added "refresh-expire" cascade [ticket:492] |
commit | commitdiff | tree |
2007-02-24 |
Mike Bayer | - correlated subqueries work inside of ORDER BY, GROUP BY |
commit | commitdiff | tree |
2007-02-23 |
Mike Bayer | - exists() becomes useable as a standalone selectable... |
commit | commitdiff | tree |
2007-02-22 |
Mike Bayer | - a full select() construct can be passed to query... |
commit | commitdiff | tree |
2007-02-22 |
Mike Bayer | restored sequence back, needed by PG for the unit test rel_0_3_5 |
commit | commitdiff | tree |
2007-02-22 |
Mike Bayer | - added selectfirst(), selectfirst_by() to assign_mappe... |
commit | commitdiff | tree |
2007-02-22 |
Mike Bayer | added collengths to use varchar instead of TEXT |
commit | commitdiff | tree |
2007-02-21 |
Mike Bayer | - removed deprecated method of specifying custom collec... |
commit | commitdiff | tree |
2007-02-21 |
Mike Bayer | formatting fix |
commit | commitdiff | tree |
2007-02-21 |
Mike Bayer | formatting/cleanup |
commit | commitdiff | tree |
2007-02-21 |
Mike Bayer | - eager relation loading bug fixed for eager relation... |
commit | commitdiff | tree |
2007-02-21 |
Rick Morrison | Tested with pymssql 0.8.0 |
commit | commitdiff | tree |
2007-02-20 |
Mike Bayer | fix to the fix for [ticket:454], prevent other mappers... |
commit | commitdiff | tree |
2007-02-20 |
Mike Bayer | - added "contains_alias()" option for result set mappin... |
commit | commitdiff | tree |
2007-02-20 |
Mike Bayer | - added "alias" argument to contains_eager(). use... |
commit | commitdiff | tree |
2007-02-20 |
Mike Bayer | - moved SynonymProperty to interfaces, since its more... |
commit | commitdiff | tree |
2007-02-19 |
Rick Morrison | (no commit message) |
commit | commitdiff | tree |
2007-02-19 |
Mike Bayer | removed not-always-applicable check for "polymorphic_id... |
commit | commitdiff | tree |
2007-02-19 |
Mike Bayer | - documented foreign_keys argument |
commit | commitdiff | tree |
2007-02-19 |
Mike Bayer | reverted unit test change |
commit | commitdiff | tree |
2007-02-19 |
Mike Bayer | - oracle issues a log warning when a related table... |
commit | commitdiff | tree |
2007-02-18 |
Rick Morrison | Completed previously missed patches from tickets 422... |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | - modified patch for [ticket:379] - detecting synonyms... |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | - fixes to tometadata() operation to propigate Constrai... |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | - fixed generation of CHECK constraints on columns... |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | - extension() query option propigates to Mapper._instan... |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | - moved change for [ticket:466] to ansisql, since thats... |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | added PGInet type [ticket:444] |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | - added a Sequence to the unicode test tables to help... |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | [ticket:463] fix to OrderedSet |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | commented out ImportError for now; will issue new ticke... |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | - fixed oracle list of binary types to check for their... |
commit | commitdiff | tree |
2007-02-17 |
Mike Bayer | - small fix to BoundMetaData to accept unicode or strin... |
commit | commitdiff | tree |
2007-02-16 |
Rick Morrison | better MSSSQL support for implicit sequences and auto... |
commit | commitdiff | tree |
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 |
next |