]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-12-29  Mike Bayerremove "is None" from boolean tests
2007-12-29  Mike Bayerlimit scope of try/except
2007-12-29  Mike Bayeruse long for query runid counter
2007-12-29  Mike Bayer- added is_disconnect() support for oracle
2007-12-29  Mike Bayer- mapped classes which extend "object" and do not provi...
2007-12-29  Mike Bayer- fixed Query bug when filter_by() compares a relation...
2007-12-29  Mike Bayer- MapperExtension.before_update() and after_update...
2007-12-29  Mike Bayer- fixed session.refresh() with instance that has custom...
2007-12-21  Mike Bayersome rudimentary fixes to get instance-level deferreds...
2007-12-21  Mike Bayercruft ! who knew
2007-12-21  Mike Bayeradded assertion for expiry's current inability to detec...
2007-12-21  Mike Bayer- disabled the "populate expired/deferred attributes...
2007-12-21  Mike Bayermass load wont overwrite modified expired attributes
2007-12-21  Mike Bayerbroke up various class-level mapper/instance fanfare...
2007-12-21  Mike Bayer- reworked all lazy/deferred/expired callables to be
2007-12-20  Mike Bayer- inheriting mappers now inherit the MapperExtensions...
2007-12-20  Mike Bayer- sqlite SLDate type will not erroneously render "micro...
2007-12-19  Rick Morrisonforgot CHANGES
2007-12-19  Rick MorrisonFix for autoload of non-identity PK integer columns...
2007-12-19  Jason Kirtland- Re-raise SystemExit et al in _ConnectionRecord.close
2007-12-19  Mike Bayer- auto-reconnect support improved; a Connection can...
2007-12-19  Lele GaifaxFix the unpacking of the refered table name under Firebird
2007-12-18  Mike Bayerintroductory docstring bonanza
2007-12-18  Jason KirtlandApply default cascade rules for firebird self-ref Forei...
2007-12-18  Mike Bayera little pre-lunch decrufting and cleanup
2007-12-18  Lele GaifaxUse an explicit ordering in the query
2007-12-18  Lele GaifaxAdd Firebird to the list of DBs that needs explicit...
2007-12-18  Mike Bayerget most oracle tests in sql working again....
2007-12-18  Mike Bayer- cleanup; lambdas removed from properties; properties...
2007-12-18  Mike Bayer- select().as_scalar() will raise an exception if the...
2007-12-16  Mike Bayerfixed del history
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...
next