2007-06-27 |
Ants Aasma | some errors of droppedm mysql connections weren't being... |
commit | commitdiff | tree |
2007-06-26 |
Ants Aasma | better error message for NoSuchColumnError, fix ticket... |
commit | commitdiff | tree |
2007-06-26 |
Ants Aasma | add missing grouping for compound selects. fixes ticket... |
commit | commitdiff | tree |
2007-06-26 |
Ants Aasma | fix #624, modulo operator escaping on mysql and postgres |
commit | commitdiff | tree |
2007-06-25 |
Ants Aasma | fix precedence of between (ticket #621) |
commit | commitdiff | tree |
2007-06-25 |
Mike Bayer | - fixed precedence of operators so that parenthesis... |
commit | commitdiff | tree |
2007-06-24 |
Mike Bayer | added test for correlation of scalar subqueries to... |
commit | commitdiff | tree |
2007-06-23 |
Mike Bayer | - fixed "where"/"from" criterion of select() to accept... |
commit | commitdiff | tree |
2007-06-22 |
Mike Bayer | - added dialect flag "auto_convert_lobs", defaults... |
commit | commitdiff | tree |
2007-06-21 |
Mike Bayer | - added standalone distinct() function in addition... |
commit | commitdiff | tree |
2007-06-20 |
Mike Bayer | - forwards-compatibility with 0.4: added one(), first... |
commit | commitdiff | tree |
2007-06-20 |
Mike Bayer | - added synchronization to the mapper() construction... |
commit | commitdiff | tree |
2007-06-20 |
Mike Bayer | - fixed very stupid bug when deleting items with many... |
commit | commitdiff | tree |
2007-06-20 |
Mike Bayer | orig_set is a Set [ticket:614] |
commit | commitdiff | tree |
2007-06-19 |
Mike Bayer | - finally figured out how to get setuptools version... |
commit | commitdiff | tree |
2007-06-17 |
Mike Bayer | - added Interval type to types.py [ticket:595] |
commit | commitdiff | tree |
2007-06-17 |
Mike Bayer | - result.last_inserted_ids() should return a list that... |
commit | commitdiff | tree |
2007-06-17 |
Mike Bayer | - datetime fixes: got subsecond TIMESTAMP to work ... |
commit | commitdiff | tree |
2007-06-17 |
Mike Bayer | - sqlite better handles datetime/date/time objects... |
commit | commitdiff | tree |
2007-06-16 |
Mike Bayer | test case for oracle timestamp adaption |
commit | commitdiff | tree |
2007-06-16 |
Jason Kirtland | - Fixed typo blocking some assoc proxy dict assignments... |
commit | commitdiff | tree |
2007-06-14 |
Jason Kirtland | - Iteration over dict association proxies is now dict... |
commit | commitdiff | tree |
2007-06-13 |
Paul Johnston | Multiple MSSQL fixes; see ticket #581 |
commit | commitdiff | tree |
2007-06-13 |
Jason Kirtland | - MySQL TEXT-derived types weren't respecting convert_u... |
commit | commitdiff | tree |
2007-06-09 |
Mike Bayer | added StaticPool, stores just one connection. |
commit | commitdiff | tree |
2007-06-08 |
Mike Bayer | documented eager load fix |
commit | commitdiff | tree |
2007-06-08 |
Mike Bayer | - eager loader calls select_mapper so that poly ruleset... |
commit | commitdiff | tree |
2007-06-07 |
Mike Bayer | extra test for corresponding column fix |
commit | commitdiff | tree |
2007-06-06 |
Mike Bayer | - fixed bug where selectable.corresponding_column(selec... |
commit | commitdiff | tree |
2007-06-06 |
Rick Morrison | (no commit message) |
commit | commitdiff | tree |
2007-06-05 |
Jason Kirtland | - Rearrange placement of 'fields' (mysql 4.1 reserved... |
commit | commitdiff | tree |
2007-06-05 |
Mike Bayer | - added 'fields' to reserved words [ticket:590] |
commit | commitdiff | tree |
2007-06-05 |
Mike Bayer | - long-identifier detection fixed to use > rather than... |
commit | commitdiff | tree |
2007-06-02 |
Mike Bayer | pg test wasnt really working with that particular defau... rel_0_3_8 |
commit | commitdiff | tree |
2007-06-02 |
Mike Bayer | - added filter(), filter_by() to assignmapper |
commit | commitdiff | tree |
2007-06-02 |
Mike Bayer | added reset_joinpoint() feature for query, interim... |
commit | commitdiff | tree |
2007-06-02 |
Mike Bayer | added interfaces package to orm |
commit | commitdiff | tree |
2007-06-01 |
Jonathan Ellis | fix running tests on Windows |
commit | commitdiff | tree |
2007-06-01 |
Jonathan Ellis | include current versions in warning messages. simplify... |
commit | commitdiff | tree |
2007-06-01 |
Jonathan Ellis | add a couple expository notes to docs; fix a couple... |
commit | commitdiff | tree |
2007-06-01 |
Jason Kirtland | - Pulling pyformat test for MySQL-python, which fails... |
commit | commitdiff | tree |
2007-05-31 |
Jason Kirtland | - Emit BOOL rather than BOOLEAN for MySQL booleans... |
commit | commitdiff | tree |
2007-05-31 |
Mike Bayer | 0.3.8 version, removed old runhtml script |
commit | commitdiff | tree |
2007-05-31 |
Mike Bayer | - significant speed improvement to ResultProxy, pre... |
commit | commitdiff | tree |
2007-05-30 |
Mike Bayer | - some execution fixes |
commit | commitdiff | tree |
2007-05-29 |
Mike Bayer | some updates |
commit | commitdiff | tree |
2007-05-29 |
Mike Bayer | fix to the backref primary join condition |
commit | commitdiff | tree |
2007-05-28 |
Mike Bayer | added "polymorphic assocaition" example, illustrates... |
commit | commitdiff | tree |
2007-05-27 |
Mike Bayer | fixed two bad __init__ calls |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | remove unneeded division |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | added hotshot points into unit test, localizes profilin... |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | another object.__init__() call with args....might need... |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | removed ClauseVisitor.__init__(), doesnt work with... |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | normalized PG test schema name to "alt_schema" |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | - mysql doesnt have + for concatenation, but pg doesnt... |
commit | commitdiff | tree |
2007-05-25 |
Jason Kirtland | - Micro-documentation for why we set FOUND_ROWS flag... |
commit | commitdiff | tree |
2007-05-25 |
Jason Kirtland | - Coerce 'local_infile' mysql connect argument into... |
commit | commitdiff | tree |
2007-05-25 |
Jason Kirtland | - Nearly all MySQL column types are now supported for... |
commit | commitdiff | tree |
2007-05-25 |
Jason Kirtland | - Don't use '+' for sql expr concatenation by default |
commit | commitdiff | tree |
2007-05-25 |
Jason Kirtland | - Setup/teardown out test table properly |
commit | commitdiff | tree |
2007-05-25 |
Jason Kirtland | - DB connection urls for tests can now be loaded from... |
commit | commitdiff | tree |
2007-05-25 |
Mike Bayer | update |
commit | commitdiff | tree |
2007-05-25 |
Mike Bayer | turned off supports_sane_rowcount until someone wants... |
commit | commitdiff | tree |
2007-05-23 |
Mike Bayer | CompoundSelect (i.e. UNION etc.) needed self_group... |
commit | commitdiff | tree |
2007-05-22 |
Mike Bayer | fix typo |
commit | commitdiff | tree |
2007-05-22 |
Mike Bayer | - improved support for eagerloading of properties off... |
commit | commitdiff | tree |
2007-05-20 |
Mike Bayer | fix to previous logging fix... |
commit | commitdiff | tree |
2007-05-20 |
Mike Bayer | - restored logging of "lazy loading clause" under sa... |
commit | commitdiff | tree |
2007-05-20 |
Mike Bayer | restored comparison of 1-element clause list -> ClauseE... |
commit | commitdiff | tree |
2007-05-20 |
Mike Bayer | - fixed bug in query.instances() that wouldnt handle... |
commit | commitdiff | tree |
2007-05-18 |
Mike Bayer | - removed "no group by's in a select thats part of... |
commit | commitdiff | tree |
2007-05-18 |
Gaëtan de Menten | correct typo |
commit | commitdiff | tree |
2007-05-17 |
Mike Bayer | - the "primary_key" argument to mapper() is propigated... |
commit | commitdiff | tree |
2007-05-17 |
Mike Bayer | - fix to select_by(<propname>=<object instance>) -style... |
commit | commitdiff | tree |
2007-05-17 |
Mike Bayer | added test for "assign a list of objects", ensure casca... |
commit | commitdiff | tree |
2007-05-15 |
Mike Bayer | fixed LoggingClauseVisitor |
commit | commitdiff | tree |
2007-05-15 |
Mike Bayer | restored outerjoin test |
commit | commitdiff | tree |
2007-05-15 |
Mike Bayer | - fix to polymorphic query which allows the original... |
commit | commitdiff | tree |
2007-05-14 |
Mike Bayer | - parenthesis are applied to clauses via a new _Groupin... |
commit | commitdiff | tree |
2007-05-11 |
Mike Bayer | - _Label propigates "_hide_froms()" so that scalar... |
commit | commitdiff | tree |
2007-05-10 |
Mike Bayer | propigated detach() and invalidate() methods to Connection. |
commit | commitdiff | tree |
2007-05-09 |
Jason Kirtland | - Connections can be detached from their pool, closing... |
commit | commitdiff | tree |
2007-05-08 |
Mike Bayer | - set max identifier length to 31 |
commit | commitdiff | tree |
2007-05-07 |
Mike Bayer | - fix to long name generation when using oid_column... |
commit | commitdiff | tree |
2007-05-07 |
Mike Bayer | - session.get() and session.load() propigate **kwargs... |
commit | commitdiff | tree |
2007-05-04 |
Mike Bayer | - many-to-many relationships properly set the type... |
commit | commitdiff | tree |
2007-05-04 |
Mike Bayer | - shored up DBAPI descriptions |
commit | commitdiff | tree |
2007-05-04 |
Mike Bayer | clarifying some cascade-based unit tests, adding a... |
commit | commitdiff | tree |
2007-05-03 |
Mike Bayer | - "delete-orphan" no longer implies "delete". ongoing... |
commit | commitdiff | tree |
2007-05-03 |
Mike Bayer | - _Label class overrides compare_self to return its... |
commit | commitdiff | tree |
2007-05-03 |
Jason Kirtland | Oops, Python 2.5 ternary operator snuck in. |
commit | commitdiff | tree |
2007-05-03 |
Jason Kirtland | - Test assoc proxy lazy loads, fixed __set__ race on... |
commit | commitdiff | tree |
2007-05-03 |
Jason Kirtland | - New association proxy implementation, implementing... |
commit | commitdiff | tree |
2007-05-02 |
Mike Bayer | - Aliasizer removed. hooray ! |
commit | commitdiff | tree |
2007-05-02 |
Jason Kirtland | - added sqlalchemy.ext.orderinglist, a custom list... |
commit | commitdiff | tree |
2007-05-02 |
Jason Kirtland | - Use Python 2.5's built-in ElementTree if possible |
commit | commitdiff | tree |
2007-05-02 |
Jason Kirtland | - Expanded on the MySQL ENUM 'strict' documentation... |
commit | commitdiff | tree |
2007-05-02 |
Jason Kirtland | - MySQL ENUM types can now optionally ensure that value... |
commit | commitdiff | tree |
2007-05-02 |
Jason Kirtland | Removed an unneeded and troublesome subquery test. |
commit | commitdiff | tree |
2007-05-01 |
Mike Bayer | some notes on a labeling issue that arises when label... |
commit | commitdiff | tree |
next |