]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-03-10  Gilles DartiguelongueFix dependencies for running coverage checks
2015-03-10  Mike Bayer- changelog for pr github:154
2015-03-10  Gilles DartiguelongueFix slice addressing of _AssociationList with python3
2015-03-10  Mike Bayer- changelog / doc for sqlite partial indexes
2015-03-10  Mike BayerMerge branch 'sqlite-partial-indexes' of https://bitbuc...
2015-03-09  Mike Bayer- updated counts
2015-03-09  Mike Bayer- fix a potential race condition where the per-mapper...
2015-03-09  Mike Bayer- reduce some callcounts related to the lightweight...
2015-03-09  Mike Bayer- add a callers option
2015-03-09  Mike Bayer- pick around gaining modest dings in callcounts here...
2015-03-09  Mike Bayer- start locking down querying for cols after observing...
2015-03-09  Mike Bayer- we really don't want to force lib here, but we do...
2015-03-08  Mike Bayer- random performance whacking vs. 0.9, in particular...
2015-03-08  Mike Bayer- add this for testing
2015-03-08  Mike Bayer- fix some more result_map calls
2015-03-08  Mike Bayer- rename _select_wraps
2015-03-08  Mike Bayerfoo
2015-03-08  Mike Bayer- the change for #918 was of course not nearly that...
2015-03-07  Mike Bayer- do a full rewrite of callcounts
2015-03-07  Mike Bayer- The SQL compiler now generates the mapping of expecte...
2015-03-06  Mike BayerMerged in jocmeh/sqlalchemy (pull request #46)
2015-03-06  Jochem Oosterveenminor docstring fix in MappedCollection class
2015-03-03  Mike Bayer- changelog and migration notes for new pg8000 features...
2015-03-03  Mike Bayer- add a skip for JSONB on pg8000 if we are on 1.10...
2015-03-03  Mike BayerMerge remote-tracking branch 'origin/pr/132' into pr132
2015-03-01  Mike Bayer- squash-merge the final row_proc integration branch...
2015-02-25  Jason HeldUpdate migration_09.rst
2015-02-24  Mike Bayer- repair issue in declared_attr.cascading such that...
2015-02-20  Mike Bayer- Fixed bugs in ORM object comparisons where comparison of
2015-02-20  Mike Bayer- remove the need for a recursive call here
2015-02-20  Mike Bayer- Fixed bug where internal assertion would fail in...
2015-02-19  Mike Bayer- expect_warnings was not expecting and neither was...
2015-02-19  Mike Bayer- repair merge failure
2015-02-19  Mike Bayer- autopep8
2015-02-18  Mike Bayer- Mapped state internals have been reworked to allow...
2015-02-18  Mike Bayer- add the test_expire_lots test for comparison
2015-02-17  Mike Bayer- add a new section regarding multiprocessing
2015-02-10  Mike Bayer- additional mysql cast-related test fixes
2015-02-10  Mike Bayer- The MySQL dialect now supports CAST on types that...
2015-02-10  Mike Bayer- add a fix to MySQL re: #3074 tests, make sure we...
2015-02-10  Mike Bayer- test skips for MySQL w new cast warning
2015-02-09  Mike Bayer- A warning is emitted when :func:`.cast` is used with...
2015-02-09  Mike Bayer- flake8
2015-02-09  Mike Bayer- Literal values within a :class:`.DefaultClause`,...
2015-02-09  Mike Bayer- remove meaningless assignment
2015-02-09  Mike Bayer- test + changelog
2015-02-09  Mike BayerMerge remote-tracking branch 'origin/pr/147' into pr147
2015-02-09  Mike Bayer- add versionadded for service_name
2015-01-26  Kai GronerPartial index support with sqlite dialects.
2015-01-26  Kai GronerTest for partial index support in sqlite dialects.
2015-01-25  Mike Bayer- remove the clever approach w/ dialect events, and...
2015-01-25  Mike Bayer- remove context-specific post-crud logic from Connecti...
2015-01-20  Mike Bayer- Added new user-space accessors for viewing transactio...
2015-01-20  Mike Bayer- enhance detail here regarding the difference between
2015-01-20  Mike Bayerformatting
2015-01-19  Mike Bayer- restore r611883ffb35ca6664649f6328ae8 with additional...
2015-01-19  Mike Bayer- reverse the last commit temporarily as it breaks...
2015-01-19  Mike Bayer- The primary :class:`.Mapper` of a :class:`.Query...
2015-01-19  Mike Bayer- tests
2015-01-19  Mike Bayer- further fixes and even better tests for this block
2015-01-19  Mike Bayer- another adjustment
2015-01-19  Mike Bayer- fix another issue from rf49c367ef, add another test
2015-01-19  Mike Bayer- rework assertsql system, fixes #3293
2015-01-18  Mike Bayer- fix a regression from ref #3178, where dialects that...
2015-01-17  Mike Bayer- add an exclusion here that helps with the case of...
2015-01-17  Mike Bayer- Custom dialects that implement :class:`.GenericTypeCo...
2015-01-16  Mike Bayer- Fixed bug where Postgresql dialect would fail to...
2015-01-14  Mike Bayer- add new section to ORM referring to runtime inspectio...
2015-01-13  Mike Bayer- The "wildcard" loader options, in particular the...
2015-01-13  Mike Bayer- refine the previous commit a bit
2015-01-13  Mike Bayer- The multi-values version of :meth:`.Insert.values...
2015-01-12  Mike Bayerrepair formatting
2015-01-12  Mike Bayer- changelog for pr 41
2015-01-12  Dimitris TheodorouAdd native_enum flag to Enum's repr() result
2015-01-06  Mike Bayer- doc fixes
2015-01-06  Mike Bayer- add a close here
2015-01-06  Mike Bayer- Fixed bug where if an exception were thrown at the...
2015-01-06  Mike Bayerfix verbiage
2015-01-06  Mike Bayer- add MemoizedSlots, a generalized solution to using...
2015-01-05  Mike Bayer- make a new page that introduces mapping a little...
2015-01-05  Mike Bayer- more callcounts
2015-01-05  Mike Bayer- this is passing, no idea why
2015-01-05  Mike Bayer- callcounts
2015-01-05  Mike Bayer- fix test for new events
2015-01-05  Mike Bayer- Structural memory use has been improved via much...
2015-01-05  Mike Bayer- scale back _Dispatch and _JoinedDispatcher to use...
2015-01-04  Mike Bayer- clean up default comparator which doesn't need to...
2015-01-04  Mike Bayer- strategies + declarative
2015-01-04  Mike Bayer- wip - start factoring events so that we aren't using...
2015-01-04  Mike Bayer- start trying to move things into __slots__. This...
2015-01-04  Mike Bayer- use a different bitwise approach here that doesn...
2015-01-04  Mike Bayer- The :class:`.mysql.SET` type has been overhauled...
2015-01-03  Mike Bayer- clean up SET tests
2015-01-03  Mike Bayer- tighten the inspection in _ColumnEntity to reduce...
2015-01-03  Tony LockeChanged pg8000 dialect to cope with native JSON
2015-01-02  Mike Bayer- put this back now that we found the source of this
2015-01-02  Mike Bayer- test failures:
2015-01-02  Mike Bayer- repair drop_all_tables
2015-01-02  Mike Bayer- restate sort_tables in terms of a more fine grained
2015-01-01  Mike Bayer- Added a new accessor :attr:`.Table.foreign_key_constr...
next