| 2008-10-28 |
Jonathan Ellis | fix #821 |
commit | commitdiff | tree | snapshot |
| 2008-10-28 |
Mike Bayer | - added some abstraction to the attributes.History... |
commit | commitdiff | tree | snapshot |
| 2008-10-28 |
Michael Trier | Updated UOWEventHandler so that it uses session.add... |
commit | commitdiff | tree | snapshot |
| 2008-10-28 |
Michael Trier | Corrected typo in Types docs. |
commit | commitdiff | tree | snapshot |
| 2008-10-28 |
Michael Trier | Mysql no longer expects include_columns to be specified... |
commit | commitdiff | tree | snapshot |
| 2008-10-27 |
Jason Kirtland | Fixed mysql FK reflection for the edge case where a... |
commit | commitdiff | tree | snapshot |
| 2008-10-27 |
Jonathan Ellis | r/m wildcard imports. fixes #1195 |
commit | commitdiff | tree | snapshot |
| 2008-10-26 |
Mike Bayer | - InstanceState object now removes circular references to |
commit | commitdiff | tree | snapshot |
| 2008-10-25 |
Mike Bayer | - moved _FigureVisitName into visitiors.VisitorType... |
commit | commitdiff | tree | snapshot |
| 2008-10-25 |
Mike Bayer | call drop # 2 |
commit | commitdiff | tree | snapshot |
| 2008-10-25 |
Mike Bayer | call drop |
commit | commitdiff | tree | snapshot |
| 2008-10-25 |
Mike Bayer | - When using Query.join() with an explicit clause for the |
commit | commitdiff | tree | snapshot |
| 2008-10-25 |
Mike Bayer | small fix |
commit | commitdiff | tree | snapshot |
| 2008-10-25 |
Mike Bayer | a couple of refinements |
commit | commitdiff | tree | snapshot |
| 2008-10-24 |
Mike Bayer | remove erroneous comments |
commit | commitdiff | tree | snapshot |
| 2008-10-24 |
Mike Bayer | two more cache examples |
commit | commitdiff | tree | snapshot |
| 2008-10-24 |
Mike Bayer | auto_convert_lobs=False honored by OracleBinary, Oracle... |
commit | commitdiff | tree | snapshot |
| 2008-10-24 |
Mike Bayer | - fixed some oracle unit tests in test/sql/ |
commit | commitdiff | tree | snapshot |
| 2008-10-23 |
Mike Bayer | 2.4 callcounts of course go up for no apparent reason |
commit | commitdiff | tree | snapshot |
| 2008-10-23 |
Mike Bayer | - CompileTests run without the DBAPI being used |
commit | commitdiff | tree | snapshot |
| 2008-10-23 |
Mike Bayer | call count pinata party |
commit | commitdiff | tree | snapshot |
| 2008-10-23 |
Michael Trier | Demonstrate mssql url examples for the database engine... |
commit | commitdiff | tree | snapshot |
| 2008-10-23 |
Michael Trier | Included documentation about the defaults for create_se... |
commit | commitdiff | tree | snapshot |
| 2008-10-23 |
Michael Trier | Corrected case in mssql where binary expression has... |
commit | commitdiff | tree | snapshot |
| 2008-10-22 |
Mike Bayer | - Added more granularity to internal attribute access... |
commit | commitdiff | tree | snapshot |
| 2008-10-21 |
Mike Bayer | add lengths to cols |
commit | commitdiff | tree | snapshot |
| 2008-10-21 |
Mike Bayer | - polymorphic_union() function respects the "key" of... |
commit | commitdiff | tree | snapshot |
| 2008-10-21 |
Mike Bayer | - added NoReferencedColumnError, common base class... |
commit | commitdiff | tree | snapshot |
| 2008-10-21 |
Michael Trier | Corrected missing declaration in the mssql dialect... |
commit | commitdiff | tree | snapshot |
| 2008-10-21 |
Michael Trier | Corrected the is_subquery() check based on recent chang... |
commit | commitdiff | tree | snapshot |
| 2008-10-20 |
Ants Aasma | Slightly changed behavior of IN operator for comparing... |
commit | commitdiff | tree | snapshot |
| 2008-10-20 |
Michael Trier | Corrected profiling expected call count down to 42... |
commit | commitdiff | tree | snapshot |
| 2008-10-20 |
Michael Trier | Modifications to allow the backends to control the... |
commit | commitdiff | tree | snapshot |
| 2008-10-19 |
Mike Bayer | - Improved weakref identity map memory management to... |
commit | commitdiff | tree | snapshot |
| 2008-10-19 |
Michael Trier | Verified that Subqueries are not allowed in VALUES... |
commit | commitdiff | tree | snapshot |
| 2008-10-19 |
Michael Trier | Cleaned up the create_connect_args so that it makes... |
commit | commitdiff | tree | snapshot |
| 2008-10-18 |
Mike Bayer | tiny tiny speed improvements.... |
commit | commitdiff | tree | snapshot |
| 2008-10-18 |
Mike Bayer | call count still goes to 131 for 2.4 despite the remova... |
commit | commitdiff | tree | snapshot |
| 2008-10-18 |
Mike Bayer | - 0.5.0rc3, doh |
commit | commitdiff | tree | snapshot |
| 2008-10-18 |
Mike Bayer | oracle doesnt seem to like CLOB in unions.... |
commit | commitdiff | tree | snapshot |
| 2008-10-18 |
Mike Bayer | - "not equals" comparisons of simple many-to-one relation |
commit | commitdiff | tree | snapshot |
| 2008-10-17 |
Jason Kirtland | Moved r5164's @lazy_property to @memoized_property... |
commit | commitdiff | tree | snapshot |
| 2008-10-17 |
Jason Kirtland | Cache polymorphic_iterator in UOWTask; substantial... |
commit | commitdiff | tree | snapshot |
| 2008-10-16 |
Michael Trier | Unless I'm missing something mssql doesn't support... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |