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 |
2007-01-18 |
Mike Bayer | - some deeper error checking when compiling relations... |
commit | commitdiff | tree |
2007-01-17 |
Mike Bayer | removed unnecessary value grab |
commit | commitdiff | tree |
2007-01-17 |
Mike Bayer | tweaks |
commit | commitdiff | tree |
2007-01-17 |
Mike Bayer | updates, verbiage |
commit | commitdiff | tree |
2007-01-17 |
Mike Bayer | - fix to the initial checkfirst for tables to take... |
commit | commitdiff | tree |
2007-01-17 |
Jonathan Ellis | document "Accessing the Session" |
commit | commitdiff | tree |
2007-01-16 |
Mike Bayer | added testcase to ensure that type gets propigated... |
commit | commitdiff | tree |
2007-01-16 |
Mike Bayer | added "options" to exported query API |
commit | commitdiff | tree |
2007-01-16 |
Mike Bayer | verbiage updates, this is a work-in-progress (WIP) |
commit | commitdiff | tree |
2007-01-15 |
Mike Bayer | - added optional constructor to sql.ColumnCollection |
commit | commitdiff | tree |
2007-01-15 |
Mike Bayer | - trying to redefine a reflected primary key column... |
commit | commitdiff | tree |
2007-01-14 |
Mike Bayer | [ticket:398] |
commit | commitdiff | tree |
2007-01-14 |
Mike Bayer | - default cascade is "save-update, merge" |
commit | commitdiff | tree |
2007-01-14 |
Mike Bayer | - postgres cursor option is now server_side_cursors... |
commit | commitdiff | tree |
2007-01-13 |
Mike Bayer | - basic idea of "session.merge()" actually implemented... |
commit | commitdiff | tree |
2007-01-12 |
Mike Bayer | more insure->ensure. this is going to be a hard habit... |
commit | commitdiff | tree |
2007-01-12 |
Mike Bayer | - mysql is inconsistent with what kinds of quotes it... |
commit | commitdiff | tree |
2007-01-11 |
Mike Bayer | - added "fetchmany()" support to ResultProxy |
commit | commitdiff | tree |
2007-01-10 |
Mike Bayer | - postgres no longer uses client-side cursors, uses... |
commit | commitdiff | tree |
2007-01-09 |
Jonathan Ellis | add test for max_order non_primary mapper from the... |
commit | commitdiff | tree |
next |