| 2008-10-12 |
Mike Bayer | - String's (and Unicode's, UnicodeText's, etc.) convert... rel_0_5rc2 |
commit | commitdiff | tree | snapshot |
| 2008-10-12 |
Mike Bayer | reduce cruft related to serializable loaders |
commit | commitdiff | tree | snapshot |
| 2008-10-12 |
Mike Bayer | a much easier way to ArgSingleton |
commit | commitdiff | tree | snapshot |
| 2008-10-11 |
Michael Trier | Removed the visit_function stuff in mssql dialect.... |
commit | commitdiff | tree | snapshot |
| 2008-10-11 |
Michael Trier | Correction of mssql schema reflection in reflectable... |
commit | commitdiff | tree | snapshot |
| 2008-10-09 |
Michael Trier | indicated that test_empty_insert fails on mssql since... |
commit | commitdiff | tree | snapshot |
| 2008-10-08 |
Michael Trier | Corrected docstring for Query.one. Fixes #1190. |
commit | commitdiff | tree | snapshot |
| 2008-10-07 |
Mike Bayer | - Oracle will detect string-based statements which... |
commit | commitdiff | tree | snapshot |
| 2008-10-05 |
Michael Trier | Added in sqlite3 DBAPI to the SQLite dbengine docs... |
commit | commitdiff | tree | snapshot |
| 2008-10-05 |
Michael Trier | Documented synonym_for and comparable_using in the... |
commit | commitdiff | tree | snapshot |
| 2008-10-05 |
Michael Trier | Corrected docs for declarative synonym incorrectly... |
commit | commitdiff | tree | snapshot |
| 2008-10-05 |
Mike Bayer | fixed test for #1175 |
commit | commitdiff | tree | snapshot |
| 2008-10-04 |
Mike Bayer | - fix outerjoin, add order_by for DB variance |
commit | commitdiff | tree | snapshot |
| 2008-10-04 |
Michael Trier | Change in #1165 tests to prevent MySQL from choking... |
commit | commitdiff | tree | snapshot |
| 2008-10-04 |
Michael Trier | Corrects issue where engine.execute raised exception... |
commit | commitdiff | tree | snapshot |
| 2008-10-04 |
Mike Bayer | - using contains_eager() against an alias combined... |
commit | commitdiff | tree | snapshot |
| 2008-10-04 |
Mike Bayer | - added a few more assertions for [ticket:1165] |
commit | commitdiff | tree | snapshot |
| 2008-10-04 |
Michael Trier | Didnt think about <2.5. When will I learn. |
commit | commitdiff | tree | snapshot |
| 2008-10-04 |
Michael Trier | Allowed column types to be callables. Fixes #1165. |
commit | commitdiff | tree | snapshot |
| 2008-10-03 |
Mike Bayer | - Adjustment to Session's post-flush accounting of... |
commit | commitdiff | tree | snapshot |
| 2008-10-02 |
Mike Bayer | - identity_map._mutable_attrs is a plain dict since... |
commit | commitdiff | tree | snapshot |
| 2008-10-01 |
Mike Bayer | the @property / __slots__ fairy pays a visit |
commit | commitdiff | tree | snapshot |
| 2008-09-30 |
Ants Aasma | Issue a better error message when someone decides to... |
commit | commitdiff | tree | snapshot |
| 2008-09-30 |
Ants Aasma | Fixed session.transaction.commit() on a autocommit... |
commit | commitdiff | tree | snapshot |
| 2008-09-28 |
Mike Bayer | - session.execute() will execute a Sequence object... |
commit | commitdiff | tree | snapshot |
| 2008-09-28 |
Mike Bayer | - Fixed up slices on Query (i.e. query[x:y]) to work... |
commit | commitdiff | tree | snapshot |
| 2008-09-28 |
Jason Kirtland | Tidy. |
commit | commitdiff | tree | snapshot |
| 2008-09-27 |
Mike Bayer | fixed custom TypeEngine example |
commit | commitdiff | tree | snapshot |
| 2008-09-27 |
Jason Kirtland | Fixed mysql TEMPORARY table reflection. |
commit | commitdiff | tree | snapshot |
| 2008-09-27 |
Jason Kirtland | - Fixed shared state bug interfering with ScopedSession... |
commit | commitdiff | tree | snapshot |
| 2008-09-27 |
Jason Kirtland | re-enabled memusage and connect tests. |
commit | commitdiff | tree | snapshot |
| 2008-09-27 |
Jason Kirtland | Added query_cls= override to scoped_session's query_pro... |
commit | commitdiff | tree | snapshot |
| 2008-09-25 |
Mike Bayer | - fixed RLock-related bug in mapper which could deadlock |
commit | commitdiff | tree | snapshot |
| 2008-09-22 |
Mike Bayer | random cleanup |
commit | commitdiff | tree | snapshot |
| 2008-09-19 |
Mike Bayer | genericized the relationship between bind_processor... |
commit | commitdiff | tree | snapshot |
| 2008-09-19 |
Mike Bayer | - Overhauled SQLite date/time bind/result processing |
commit | commitdiff | tree | snapshot |
| 2008-09-19 |
Mike Bayer | the wisdom of SQLite accepting strings for columns... |
commit | commitdiff | tree | snapshot |
| 2008-09-19 |
Mike Bayer | fix up element sorting in declarative |
commit | commitdiff | tree | snapshot |
| 2008-09-19 |
Gaëtan de Menten | Get a bit more speed into the new _sort_states function... |
commit | commitdiff | tree | snapshot |
| 2008-09-19 |
Mike Bayer | - Fixed bug involving read/write relation()s that |
commit | commitdiff | tree | snapshot |
| 2008-09-19 |
Mike Bayer | un-stupified insert/update/delete sorting |
commit | commitdiff | tree | snapshot |
| 2008-09-18 |
Mike Bayer | more failing cases |
commit | commitdiff | tree | snapshot |
| 2008-09-18 |
Mike Bayer | "nested sets" example. needs work. |
commit | commitdiff | tree | snapshot |
| 2008-09-18 |
Mike Bayer | - "non-batch" mode in mapper(), a feature which allows |
commit | commitdiff | tree | snapshot |
| 2008-09-16 |
Mike Bayer | - version bump |
commit | commitdiff | tree | snapshot |
| 2008-09-16 |
Mike Bayer | added gc.collect() for pypy/jython compat, [ticket... |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Mike Bayer | - annual unitofwork cleanup |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
Mike Bayer | - 0.5.0rc1 rel_0_5rc1 |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
Mike Bayer | - Added scalar() and value() methods to Query, each... |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
Jason Kirtland | Note to self: save buffers before committing. |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
Jason Kirtland | Added Query.scalar() sugar method, eases migration... |
commit | commitdiff | tree | snapshot |
| 2008-09-10 |
Mike Bayer | - the function func.utc_timestamp() compiles to UTC_TIM... |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Mike Bayer | return type of exists() is boolean, duh |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Mike Bayer | - Bind params now subclass ColumnElement which allows... |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Paul Johnston | Fix bug with MSSQL reflecting and schemas |
commit | commitdiff | tree | snapshot |
| 2008-09-08 |
Mike Bayer | - The exists() construct won't "export" its contained... |
commit | commitdiff | tree | snapshot |
| 2008-09-08 |
Mike Bayer | reverted inheritance tweak which fails tests on non... |
commit | commitdiff | tree | snapshot |
| 2008-09-08 |
Mike Bayer | - Added func.min(), func.max(), func.sum() as "generic... |
commit | commitdiff | tree | snapshot |
| 2008-09-07 |
Mike Bayer | - Removed conflicting `contains()` operator from |
commit | commitdiff | tree | snapshot |
| 2008-09-07 |
Mike Bayer | - Dropped 0.3-compatibility for user defined types |
commit | commitdiff | tree | snapshot |
| 2008-09-06 |
Mike Bayer | - query.order_by().get() silently drops the "ORDER... |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Mike Bayer | - rearranged delete() so that the object is attached... |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Mike Bayer | synchronize inherited does not need to be called for... |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Mike Bayer | - Fixed exception throw which would occur when string... |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Mike Bayer | allow the no_criterion call in _get() to copy the metho... |
commit | commitdiff | tree | snapshot |
| 2008-09-04 |
Mike Bayer | - Fixed bug whereby mapper couldn't initialize if a... |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
Mike Bayer | added BFILE to reflected type names [ticket:1121] |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
Mike Bayer | correct extra space in SQL assertions |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
Mike Bayer | - has_sequence() now takes the current "schema" argume... |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
Mike Bayer | - limit/offset no longer uses ROW NUMBER OVER to limit... |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Ants Aasma | Make Query.update and Query.delete return the amount... |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Mike Bayer | correction |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Mike Bayer | - column_property(), composite_property(), and relation... |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Mike Bayer | - AttributeListener has been refined such that the... |
commit | commitdiff | tree | snapshot |
| 2008-09-02 |
Mike Bayer | - Fixed custom instrumentation bug whereby get_instance... |
commit | commitdiff | tree | snapshot |
| 2008-09-01 |
Mike Bayer | - broke pool tests out into QueuePoolTest/SingletonThre... |
commit | commitdiff | tree | snapshot |
| 2008-08-30 |
Mike Bayer | recheck the dirty list if extensions are present |
commit | commitdiff | tree | snapshot |
| 2008-08-29 |
Mike Bayer | - The "extension" argument to Session and others can now |
commit | commitdiff | tree | snapshot |
| 2008-08-29 |
Mike Bayer | - add an example illustrating attribute event reception. |
commit | commitdiff | tree | snapshot |
| 2008-08-29 |
Mike Bayer | check extensions each time; user-defined code will... |
commit | commitdiff | tree | snapshot |
| 2008-08-28 |
Mike Bayer | - starargs_as_list was not actually issuing SAPendingDe... |
commit | commitdiff | tree | snapshot |
| 2008-08-28 |
Mike Bayer | - Fixed bug whereby deferred() columns with a group... |
commit | commitdiff | tree | snapshot |
| 2008-08-28 |
Michael Trier | Corrected typo in the mapper docs. Fixes #1159. |
commit | commitdiff | tree | snapshot |
| 2008-08-27 |
Jason Kirtland | Type processors get a dialect, not an engine... |
commit | commitdiff | tree | snapshot |
| 2008-08-27 |
Mike Bayer | ugh...try again |
commit | commitdiff | tree | snapshot |
| 2008-08-27 |
Mike Bayer | critical fix to r5028 repairs SingleThreadPool to retur... |
commit | commitdiff | tree | snapshot |
| 2008-08-25 |
Ants Aasma | - expire/fetch strategies are now default for Query... |
commit | commitdiff | tree | snapshot |
| 2008-08-24 |
Mike Bayer | - Fixed bug whereby changing a primary key attribute... |
commit | commitdiff | tree | snapshot |
| 2008-08-24 |
Mike Bayer | - Session.delete() adds the given object to the session if |
commit | commitdiff | tree | snapshot |
| 2008-08-24 |
Mike Bayer | - Added MSMediumInteger type [ticket:1146]. |
commit | commitdiff | tree | snapshot |
| 2008-08-24 |
Mike Bayer | - logging scale-back; the echo_uow flag on Session... |
commit | commitdiff | tree | snapshot |
| 2008-08-24 |
Mike Bayer | - The 'length' argument to all Numeric types has been... |
commit | commitdiff | tree | snapshot |
| 2008-08-23 |
Mike Bayer | - fixed tearDown to reverse sorted table list |
commit | commitdiff | tree | snapshot |
| 2008-08-22 |
Mike Bayer | - attributes now has an "active_history" flag. This... |
commit | commitdiff | tree | snapshot |
| 2008-08-21 |
Mike Bayer | - column_property() and synonym() both accept comparato... |
commit | commitdiff | tree | snapshot |
| 2008-08-21 |
Jason Kirtland | - Another old-style mixin fix and an explicit mapper... |
commit | commitdiff | tree | snapshot |
| 2008-08-21 |
Gaëtan de Menten | - Fix occurences of Class.c.column_name |
commit | commitdiff | tree | snapshot |
| 2008-08-19 |
Mike Bayer | - fixed a bug in declarative test which was looking... |
commit | commitdiff | tree | snapshot |
| 2008-08-19 |
Mike Bayer | catch AttributeError in case thread local storage was... |
commit | commitdiff | tree | snapshot |
| 2008-08-18 |
Jason Kirtland | attributes.get_history now reports some zero-length... |
commit | commitdiff | tree | snapshot |
| next |