]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-11-28  Mike Bayer- [bug] Fixed bug whereby TypeDecorator would
2011-11-26  Mike Bayerfix typo [ticket:2334]
2011-11-26  Mike Bayercontinue removing misleading/old sections, fix things...
2011-11-26  Mike Bayermore fixes, more coming
2011-11-26  Mike Bayer- shorten classical mapping, remove some not very clear...
2011-11-25  Mike Bayersome more ignores
2011-11-25  Mike Bayerdoc styling rework
2011-11-24  Mike Bayer- doc updates in loading
2011-11-23  Mike Bayercall the simply police
2011-11-22  Mike Bayeralso add support for onupdate as we'd like this to...
2011-11-22  Mike Bayerchangelog
2011-11-22  Mike Bayermerge tip
2011-11-22  Mike Bayerfixes to actually get tests to pass
2011-11-22  Mike Bayer- commit the unit tests
2011-11-22  Mike Bayertypo
2011-11-22  Mike Bayercleanup
2011-11-22  Mike Bayerpasses for all three, includes multi col system with...
2011-11-22  Mike Bayersort of muscling this out, mysql a PITA
2011-11-20  Mike Bayer- [bug] further tweak to the fix from [ticket:2261],
2011-11-15  Mike Bayer- clarify the purpose of "timezone", alleviate confusio...
2011-11-13  Mike Bayer- add tests to try to find the case that [ticket:2221...
2011-11-02  Mike Bayer- [bug] Unicode adjustments allow latest pymysql
2011-10-30  Mike Bayerfix this for PG, other on update cascade DBs
2011-10-30  Mike Bayer- attribute system gets a pop() method.
2011-10-29  Mike Bayer- [bug] Postgresql dialect memoizes that an ENUM of a
2011-10-28  Mike Bayer- [bug] Fixed bug whereby a subclass of a subclass
2011-10-28  Mike Bayer- [bug] fixed inappropriate evaluation of user-mapped
2011-10-26  Mike Bayer- [bug] the value of a composite attribute is now
2011-10-23  Mike Bayer - [feature] Added new support for remote "schemas":
2011-10-23  Mike Bayerfix the 2to3 here, again
2011-10-23  Mike BayerBacked out changeset 8ef278ec7557a5b3446807e9bc16624630...
2011-10-23  Mike Bayerfix the 2to3 here
2011-10-23  Mike Bayer- Added accessor to types called "python_type",
2011-10-23  Mike Bayer - Cls.column.collate("some collation") now
2011-10-20  Mike Bayer- Added missing comma to PASSIVE_RETURN_NEVER_SET
2011-10-17  Mike Bayer- Fixed bug in history_meta.py example where
2011-10-17  Mike Bayerplus a period. seriously. should i just watch TV...
2011-10-17  Mike Bayerand i screwed it up
2011-10-17  Mike Bayerupdated conventions on mixins
2011-10-16  Mike BayerAdded tag rel_0_7_3 for changeset 8aa229cf84cea6934bd1a...
2011-10-16  Mike Bayerlink to declarative concrete helper doc rel_0_7_3
2011-10-16  Mike Bayer0.7.3 prep
2011-10-16  Mike Bayersome mssql stuff, though unicode is really not working...
2011-10-15  Mike Bayerfix this for oracle
2011-10-15  Mike Bayerfix this test for oursql
2011-10-15  Mike Bayer- Added client_encoding parameter to create_engine()
2011-10-15  Mike Bayer- Reinstated "comparator_factory" argument to
2011-10-15  Mike Bayer- Added an exception catch + warning for the
2011-10-15  Mike Bayerfix typos [ticket:2294] [ticket:2300]. these are both...
2011-10-12  Mike Bayer- Improved query.join() such that the "left" side
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
next