]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-12-16  Mike Bayerafter_update called with state.obj()
2007-12-16  Mike Bayer- more fixes to the LIMIT/OFFSET aliasing applied with...
2007-12-16  Lele GaifaxFix bad example of Firebird test DB
2007-12-16  Mike Bayermoved hide_froms and aggregate_hide_froms to be only...
2007-12-15  Lele GaifaxRevert to use default poolclass under Firebird
2007-12-15  Lele GaifaxRemove some spurious spaces
2007-12-15  Lele GaifaxFixed minor reST issue
2007-12-15  Lele GaifaxDocumentation markup and a few typos
2007-12-15  Lele GaifaxImplemented FBDialect.server_version_info()
2007-12-14  Mike Bayeroof...unicode object still needs to return the value...
2007-12-14  Mike Bayeroof, history on collections were wrong. fixed byroot_tr...
2007-12-14  Mike Bayer- simplified _mapper_registry further. its now just...
2007-12-14  Mike Bayeradded an inheritance test
2007-12-14  Lele GaifaxFirebird module documentation
2007-12-14  Jason Kirtlandcorrection...
2007-12-14  Mike Bayertry to bang mysql tests to work
2007-12-14  Mike Bayer- merged instances_yields branch r3908:3934, minus...
2007-12-14  Jason Kirtland- Raise an error when assigning a bogusly keyed diction...
2007-12-13  Jason KirtlandFixed some __repr__'s attempting to %d their not-yet...
2007-12-13  Lele GaifaxFirebird does use qmark style params
2007-12-13  Lele GaifaxUse the external strlen UDF for func.length() under...
2007-12-13  Jason Kirtland- Removed @testing.supported. Dialects in development...
2007-12-12  Lele GaifaxDisabled some tests with INTERSECT, not handled by...
2007-12-12  Lele GaifaxUse an external UDF to implement the mod operator under...
2007-12-12  Chris Mcdonoughbug fixes
2007-12-12  Jason KirtlandSome code-level docs for r3916
2007-12-12  Mike Bayerimplemented many-to-one comparisons to None generate...
2007-12-12  Lele GaifaxNew simple test for Dialect.has_sequence()
2007-12-12  Jason Kirtland- on mysql, emit inner joins as 'INNER JOIN ... ON...
2007-12-12  Lele GaifaxReflect Firebird PassiveDefaults
2007-12-11  Lele GaifaxCosmetic changes to the Firebird reflection queries.
2007-12-11  Mike Bayer- eagerload(), lazyload(), eagerload_all() take an...
2007-12-11  Mike Bayer- fix to cascades on polymorphic relations, such that...
2007-12-10  Mike Bayercomment
2007-12-10  Mike Bayerrefresh_instance becomes an InstanceState so boolean...
2007-12-10  Mike Bayer- more query tests
2007-12-09  Mike Bayer- Query.select_from() now replaces all existing FROM...
2007-12-09  Lele GaifaxBetter reflection of Firebird data types.
2007-12-09  Mike Bayerfix...
2007-12-09  Mike Bayeradd pydoc for from_statement().
2007-12-09  Mike Bayer- added a warning when a relation() is added to an...
2007-12-09  Mike Bayeradd some updates too
2007-12-09  Mike Bayer- added a test for boolean saves/retrieves
2007-12-09  Mike Bayer- fix up the fixtures comparator
2007-12-09  Mike Bayeronly report true for source change if added + deleted...
2007-12-09  Mike Bayermapper uses attributes to get non-cached history
2007-12-09  Mike Bayerremove redundant identity map set
2007-12-09  Mike Bayer- mutable primary key support is added. primary key...
2007-12-08  Mike Bayer- added new methods to TypeDecorator, process_bind_para...
2007-12-08  Mike Bayersome updates, remove an old test (really crufty old...
2007-12-08  Mike Bayer[ticket:888] continued, synonym add_prop
2007-12-08  Mike Bayerok found it
2007-12-08  Mike Bayerfixed test which didnt pass along 'allitems' collection...
2007-12-08  Mike Bayer- flush() refactor merged from uow_nontree branch r3871...
2007-12-08  Mike Bayerchanged the anonymous numbering scheme to be more appealing
2007-12-08  Mike Bayercorrected for current output...
2007-12-08  Mike Bayeradded a mention about `eagerload_all()` [ticket:897]
2007-12-07  Mike Bayermapper.instances() is deprecated
2007-12-07  Mike Bayera little refinement to topological options, more to...
2007-12-07  Mike Bayerfix to unique bind params, you *can* use the same uniqu...
2007-12-07  Mike Bayer- also with dynamic, implemented correct count() behavi...
2007-12-07  Mike Bayer- added "cascade delete" behavior to "dynamic" relation...
2007-12-07  Mike Bayerfixed key error when no pks could be located
2007-12-06  Mike Bayer- generation of "unique" bind parameters has been simpl...
2007-12-06  Mike Bayerwarn if query.get() used with existing criterion
2007-12-06  Mike Bayer- query.get() and query.load() do not take existing...
2007-12-05  Mike Bayerassert_unicode=True replaced with default of assert_uni...
2007-12-05  Mike Bayer- ordering of cols in pks_by_table and cols_by_table...
2007-12-05  Mike Bayermore assertion hints...
2007-12-05  Mike Bayerimproved assertions, test is failing on the buildbot...
2007-12-05  Mike Bayersome more omit schemas for [ticket:890]
2007-12-05  Mike Bayer- tables with schemas can still be used in sqlite,...
2007-12-05  Mike Bayer- fixed wrong varname in session exception throw
2007-12-05  Mike Bayer- a major behavioral change to collection-based backref...
2007-12-05  Mike Bayer- basic framework for generic functions, [ticket:615]
2007-12-04  Mike Bayer- fixed backref bug where you could not del instance...
2007-12-04  Mike Bayer- relaxed rules on column_property() expressions having...
2007-12-04  Gaëtan de Mententypo
2007-12-04  Mike Bayerfixed replacement of existing column properties with...
2007-12-02  Mike Bayer- moved class-level attributes placed by the attributes...
2007-12-01  Mike Bayer- several ORM attributes have been removed or made...
2007-11-30  Mike Bayeradded test to ensure two conflicting m2m + backrefs...
2007-11-30  Mike Bayerremove a little cruft
2007-11-30  Mike Bayer- added support for version_id_col in conjunction with...
2007-11-29  Mike Bayer- adjustment to the previous checkin regarding inherita...
2007-11-29  Mike Bayer- fixed bug where Query would not apply a subquery...
2007-11-28  Mike Bayercleanup
2007-11-28  Mike Bayerfixed unicode-ness for Unicode values
2007-11-28  Mike Bayer- fixed bug which could arise when using session.begin_...
2007-11-28  Mike Bayernew synonym() behavior, including auto-attribute gen...
2007-11-28  Mike Bayerdefault value of assert_unicode is None on String,...
2007-11-27  Mike Bayer- column labels in the form "tablename.columname",...
2007-11-27  Mike Bayeropened up the test for "reflection with convert_unicode...
2007-11-27  Mike Bayeradded None to support zope __provides__, [ticket:882]
2007-11-27  Mike Bayeradded a test to validate ResultProxy truncation behavior
2007-11-27  Mike Bayerun-screw up the attribute manager checkin
2007-11-27  Mike Bayerfixed reflection of unicode, [ticket:881]
2007-11-27  Mike BayerAttributeManager class and "cached" state removed....
2007-11-25  Paul JohnstonFix: MSSQL set identity_insert and errors [ticket:538]
2007-11-25  Mike Bayer- check for NoneType too with unicode....
next