]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2012-11-22  Diana Clarkefirst pass cleaning up test_labels #2610
2012-11-22  Diana Clarkethis test class had 2 'test_labels' methods, just chang...
2012-11-22  Diana ClarkeI think this is a bit clearer: "within the same query...
2012-11-20  Mike Bayer- an enormous merge just because I committed a one...
2012-11-20  Mike Bayershould be logging this
2012-11-20  Diana Clarkekill me now, pep8 pass, so close
2012-11-20  Diana Clarkejust a pep8 pass
2012-11-20  Diana Clarkejuts a 'expected 2 blank lines' pep8 pass
2012-11-20  Diana Clarkejust a pep8 pass of lib/sqlalchemy/dialects/postgresql
2012-11-20  Diana Clarkejust a pep8 pass of lib/sqlalchemy/dialects/sqlite
2012-11-20  Diana Clarkejust a pep8 pass of lib/sqlalchemy/dialects/sybase
2012-11-20  Diana Clarkejust a pep8 pass of lib/sqlalchemy/testing/
2012-11-20  Diana Clarkejust a pep8 pass of lib/sqlalchemy/testing/
2012-11-20  Diana Clarkejust a pep8 pass of lib/sqlalchemy/
2012-11-20  Diana Clarkejust a pep8 pass of lib/sqlalchemy/
2012-11-19  Diana Clarkejust a pep8 pass of lib/sqlalchemy/orm/
2012-11-19  Diana Clarkejust a pep8 pass of lib/sqlalchemy/orm/
2012-11-19  Diana Clarkejust a pep8 pass of lib/sqlalchemy/orm/
2012-11-19  Diana Clarkejust a pep8 pass of lib/sqlalchemy/orm/
2012-11-19  Diana Clarkejust a pep8 pass of lib/sqlalchemy/ext
2012-11-19  Diana Clarkejust a pep8 pass of lib/sqlalchemy/ext/declarative
2012-11-19  Diana Clarkejust a pep8 pass of lib/sqlalchemy/engine/
2012-11-19  Diana Clarkejust a pep8 pass of lib/sqlalchemy/connectors
2012-11-19  Diana Clarkejust a pep8 pass of lib/sqlalchemy/sql/
2012-11-19  Diana Clarkejust a pep8 pass of lib/sqlalchemy/util/
2012-11-19  Diana Clarkeshould be 'where' not 'filter' #2546
2012-11-19  Diana Clarkejust a pep8 pass of this file
2012-11-18  Mike Bayeriterate through column_attrs here
2012-11-18  Mike Bayeroops, this needs to be MutableDict
2012-11-18  Mike Bayeranother hide from 2to3 test
2012-11-18  Mike Bayercomment out PDF for now, it sucks
2012-11-18  Mike Bayer Fixed a gotcha where inadvertently calling list...
2012-11-18  Mike Bayerneed to disable hstore for the "player" here. should...
2012-11-18  Mike Bayermutable dict
2012-11-18  Mike Bayer- hstore documentation, migration
2012-11-18  Mike Bayer- add HSTORE
2012-11-18  Mike Bayermigration doc
2012-11-18  Mike Bayer- hstore adjustments
2012-11-17  Mike BayerMerged in audriusk/sqlalchemy_pg_hstore (pull request...
2012-11-17  Diana Clarkeinitializing _labels to an empty list so that the other...
2012-11-17  Diana Clarkeadding _fields, _asdict() to KeyedTuple #2601
2012-11-17  Mike Bayersybase doesn't support microseconds, surprise, and...
2012-11-17  Mike BayerReflection support has been added to the Sybase dialect.
2012-11-17  Mike Bayer- merge ben's patch with updates
2012-11-17  Mike BayerMerged in idank/sqlalchemy (pull request #27)
2012-11-17  Diana Clarkeadding tests for KeyedTuple, pep8 pass
2012-11-15  Audrius KažukauskasRegister HStore adapter and typecaster in psycopg2...
2012-11-15  Diana Clarkeoops! python 3 doesn't do the rich comparison cmp thing
2012-11-15  Mike Bayerfix this test
2012-11-14  Idan Kamaradocs/orm: spelling fix
2012-11-14  Mike BayerThe :meth:`.Connection.connect` and :meth:`.Connection...
2012-11-14  Mike BayerFixed :meth:`.MetaData.reflect` to correctly use
2012-11-14  Mike BayerFixed bug whereby using "key" with Column
2012-11-13  Diana Clarke__sub__ was declared twice, just increasing test covera...
2012-11-13  Audrius KažukauskasAdd PostgreSQL HStore type support
2012-11-12  Mike Bayeroracle doesnt support TIME or microseconds
2012-11-12  Mike Bayeradd docs regarding fetchedvalue with primary keys,...
2012-11-12  Mike BayerFixed bug in type_coerce() whereby typing information
2012-11-12  Mike Bayerfix some oracle-related tests, but still need to fix...
2012-11-12  Mike Bayer- support "fails_if" requirements as __requires__;...
2012-11-12  Mike BayerFixed regression where query.update() would produce
2012-11-10  Scott Torborgadded test of synchronize_session='fetch' on rows which...
2012-11-10  Mike BayerSupport for reflection of the "name" of primary key
2012-11-04  Benjamin TrofatterRemoved caching from SybaseDialect.get_table_id
2012-10-31  Benjamin TrofatterUpdated sybase testing requirements
2012-10-31  Mike BayerFixed bug whereby the ".key" of a Column wasn't being
2012-10-31  Mike Bayerupdate the intro
2012-10-31  Mike Bayerimprove some autodoc links
2012-10-31  Mike Bayermore of these
2012-10-31  Mike Bayer- i think this is a sphinx bug
2012-10-31  Mike Bayer- use a better example for relationship annotations
2012-10-30  Mike BayerAdded tag rel_0_8_0b1 for changeset d2e8b5e36cb3abbad74...
2012-10-30  Mike Bayerrelease date rel_0_8_0b1
2012-10-30  Benjamin TrofatterAdded sybase requirements to testing and improved view...
2012-10-30  Mike Bayeradd in inherited methods to many of these
2012-10-30  Benjamin TrofatterAdded reflection to sqlalchemy.dialects.sybase
2012-10-29  Mike Bayertweaks
2012-10-28  Mike Bayer- do a straight __subclasses__ traversal here, so that...
2012-10-28  Mike Bayer- remove remote_foreign annotation
2012-10-28  Mike Bayer- updated relationship docs, others
2012-10-28  Mike Bayer- add a missing reference handler to handle the inherit...
2012-10-28  Mike Bayermore migration notes
2012-10-28  Mike Bayer- store only MultipleClassMarkers inside of ModuleMarke...
2012-10-28  Mike Bayer- cover additional cases for [ticket:2585], where event...
2012-10-28  Mike Bayerglossary updates
2012-10-28  Mike Bayertypo
2012-10-27  Mike Bayer- more docs
2012-10-26  Mike Bayer- add class_ to AliasedInsp
2012-10-26  Mike Bayer- some naming changes on PropComparator, Comparator:
2012-10-25  Mike Bayerupdates
2012-10-25  Mike Bayerversionadded
2012-10-25  Mike Bayerremove some whitespace
2012-10-25  Mike Bayer0.7 updates, links
2012-10-25  Mike Bayeradd changelogs
2012-10-25  Mike Bayer The long-deprecated and non-functional ``assert...
2012-10-25  Mike Bayercallcounts
2012-10-24  Mike BayerAdded :meth:`.ColumnOperators.notin_`,
2012-10-24  Mike Bayerversion note
2012-10-24  Mike BayerFixed bug where keyword arguments passed to
2012-10-24  Mike Bayer- move most/all operator specific tests into test_opera...
next