]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-10-11  Mike Bayer - Added new flag expire_on_flush=False to column_prop...
2011-10-11  Mike Bayer- adjust some tests and such to work better with a...
2011-10-05  Mike Bayer - Fixed bug related to [ticket:2141] whereby the
2011-10-04  Mike Bayeradd a test to confirm alter table of pk column gets...
2011-10-03  Mike Bayerundo that change with the _, it doesn't break round...
2011-10-03  Mike Bayer - a CREATE TABLE will put the COLLATE option
2011-10-02  Mike Bayer - Added "postgresql_using" argument to Index(), produces
2011-09-28  Mike Bayer - Enhanced the instrumentation in the ORM to support
2011-09-28  Mike Bayer- Fixed bug whereby mapper.order_by attribute would
2011-09-26  Mike Bayer - SQLSoup will not be included in version 0.8
2011-09-26  Mike Bayerchangelog
2011-09-26  Mike Bayerwarn when a subclass' base uses @declared_attr for...
2011-09-26  Mike Bayerimproved docs on select_from() [ticket:2274]
2011-09-26  Mike Bayer - Adjusted dictlike-polymorphic.py example
2011-09-24  Mike Bayerfix test
2011-09-24  Mike Bayerfix tests here, mssql/mysql are mutually exclusive...
2011-09-24  Mike Bayer- When an open Session is garbage collected, the objects
2011-09-24  Mike Bayer - The String type now generates VARCHAR2 on Oracle
2011-09-24  Mike Bayer- The integer "id" used to link a mapped instance with
2011-09-24  Mike Bayer - The entry point resolution supported by
2011-09-24  Mike Bayermore specific
2011-09-24  Mike Bayerdocument CircularDependencyError. [ticket:2285]
2011-09-24  Mike Bayer - The behavior of =/!= when comparing a scalar select
2011-09-24  Mike Bayer - Modified Column.copy() to use _constructor(),
2011-09-22  Mike Bayer - Fixed bug in unit of work whereby detection of
2011-09-22  Mike Bayerremove inline imports from core events too
2011-09-22  Mike Bayerremove all inline imports statements from events.py...
2011-09-21  Mike Bayeradd a document note regarding CAST and the workaround...
2011-09-21  Mike Bayerno this is not in 0.6.9, it was an 0.7 regression
2011-09-21  Mike Bayer- Fixed ReturningResultProxy for zxjdbc dialect.
2011-09-21  Mike Bayer - Fixed bug whereby with_only_columns() method of
2011-09-21  Mike Bayer - Adjusted the "importlater" mechanism, which is
2011-09-21  Mike Bayerensure sa_pool_key isn't passed to connect
2011-09-20  Mike Bayer - Added optional "sa_pool_key" argument to
2011-09-20  Mike Bayerplus synonyms accessed as string
2011-09-19  Mike Bayer - added "adapt_on_names" boolean flag to orm.aliased()
2011-09-18  Mike Bayer - Changes to attempt support of FreeTDS 0.91 with
2011-09-16  Mike Bayerordering
2011-09-16  Mike Bayer - Fixed a variety of synonym()-related regressions
2011-09-15  Mike Bayer - Another previously unknown feature from 0.6, synonyms
2011-09-15  Mike Bayer- Fixed previously untested function which regressed
2011-09-14  Mike Bayer - Changed the update() method on association proxy
2011-09-10  Mike Bayerfix sentence
2011-09-10  Mike Bayer - New event hook, MapperEvents.after_configured().
2011-09-09  Mike Bayerminor callcount bump resulting from r3876c9c0b9a4
2011-09-09  Mike Bayer - Reflection functions for Table, Sequence no longer
2011-09-09  Mike Bayer- Calling class_mapper() and passing in an object
2011-09-09  Mike Bayer - Identity map .discard() uses dict.pop(,None)
2011-09-09  Mike Bayer - Behavioral improvement: empty
2011-09-09  Mike Bayer- Fixed bug whereby if __eq__() was
2011-09-06  Mike Bayerfix typo, [ticket:2271]
2011-09-05  Mike Bayer- Fixed bug regarding calculation of "from" list
2011-08-25  Mike Bayerand lets use the right method name here...
2011-08-25  Mike Bayeradd more discouragment from using before_/after_ mapper...
2011-08-24  Mike Bayerdocument pool ping recipe
2011-08-22  Mike Bayerwho knew we already had a test for that
2011-08-22  Mike Bayer- Improvement to multi-param statement logging,
2011-08-18  Mike Bayerundo accidental patch commit
2011-08-18  Mike Bayerdocument autocommit when using the compiler extension...
2011-08-17  Mike Bayerdocument session bind resolution order
2011-08-16  Mike Bayer - Extra keyword arguments to the base Float
2011-08-14  Mike Bayer- Added a slightly nicer __repr__() to SchemaItem
2011-08-14  Mike Bayer - The recreate() method in all pool classes uses
2011-08-14  Mike Bayer- add docstrings for defer(), undefer(), improve name...
2011-08-14  Mike Bayer - Fixed regression in new composite rewrite where
2011-08-13  Mike Bayerthis test only runs for PG
2011-08-13  Mike Bayer- add test profiling merge() behavior when merging...
2011-08-09  Mike Bayer- Narrowed the assumption made when reflecting
2011-08-07  Mike Bayersome core cross linkage
2011-08-07  Mike Bayer- basic relational patterns -> all declarative. class...
2011-08-07  Mike Bayerlong line formatting
2011-08-07  Mike Bayermore green sections. fun !
2011-08-07  Mike Bayerupdate address_count property
2011-08-07  Mike Bayerfix composite example
2011-08-07  Mike Bayerdrat
2011-08-07  Mike Bayer- rework collections docs, talk about the simple stuff...
2011-08-07  Mike Bayerdeclarify the mapper config docs
2011-08-07  Mike Bayertypo
2011-08-07  Mike Bayer- classical mappings
2011-08-07  Mike Bayeredit
2011-08-07  Mike Bayertutorial content finished, needs fresh proofread as...
2011-08-06  Mike Bayer- Repaired edge case where mapper would fail
2011-08-06  Mike Bayer- rework tutorial to be all declarative, all the time
2011-08-06  Mike Bayersigh...*NOW* fix it for py3k so the next transformer...
2011-08-06  Mike Bayerfix a test
2011-08-06  Mike Bayer- Query will convert an OFFSET of zero when
2011-08-06  Mike Bayer - Fixed bug in query.join() which would occur
2011-08-06  Mike Bayer- use itertools.count() plus mutex for Query _new_runid...
2011-08-06  Mike Bayer- second pass through association proxy docs, some...
2011-08-06  Mike Bayer- rewrite the docs for association proxy using declarat...
2011-08-04  Mike Bayer - Ensured that the same ValueError is raised for
2011-08-04  Mike Bayerlink date/time classes correctly, helps [ticket:2244]
2011-08-03  Mike Bayer- epic rewrite of Query.join documentation
2011-08-01  Mike Bayer - Added after_soft_rollback() Session event. This
2011-07-31  Mike BayerAdded tag rel_0_7_2 for changeset b088914265cc3e918c95d...
2011-07-31  Mike Bayer0.7.2 + release date rel_0_7_2
2011-07-31  Mike Bayerfix the test
2011-07-31  Mike Bayer- Load of a deferred() attribute on an object
2011-07-31  Mike Bayer- document get_bind(), [ticket:1053]
2011-07-30  Mike Bayer- add CoerceUTF8 example
next