]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2011-12-09  Mike Bayershould refer to Mapper class here
2011-12-09  Mike Bayeradd autoincrement directive for oracle
2011-12-09  Mike Bayer- Standalone expressions in polymorphic_on
2011-12-09  Mike Bayer- [feature] polymorphic_on now accepts many
2011-12-07  Mike Bayercallcount
2011-12-07  Mike Bayer- [bug] Fixed bug in get_history() when referring
2011-12-07  Mike Bayertests for FK/autoincrement selection
2011-12-07  Mike Bayer- doc updates per [ticket:2251]
2011-12-06  Mike Bayer- enable SAVEPOINT support fully, remove warning, ...
2011-12-06  Mike Bayer- [bug] Decode incoming values when retrieving
2011-12-06  Mike Bayer- [bug] don't cast "table name" as NVARCHAR
2011-12-06  Mike Bayeradd docs regarding flags only working with setuptools...
2011-12-06  Mike Bayer- [feature] IdentitySet supports the - operator
2011-12-06  Mike Bayeradd missing "data" column from association example...
2011-12-06  Mike Bayer- [bug] the @compiles decorator raises an
2011-12-06  Mike Bayerfix typo, [ticket:2232]
2011-12-06  Mike Bayeradd BEGIN workaround to pysqlite docs, [ticket:2219]
2011-12-06  Mike Bayerupdate pyodbc/SQL server connection strings, [ticket...
2011-12-06  Mike Bayerupdate delete-orphan cascade docs per [ticket:2332]
2011-12-06  Mike Bayerupdate query.update(), query.delete(), sessionevents...
2011-12-05  Mike Bayerrefine this a bit
2011-12-05  Mike Bayer- [feature] Added an example to the hybrid docs
2011-12-05  Mike Bayermarathon doc updating session including a rewrite of...
2011-12-04  Mike Bayer- update docs to declarative [ticket:2323]
2011-12-04  Mike Bayer- [bug] Updated warning message when setting
2011-12-04  Mike Bayer- reflection process always resets the primary key...
2011-12-04  Mike Bayer-re-document the is_modified method, and place signific...
2011-12-04  Mike Bayer- [bug] __table_args__ can now be passed as
2011-12-04  Mike Bayer- [bug] Fixed bug whereby transaction.rollback()
2011-12-04  Mike Bayer- [feature] The "extend_existing" flag on Table
2011-12-04  Mike Bayer- [bug] the "name" of a column-level CHECK constraint,
2011-12-04  Mike Bayer- [bug] pyodbc-based dialects now parse the
2011-12-04  Mike Bayersome call count reduction
2011-12-04  Mike Bayer- [bug] Calls to query.join() to a single-table
2011-12-04  Mike Bayer- [bug] Fixed the error formatting raised when
2011-12-04  Mike Bayer- [bug] repaired the with_hint() feature which
2011-12-04  Mike Bayer- [bug] Fixed bug whereby column_property() created
2011-12-03  Mike Bayeradd supported implementations
2011-12-01  Mike Bayer- [bug] Fixed bug whereby "order_by='foreign_key'"
2011-11-30  Mike Bayerre-merge typos
2011-11-30  Mike Bayeremergency rewrite of the psycopg2 unicode section
2011-11-30  Diana Clarketypos
2011-11-29  Mike Bayer- [feature] Added create_type constructor argument
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
next