2009-03-08 |
Mike Bayer | take 2 |
commit | commitdiff | tree |
2009-03-08 |
Mike Bayer | attempt to exlude sqlite 3.5.9 and below, for buildbot... |
commit | commitdiff | tree |
2009-03-08 |
Mike Bayer | - Query.group_by() properly takes into account aliasing... |
commit | commitdiff | tree |
2009-03-08 |
Mike Bayer | some buildbot fixes |
commit | commitdiff | tree |
2009-03-02 |
Mike Bayer | - updated builders for latest sphinx tip |
commit | commitdiff | tree |
2009-03-01 |
Mike Bayer | - The "objects" argument to session.flush() is deprecated. |
commit | commitdiff | tree |
2009-03-01 |
Mike Bayer | - Added PGUuid and PGBit types to |
commit | commitdiff | tree |
2009-02-26 |
Mike Bayer | - Fixed adaptation of EXISTS clauses via any(), has... |
commit | commitdiff | tree |
2009-02-25 |
Lele Gaifax | Fix markup glitch |
commit | commitdiff | tree |
2009-02-23 |
Mike Bayer | - pared down private and semi-private functions in... |
commit | commitdiff | tree |
2009-02-22 |
Mike Bayer | - Declarative will accept a table-bound column as a... |
commit | commitdiff | tree |
2009-02-20 |
Mike Bayer | - Query won't fail with weakref error when a non-mapper... |
commit | commitdiff | tree |
2009-02-19 |
Mike Bayer | - Declarative locates the "inherits" class using a... |
commit | commitdiff | tree |
2009-02-19 |
Gaëtan de Menten | fix docstring indent in orm.util.with_parent |
commit | commitdiff | tree |
2009-02-18 |
Michael Trier | Corrected issue on mssql where max_identifier_length... |
commit | commitdiff | tree |
2009-02-17 |
Mike Bayer | - Session.scalar() now converts raw SQL strings to... |
commit | commitdiff | tree |
2009-02-17 |
Mike Bayer | - Declarative will properly interpret the "foreign_keys... |
commit | commitdiff | tree |
2009-02-17 |
Mike Bayer | - Fixed a recursive pickling issue in serializer, triggered |
commit | commitdiff | tree |
2009-02-16 |
Mike Bayer | - Declarative figures out joined-table inheritance... |
commit | commitdiff | tree |
2009-02-15 |
Mike Bayer | - Added an attribute helper method ``set_committed_valu... |
commit | commitdiff | tree |
2009-02-13 |
Mike Bayer | - annotations store 'parententity' as well as 'parentma... |
commit | commitdiff | tree |
2009-02-13 |
Rick Morrison | Preliminary support for pymssql 1.0.1 [Ticket:1318] |
commit | commitdiff | tree |
2009-02-13 |
Mike Bayer | - Fixed bugs in Query regarding simultaneous selection of |
commit | commitdiff | tree |
2009-02-12 |
Mike Bayer | move test by itself so that no fixture data is inserted |
commit | commitdiff | tree |
2009-02-11 |
Mike Bayer | - a session.expire() on a particular collection attribute |
commit | commitdiff | tree |
2009-02-11 |
Mike Bayer | - Added "post_configure_attribute" method to Instrument... |
commit | commitdiff | tree |
2009-02-10 |
Gaëtan de Menten | fix Query.update docstring |
commit | commitdiff | tree |
2009-02-10 |
Mike Bayer | - anonymous alias names now truncate down to the max... |
commit | commitdiff | tree |
2009-02-07 |
Mike Bayer | need sizes for mysql |
commit | commitdiff | tree |
2009-02-07 |
Mike Bayer | - When flushing partial sets of objects using session... |
commit | commitdiff | tree |
2009-02-03 |
Mike Bayer | - PG Index reflection won't fail when an index with |
commit | commitdiff | tree |
2009-02-02 |
Gaëtan de Menten | fix docstring typo |
commit | commitdiff | tree |
2009-02-01 |
Mike Bayer | - Fixed missing _label attribute on Function object... |
commit | commitdiff | tree |
2009-01-31 |
Michael Trier | Added a few IDENTITY tests for mssql. |
commit | commitdiff | tree |
2009-01-30 |
Mike Bayer | detect backref string as basestring, not str. [ticket... |
commit | commitdiff | tree |
2009-01-29 |
Mike Bayer | appease older sqlite version |
commit | commitdiff | tree |
2009-01-29 |
Mike Bayer | fix serialize |
commit | commitdiff | tree |
2009-01-29 |
Mike Bayer | - The per-dialect cache used by TypeEngine to cache |
commit | commitdiff | tree |
2009-01-29 |
Mike Bayer | - improvements to the "determine direction" logic of |
commit | commitdiff | tree |
2009-01-28 |
Mike Bayer | some docstring stuff |
commit | commitdiff | tree |
2009-01-28 |
Mike Bayer | unit test fixes |
commit | commitdiff | tree |
2009-01-28 |
Mike Bayer | - _CalculatedClause is gone |
commit | commitdiff | tree |
2009-01-27 |
Mike Bayer | - Query now implements __clause_element__() which produces |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | further fixes to sphinx.sty per progress on the sphinx... |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | create correct hyperlink for the pdf file |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | - 0.5.3 |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | - refined and clarified query.__join() for readability rel_0_5_2 |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | moved the non-expire of unloaded deferred attributes... |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | - session.expire() and related methods will not expire... |
commit | commitdiff | tree |
2009-01-23 |
Michael Trier | Correction to reflection fix r5718 to handle Binary... |
commit | commitdiff | tree |
2009-01-23 |
Rick Morrison | mssql: modified table reflection code to use only kwarg... |
commit | commitdiff | tree |
2009-01-22 |
Mike Bayer | - Fixed an eager loading bug whereby self-referential... |
commit | commitdiff | tree |
2009-01-22 |
Mike Bayer | - Adjusted the attribute instrumentation change from... |
commit | commitdiff | tree |
2009-01-22 |
Michael Trier | Trying one more time to get the decimal handling on... |
commit | commitdiff | tree |
2009-01-22 |
Michael Trier | Restored convert_unicode handling on mssql. Fixes ... |
commit | commitdiff | tree |
2009-01-20 |
Mike Bayer | - Further refined 0.5.1's warning about delete-orphan... |
commit | commitdiff | tree |
2009-01-20 |
Mike Bayer | added some missing internal types for reflection, ... |
commit | commitdiff | tree |
2009-01-19 |
Mike Bayer | remove comparison/group by on TEXT columns |
commit | commitdiff | tree |
2009-01-18 |
Mike Bayer | - Further fixes to the "percent signs and spaces in... |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | dont need pre-0.5 note rel_0_5_1 |
commit | commitdiff | tree |
2009-01-17 |
Michael Trier | Corrected handling of large decimal values on mssql... |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | more session updates |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | docstring fixup |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | fix errant foreign key |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | fixed more save/clear calls |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | - The "clear()", "save()", "update()", "save_or_update()" |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | explicit rollback to get the connection back to the... |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | WeakCompositeKey was coded incorrectly and was not... |
commit | commitdiff | tree |
2009-01-16 |
Mike Bayer | - misc savepoint test |
commit | commitdiff | tree |
2009-01-15 |
Mike Bayer | - Using delete-orphan on a many-to-many relation is... |
commit | commitdiff | tree |
2009-01-15 |
Mike Bayer | - Query.from_self() as well as query.subquery() both... |
commit | commitdiff | tree |
2009-01-14 |
Mike Bayer | - use ForeignKey.column as _colspec source in Column... |
commit | commitdiff | tree |
2009-01-14 |
Mike Bayer | - Improved the methodology to handling percent signs... |
commit | commitdiff | tree |
2009-01-14 |
Lele Gaifax | Fix a hyperref |
commit | commitdiff | tree |
2009-01-13 |
Mike Bayer | prefer this methods |
commit | commitdiff | tree |
2009-01-13 |
Mike Bayer | - It's an error to add new Column objects to a declarat... |
commit | commitdiff | tree |
2009-01-13 |
Mike Bayer | - Column with no name (as in declarative) won't raise a |
commit | commitdiff | tree |
2009-01-13 |
Mike Bayer | - Fixed a bug with the unitofwork's "row switch" mechanism, |
commit | commitdiff | tree |
2009-01-13 |
Jason Kirtland | - Tightened up **kw on ColumnProperty and its front... |
commit | commitdiff | tree |
2009-01-12 |
Mike Bayer | happy new year |
commit | commitdiff | tree |
2009-01-12 |
Mike Bayer | - Can now specify Column objects on subclasses which... |
commit | commitdiff | tree |
2009-01-12 |
Mike Bayer | oh, its UNION ordering that's changing |
commit | commitdiff | tree |
2009-01-12 |
Mike Bayer | more comparator tweaks |
commit | commitdiff | tree |
2009-01-12 |
Mike Bayer | Ensure RowTuple names are correct by adding "key" to... |
commit | commitdiff | tree |
2009-01-12 |
Mike Bayer | suspect the InstrumentedSet/set comparison is failing... |
commit | commitdiff | tree |
2009-01-12 |
Mike Bayer | *more* sqlite appeasement |
commit | commitdiff | tree |
2009-01-12 |
Mike Bayer | mysql/pg sensitive fixes |
commit | commitdiff | tree |
2009-01-11 |
Mike Bayer | don't INSERT a blank row if no rows passed. (breaks... |
commit | commitdiff | tree |
2009-01-11 |
Mike Bayer | NotSupportedError is a DBAPI wrapper which takes four... |
commit | commitdiff | tree |
2009-01-11 |
Mike Bayer | added an order by |
commit | commitdiff | tree |
2009-01-11 |
Mike Bayer | - Concrete inheriting mappers now instrument attributes... |
commit | commitdiff | tree |
2009-01-11 |
Michael Trier | Corrected SAVEPOINT support on the adodbapi dialect... |
commit | commitdiff | tree |
2009-01-11 |
Michael Trier | Modified the do_begin handling in mssql to use the... |
commit | commitdiff | tree |
2009-01-11 |
Mike Bayer | - 0.5.1 bump |
commit | commitdiff | tree |
2009-01-10 |
Mike Bayer | clarified docs on foreign key cascades, mapper extensio... |
commit | commitdiff | tree |
2009-01-08 |
Mike Bayer | query.delete(False) is not so bad |
commit | commitdiff | tree |
2009-01-08 |
Ants Aasma | Added the missing keywords from MySQL 4.1 so they get... |
commit | commitdiff | tree |
2009-01-07 |
Mike Bayer | typo |
commit | commitdiff | tree |
2009-01-06 |
Jason Kirtland | Formatting fixups |
commit | commitdiff | tree |
2009-01-06 |
Mike Bayer | doh its 0.5.0 |
commit | commitdiff | tree |
next |