| Commit message (Expand) | Author | Age | Files | Lines |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 8 | -12/+12 |
| * | alternate OrderedSet implementation courtesy sdobrev | Mike Bayer | 2007-02-04 | 1 | -7/+76 |
| * | added 'ascii' as default encoding in case getdefaultlocale()[1] comes up with... | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
| * | polymorphic union uses the literal_column function for its "textual" column | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
| * | - added literal_column() to specify a column clause that should not undergo a... | Mike Bayer | 2007-02-04 | 4 | -13/+16 |
| * | OK nevermind that last commit, rolling the quoting fix back | Mike Bayer | 2007-02-04 | 2 | -15/+16 |
| * | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 5 | -28/+29 |
| * | - sequences on a non-pk column will properly fire off on INSERT for PG/oracle | Mike Bayer | 2007-02-02 | 2 | -4/+11 |
| * | - added a "supports_execution()" method to ClauseElement, so that individual | Mike Bayer | 2007-02-02 | 2 | -3/+17 |
| * | removed extra _find_cycles call | Mike Bayer | 2007-02-02 | 1 | -1/+0 |
| * | - clear_mappers() just blows away all of ArgSingleton for now | Mike Bayer | 2007-02-01 | 2 | -3/+4 |
| * | - the "polymorphic_primaryjoin" again goes against the parent's non-polymorph... | Mike Bayer | 2007-02-01 | 4 | -20/+30 |
| * | - improved support for complex queries embedded into "where" criterion | Mike Bayer | 2007-02-01 | 6 | -54/+78 |
| * | - fix to deferred so that load operation doesnt mistakenly occur when only | Mike Bayer | 2007-01-30 | 1 | -0/+4 |
| * | further work on insuring clear_mappers() really works. assignmapper identified | Mike Bayer | 2007-01-30 | 4 | -3/+16 |
| * | - fixed bug where cascade operations incorrectly included deleted collection | Mike Bayer | 2007-01-30 | 1 | -4/+1 |
| * | reset managed attributes on mapped classes when clear_mappers called | Mike Bayer | 2007-01-29 | 1 | -1/+3 |
| * | empty out ClassKey registry when clear_mappers() is called | Mike Bayer | 2007-01-29 | 1 | -0/+1 |
| * | fixes to quoting on "fake" column when used off its table | Mike Bayer | 2007-01-29 | 1 | -1/+1 |
| * | removed various print statements | Mike Bayer | 2007-01-28 | 3 | -9/+1 |
| * | added regexp search for "schema" in sequence reflection for [ticket:442], cou... | Mike Bayer | 2007-01-28 | 1 | -0/+6 |
| * | merged the polymorphic relationship refactoring branch in. i want to go furt... | Mike Bayer | 2007-01-28 | 8 | -81/+216 |
| * | - fix for multi-level polymorphic mappers | Mike Bayer | 2007-01-27 | 1 | -3/+3 |
| * | - eager relation to an inheriting mapper wont fail if no rows returned for | Mike Bayer | 2007-01-27 | 1 | -4/+5 |
| * | removed print line | Mike Bayer | 2007-01-26 | 1 | -1/+0 |
| * | r/m unused import | Jonathan Ellis | 2007-01-25 | 1 | -1/+1 |
| * | - fix to reflection on older DB's that might return array() type for | Mike Bayer | 2007-01-25 | 1 | -1/+6 |
| * | - calling corresponding_column with keys_ok matches columns on name, not key,... | Mike Bayer | 2007-01-24 | 3 | -7/+10 |
| * | raise exception if invalid collection class used | Mike Bayer | 2007-01-24 | 1 | -1/+3 |
| * | oracle can conditionally decide if it wants to say "use rowid" in a select st... | Mike Bayer | 2007-01-24 | 6 | -8/+16 |
| * | - *slight* support for binary, but still need to figure out how to insert rea...rel_0_3_4 | Mike Bayer | 2007-01-23 | 1 | -5/+9 |
| * | attempting to get oracle binary working | Mike Bayer | 2007-01-23 | 1 | -0/+7 |
| * | - added support for column "key" attribute to be useable in row[<key>]/row.<key> | Mike Bayer | 2007-01-23 | 2 | -5/+21 |
| * | justify text | Jonathan Ellis | 2007-01-23 | 1 | -8/+9 |
| * | add example of joining to labeled table | Jonathan Ellis | 2007-01-23 | 1 | -1/+10 |
| * | split out SelectableClassType from TableClassType, so we don't have to do an ... | Jonathan Ellis | 2007-01-23 | 1 | -17/+37 |
| * | relationships no longer compile against the "selectable" mapper (i.e. the pol... | Mike Bayer | 2007-01-23 | 3 | -17/+100 |
| * | added "instances" to assign_mapper funcs [ticket:433] | Mike Bayer | 2007-01-23 | 1 | -2/+2 |
| * | oops, change from yesterday fails the zblog tests...now i understand ! | Mike Bayer | 2007-01-21 | 1 | -1/+6 |
| * | better error message from [ticket:429] | Mike Bayer | 2007-01-21 | 1 | -3/+4 |
| * | added recursion check to merge | Mike Bayer | 2007-01-21 | 2 | -17/+25 |
| * | docs: [ticket:345], [ticket:356], [ticket:48], [ticket:403], [ticket:394], | Mike Bayer | 2007-01-21 | 1 | -2/+2 |
| * | - mysql table create options work on a generic passthru now, i.e. Table(..., ... | Mike Bayer | 2007-01-20 | 1 | -5/+6 |
| * | - added "validate=False" argument to assign_mapper, if True will insure that ... | Mike Bayer | 2007-01-20 | 1 | -1/+5 |
| * | starting to refactor adaptation of inherited properties out of the MapperProp... | Mike Bayer | 2007-01-20 | 2 | -10/+9 |
| * | - tightened down conditions used to locate "relation direction", associating | Mike Bayer | 2007-01-20 | 4 | -5/+15 |
| * | - fix to "proxy=True" behavior on synonym() | Mike Bayer | 2007-01-20 | 1 | -1/+0 |
| * | - trailing underscores are trimmed from func.<xxx> calls, such as func.if_() | Mike Bayer | 2007-01-19 | 1 | -0/+2 |
| * | - changed "BooleanExpression" to subclass from "BinaryExpression", so that bo... | Mike Bayer | 2007-01-19 | 2 | -14/+11 |
| * | - fixed bug where delete-orphan basically didn't work with many-to-many relat... | Mike Bayer | 2007-01-19 | 1 | -1/+10 |