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 |
2009-01-06 |
Mike Bayer | move memusage to the isolation chamber rel_0_5_0 |
commit | commitdiff | tree |
2009-01-06 |
Mike Bayer | - removed 2.3 compat stuff |
commit | commitdiff | tree |
2009-01-06 |
Mike Bayer | next release is 0.5.0 |
commit | commitdiff | tree |
2009-01-06 |
Mike Bayer | - query.join() raises an error when the target of the... |
commit | commitdiff | tree |
2009-01-05 |
Michael Trier | Forgot to sqash a commit. Follow up on mssql dates... |
commit | commitdiff | tree |
2009-01-05 |
Michael Trier | mssql date / time refactor. |
commit | commitdiff | tree |
2009-01-05 |
Mike Bayer | made the "you passed a non-aliased selectable" warning... |
commit | commitdiff | tree |
2009-01-05 |
Mike Bayer | - property.of_type() is now recognized on a single... |
commit | commitdiff | tree |
2009-01-05 |
Mike Bayer | if at first you don't succeed, fail, fail again |
commit | commitdiff | tree |
2009-01-05 |
Mike Bayer | assume table.schema, not None, when constraint reflecti... |
commit | commitdiff | tree |
2009-01-05 |
Mike Bayer | - Generalized the IdentityManagedState._instance_dict... |
commit | commitdiff | tree |
2009-01-04 |
Michael Trier | Corrected a few docs and didn't realize we put pyodbc... |
commit | commitdiff | tree |
2009-01-03 |
Mike Bayer | docstrings for the hated fold_equivalents argument... |
commit | commitdiff | tree |
2009-01-03 |
Mike Bayer | added teardown_instance() to complement setup_instance(). |
commit | commitdiff | tree |
2009-01-03 |
Mike Bayer | - query.order_by() accepts None which will remove any... |
commit | commitdiff | tree |
2009-01-03 |
Mike Bayer | added the significant test for #1247 |
commit | commitdiff | tree |
2009-01-03 |
Michael Trier | Corrected an issue on mssql where Numerics would not... |
commit | commitdiff | tree |
2009-01-03 |
Mike Bayer | added order_by test coverage as per [ticket:1218] |
commit | commitdiff | tree |
2009-01-03 |
Mike Bayer | one more typo |
commit | commitdiff | tree |
2009-01-03 |
Mike Bayer | fixed critical errors in assocationproxy docs while... |
commit | commitdiff | tree |
2009-01-03 |
Mike Bayer | - Fixed bug which was preventing out params of certain... |
commit | commitdiff | tree |
2009-01-03 |
Mike Bayer | identified the SQLite changes which affect default... |
commit | commitdiff | tree |
next |