| 2007-06-17 |
Mike Bayer | - merged last_inserted_ids() fix from trunk [changeset... |
commit | commitdiff | tree | snapshot |
| 2007-06-16 |
Jason Kirtland | - Eh, dummy_threading trick didn't actually work for... |
commit | commitdiff | tree | snapshot |
| 2007-06-16 |
Jason Kirtland | - Put a mutex around the QueuePool's overflow handlings |
commit | commitdiff | tree | snapshot |
| 2007-06-15 |
Jason Kirtland | - Added testbase.Table and testbase.Column, interceptor... |
commit | commitdiff | tree | snapshot |
| 2007-06-15 |
Mike Bayer | unit test fix |
commit | commitdiff | tree | snapshot |
| 2007-06-15 |
Mike Bayer | - added "explcit" create/drop/execute support for sequences |
commit | commitdiff | tree | snapshot |
| 2007-06-14 |
Mike Bayer | - merged trunk 2629-2730 |
commit | commitdiff | tree | snapshot |
| 2007-06-14 |
Mike Bayer | - result sets from CRUD operations close their underly... |
commit | commitdiff | tree | snapshot |
| 2007-06-14 |
Mike Bayer | fixed up really old tests to work without legacy engine... |
commit | commitdiff | tree | snapshot |
| 2007-06-12 |
Jonathan Ellis | r/m psycopg1 support |
commit | commitdiff | tree | snapshot |
| 2007-06-12 |
Jonathan Ellis | add explanation of prefab db connections |
commit | commitdiff | tree | snapshot |
| 2007-06-12 |
Jonathan Ellis | fix apparent typo |
commit | commitdiff | tree | snapshot |
| 2007-06-12 |
Jonathan Ellis | merge 2684-2686 from trunk |
commit | commitdiff | tree | snapshot |
| 2007-06-12 |
Jason Kirtland | - Faster FOR UPDATE tests |
commit | commitdiff | tree | snapshot |
| 2007-06-12 |
Jason Kirtland | - Added tests for SELECT ... FOR UPDATE |
commit | commitdiff | tree | snapshot |
| 2007-06-11 |
Mike Bayer | - result.last_inserted_ids() should return a list... |
commit | commitdiff | tree | snapshot |
| 2007-06-11 |
Mike Bayer | - MetaData loses 'name' attribute |
commit | commitdiff | tree | snapshot |
| 2007-06-11 |
Mike Bayer | added separate test for metadata |
commit | commitdiff | tree | snapshot |
| 2007-06-10 |
Mike Bayer | - added "aliased joins" feature to query.filter_by() |
commit | commitdiff | tree | snapshot |
| 2007-06-09 |
Mike Bayer | merged StaticPool implementation |
commit | commitdiff | tree | snapshot |
| 2007-06-09 |
Mike Bayer | version number |
commit | commitdiff | tree | snapshot |
| 2007-06-08 |
Mike Bayer | added test for testing against "outerjoin" |
commit | commitdiff | tree | snapshot |
| 2007-06-08 |
Mike Bayer | - added a third layer of inheritance to polymorph test |
commit | commitdiff | tree | snapshot |
| 2007-06-06 |
Mike Bayer | - fixed bug where selectable.corresponding_column(selec... |
commit | commitdiff | tree | snapshot |
| 2007-06-05 |
Mike Bayer | - moved another chunk of mapper.py tests to query.py... |
commit | commitdiff | tree | snapshot |
| 2007-06-05 |
Mike Bayer | Query refactoring is complete. just needs filter_by... |
commit | commitdiff | tree | snapshot |
| 2007-06-05 |
Mike Bayer | - added 'fields' to reserved words [ticket:590] |
commit | commitdiff | tree | snapshot |
| 2007-06-05 |
Mike Bayer | - long-identifier detection fixed to use > rather than... |
commit | commitdiff | tree | snapshot |
| 2007-06-05 |
Mike Bayer | more paring down... |
commit | commitdiff | tree | snapshot |
| 2007-06-04 |
Mike Bayer | refactoring step 2. all deprecated functions now expre... |
commit | commitdiff | tree | snapshot |
| 2007-06-04 |
Mike Bayer | migrating all the "deprecated" methods away from the... |
commit | commitdiff | tree | snapshot |
| 2007-06-04 |
Mike Bayer | - added all(), first(), and one() |
commit | commitdiff | tree | snapshot |
| 2007-06-04 |
Mike Bayer | join() will check existing objects in the FROM clause... |
commit | commitdiff | tree | snapshot |
| 2007-06-04 |
Mike Bayer | - interfaces lib in docstrings |
commit | commitdiff | tree | snapshot |
| 2007-06-02 |
Mike Bayer | - removed cascade_mappers(). long overdue. |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
Mike Bayer | added a self-creating dict that takes advantage of... |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
Mike Bayer | - added undefer_group() MapperOption, sets a set of... |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
Jason Kirtland | Added util.defaultdict for ticket #582 |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
Mike Bayer | remove func call for getting at result proxy dialect... |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
Mike Bayer | ResultProxy pre-caches the dialect_impl()s for each... |
commit | commitdiff | tree | snapshot |
| 2007-05-27 |
Mike Bayer | self-referential refs in this test work just fine |
commit | commitdiff | tree | snapshot |
| 2007-05-27 |
Mike Bayer | - most of the __init__ decoration has been removed... |
commit | commitdiff | tree | snapshot |
| 2007-05-26 |
Mike Bayer | - merged "find the equivalent columns" logic together... |
commit | commitdiff | tree | snapshot |
| 2007-05-26 |
Mike Bayer | i just re-took 7th grade, helped a million |
commit | commitdiff | tree | snapshot |
| 2007-05-26 |
Mike Bayer | more speed improvements, built hotshot prof into massea... |
commit | commitdiff | tree | snapshot |
| 2007-05-26 |
Mike Bayer | - merged trunk r2653 |
commit | commitdiff | tree | snapshot |
| 2007-05-26 |
Mike Bayer | further minute speedups |
commit | commitdiff | tree | snapshot |
| 2007-05-26 |
Mike Bayer | attempting to cut down on function call overhead |
commit | commitdiff | tree | snapshot |
| 2007-05-26 |
Mike Bayer | some change to populate_instance etc., allows poly... |
commit | commitdiff | tree | snapshot |
| 2007-05-26 |
Mike Bayer | - refactor ! MapperProperty now has create_row_process... |
commit | commitdiff | tree | snapshot |
| 2007-05-23 |
Mike Bayer | - added 'fetchmode' capability to deferred polymorphic... |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
Mike Bayer | - redefined how the mapper determines primary keys... |
commit | commitdiff | tree | snapshot |
| 2007-05-20 |
Mike Bayer | - factored some fixes from trunk to lazyloader use_get... |
commit | commitdiff | tree | snapshot |
| 2007-05-20 |
Mike Bayer | separate package for inheritance tests, renamed files |
commit | commitdiff | tree | snapshot |
| 2007-05-20 |
Mike Bayer | 0.4 dev branch |
commit | commitdiff | tree | snapshot |
| 2007-05-18 |
Mike Bayer | - removed "no group by's in a select thats part of... |
commit | commitdiff | tree | snapshot |
| 2007-05-18 |
Gaëtan de Menten | correct typo |
commit | commitdiff | tree | snapshot |
| 2007-05-17 |
Mike Bayer | - the "primary_key" argument to mapper() is propigated... |
commit | commitdiff | tree | snapshot |
| 2007-05-17 |
Mike Bayer | - fix to select_by(<propname>=<object instance>) -style... |
commit | commitdiff | tree | snapshot |
| 2007-05-17 |
Mike Bayer | added test for "assign a list of objects", ensure casca... |
commit | commitdiff | tree | snapshot |
| 2007-05-15 |
Mike Bayer | fixed LoggingClauseVisitor |
commit | commitdiff | tree | snapshot |
| 2007-05-15 |
Mike Bayer | restored outerjoin test |
commit | commitdiff | tree | snapshot |
| 2007-05-15 |
Mike Bayer | - fix to polymorphic query which allows the original... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Mike Bayer | - parenthesis are applied to clauses via a new _Groupin... |
commit | commitdiff | tree | snapshot |
| 2007-05-11 |
Mike Bayer | - _Label propigates "_hide_froms()" so that scalar... |
commit | commitdiff | tree | snapshot |
| 2007-05-10 |
Mike Bayer | propigated detach() and invalidate() methods to Connection. |
commit | commitdiff | tree | snapshot |
| 2007-05-09 |
Jason Kirtland | - Connections can be detached from their pool, closing... |
commit | commitdiff | tree | snapshot |
| 2007-05-08 |
Mike Bayer | - set max identifier length to 31 |
commit | commitdiff | tree | snapshot |
| 2007-05-07 |
Mike Bayer | - fix to long name generation when using oid_column... |
commit | commitdiff | tree | snapshot |
| 2007-05-07 |
Mike Bayer | - session.get() and session.load() propigate **kwargs... |
commit | commitdiff | tree | snapshot |
| 2007-05-04 |
Mike Bayer | - many-to-many relationships properly set the type... |
commit | commitdiff | tree | snapshot |
| 2007-05-04 |
Mike Bayer | - shored up DBAPI descriptions |
commit | commitdiff | tree | snapshot |
| 2007-05-04 |
Mike Bayer | clarifying some cascade-based unit tests, adding a... |
commit | commitdiff | tree | snapshot |
| 2007-05-03 |
Mike Bayer | - "delete-orphan" no longer implies "delete". ongoing... |
commit | commitdiff | tree | snapshot |
| 2007-05-03 |
Mike Bayer | - _Label class overrides compare_self to return its... |
commit | commitdiff | tree | snapshot |
| 2007-05-03 |
Jason Kirtland | Oops, Python 2.5 ternary operator snuck in. |
commit | commitdiff | tree | snapshot |
| 2007-05-03 |
Jason Kirtland | - Test assoc proxy lazy loads, fixed __set__ race on... |
commit | commitdiff | tree | snapshot |
| 2007-05-03 |
Jason Kirtland | - New association proxy implementation, implementing... |
commit | commitdiff | tree | snapshot |
| 2007-05-02 |
Mike Bayer | - Aliasizer removed. hooray ! |
commit | commitdiff | tree | snapshot |
| 2007-05-02 |
Jason Kirtland | - added sqlalchemy.ext.orderinglist, a custom list... |
commit | commitdiff | tree | snapshot |
| 2007-05-02 |
Jason Kirtland | - Use Python 2.5's built-in ElementTree if possible |
commit | commitdiff | tree | snapshot |
| 2007-05-02 |
Jason Kirtland | - Expanded on the MySQL ENUM 'strict' documentation... |
commit | commitdiff | tree | snapshot |
| 2007-05-02 |
Jason Kirtland | - MySQL ENUM types can now optionally ensure that value... |
commit | commitdiff | tree | snapshot |
| 2007-05-02 |
Jason Kirtland | Removed an unneeded and troublesome subquery test. |
commit | commitdiff | tree | snapshot |
| 2007-05-01 |
Mike Bayer | some notes on a labeling issue that arises when label... |
commit | commitdiff | tree | snapshot |
| 2007-05-01 |
Jason Kirtland | - allow MySQL column-level CHARACTER SET and COLLATE... |
commit | commitdiff | tree | snapshot |
| 2007-04-30 |
Mike Bayer | - applied YAGNI to supports_autoclose_results (this... |
commit | commitdiff | tree | snapshot |
| 2007-04-30 |
Mike Bayer | - small fix to SelectResultsExt to not bypass itself... |
commit | commitdiff | tree | snapshot |
| 2007-04-30 |
Gaëtan de Menten | - docstring improvements in query |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Mike Bayer | 0.3.7... rel_0_3_7 |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Mike Bayer | - adapted gaetan's eager load adaption code for non... |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Mike Bayer | - restored old "column_property()" ORM function (used... |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Mike Bayer | - the label() method on ColumnElement will properly... |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Mike Bayer | added orig_set colleciton to Select when its declared... |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Mike Bayer | - fix to using distinct() or distinct=True in combinati... |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Mike Bayer | - mysql uses "DESCRIBE [<schemaname>].<tablename>"... |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Rick Morrison | - mssql: replace "select @@identity" with "select ... |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Mike Bayer | document the 'echo' property |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Mike Bayer | - added 'url' attribute to Engine |
commit | commitdiff | tree | snapshot |
| 2007-04-29 |
Mike Bayer | docstring tweaks |
commit | commitdiff | tree | snapshot |
| next |