| Commit message (Expand) | Author | Age | Files | Lines |
| * | moved hide_froms and aggregate_hide_froms to be only on FromClause | Mike Bayer | 2007-12-16 | 1 | -28/+19 |
| * | Revert to use default poolclass under Firebird | Lele Gaifax | 2007-12-15 | 1 | -2/+20 |
| * | Remove some spurious spaces | Lele Gaifax | 2007-12-15 | 1 | -3/+7 |
| * | Fixed minor reST issue | Lele Gaifax | 2007-12-15 | 1 | -5/+4 |
| * | Documentation markup and a few typos | Lele Gaifax | 2007-12-15 | 1 | -241/+242 |
| * | Implemented FBDialect.server_version_info() | Lele Gaifax | 2007-12-15 | 1 | -5/+34 |
| * | oof...unicode object still needs to return the value if it just warned... | Mike Bayer | 2007-12-14 | 1 | -1/+2 |
| * | oof, history on collections were wrong. fixed byroot_tree test as well | Mike Bayer | 2007-12-14 | 1 | -2/+3 |
| * | - simplified _mapper_registry further. its now just a weakkeydict of mapper-... | Mike Bayer | 2007-12-14 | 6 | -107/+71 |
| * | Firebird module documentation | Lele Gaifax | 2007-12-14 | 1 | -12/+125 |
| * | - merged instances_yields branch r3908:3934, minus the "yield" part which rem... | Mike Bayer | 2007-12-14 | 10 | -375/+448 |
| * | - Raise an error when assigning a bogusly keyed dictionary to one of the buil... | Jason Kirtland | 2007-12-14 | 3 | -45/+152 |
| * | Use the external strlen UDF for func.length() under Firebird | Lele Gaifax | 2007-12-13 | 1 | -0/+6 |
| * | Use an external UDF to implement the mod operator under Firebird | Lele Gaifax | 2007-12-12 | 1 | -1/+8 |
| * | bug fixes | Chris Mcdonough | 2007-12-12 | 2 | -2/+2 |
| * | Some code-level docs for r3916 | Jason Kirtland | 2007-12-12 | 1 | -0/+5 |
| * | implemented many-to-one comparisons to None generate <column> IS NULL, with c... | Mike Bayer | 2007-12-12 | 2 | -2/+28 |
| * | - on mysql, emit inner joins as 'INNER JOIN ... ON' (for version 3.23) | Jason Kirtland | 2007-12-12 | 1 | -0/+8 |
| * | Reflect Firebird PassiveDefaults | Lele Gaifax | 2007-12-12 | 1 | -11/+32 |
| * | Cosmetic changes to the Firebird reflection queries. | Lele Gaifax | 2007-12-11 | 1 | -59/+63 |
| * | - eagerload(), lazyload(), eagerload_all() take an optional | Mike Bayer | 2007-12-11 | 4 | -21/+62 |
| * | - fix to cascades on polymorphic relations, such that cascades | Mike Bayer | 2007-12-11 | 2 | -5/+8 |
| * | comment | Mike Bayer | 2007-12-10 | 1 | -0/+3 |
| * | refresh_instance becomes an InstanceState so boolean tests are OK | Mike Bayer | 2007-12-10 | 4 | -10/+10 |
| * | - more query tests | Mike Bayer | 2007-12-10 | 4 | -50/+80 |
| * | - Query.select_from() now replaces all existing FROM criterion with | Mike Bayer | 2007-12-09 | 4 | -70/+120 |
| * | Better reflection of Firebird data types. | Lele Gaifax | 2007-12-09 | 1 | -19/+23 |
| * | add pydoc for from_statement(). | Mike Bayer | 2007-12-09 | 1 | -0/+13 |
| * | - added a warning when a relation() is added to an inheriting mapper that is ... | Mike Bayer | 2007-12-09 | 2 | -1/+6 |
| * | only report true for source change if added + deleted, dont pick up inserts | Mike Bayer | 2007-12-09 | 1 | -1/+1 |
| * | mapper uses attributes to get non-cached history | Mike Bayer | 2007-12-09 | 2 | -7/+3 |
| * | remove redundant identity map set | Mike Bayer | 2007-12-09 | 1 | -1/+2 |
| * | - mutable primary key support is added. primary key columns can be | Mike Bayer | 2007-12-09 | 8 | -79/+256 |
| * | - added new methods to TypeDecorator, process_bind_param() and | Mike Bayer | 2007-12-08 | 1 | -4/+31 |
| * | [ticket:888] continued, synonym add_prop | Mike Bayer | 2007-12-08 | 2 | -1/+3 |
| * | ok found it | Mike Bayer | 2007-12-08 | 1 | -2/+2 |
| * | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 15 | -994/+819 |
| * | changed the anonymous numbering scheme to be more appealing | Mike Bayer | 2007-12-08 | 2 | -6/+7 |
| * | mapper.instances() is deprecated | Mike Bayer | 2007-12-07 | 1 | -0/+3 |
| * | a little refinement to topological options, more to come | Mike Bayer | 2007-12-07 | 3 | -7/+9 |
| * | fix to unique bind params, you *can* use the same unique bindparam multiple t... | Mike Bayer | 2007-12-07 | 1 | -1/+1 |
| * | - also with dynamic, implemented correct count() behavior as well | Mike Bayer | 2007-12-07 | 1 | -2/+13 |
| * | - added "cascade delete" behavior to "dynamic" relations just like | Mike Bayer | 2007-12-07 | 2 | -18/+31 |
| * | fixed key error when no pks could be located | Mike Bayer | 2007-12-07 | 1 | -1/+1 |
| * | - generation of "unique" bind parameters has been simplified to use the same | Mike Bayer | 2007-12-06 | 4 | -45/+46 |
| * | warn if query.get() used with existing criterion | Mike Bayer | 2007-12-06 | 1 | -0/+5 |
| * | - query.get() and query.load() do not take existing filter or other | Mike Bayer | 2007-12-06 | 1 | -1/+10 |
| * | assert_unicode=True replaced with default of assert_unicode='warn' | Mike Bayer | 2007-12-05 | 1 | -3/+8 |
| * | - ordering of cols in pks_by_table and cols_by_table is significant; | Mike Bayer | 2007-12-05 | 1 | -3/+6 |
| * | some more omit schemas for [ticket:890] | Mike Bayer | 2007-12-05 | 1 | -2/+2 |