]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2012-12-08  Mike Bayermerge latest default
2012-12-08  Diana Clarkefixing InstrumentationManager links
2012-12-08  Diana Clarkefixing sessionmaker link
2012-12-07  Mike BayerThe Oracle LONG type, while an unbounded text type...
2012-12-07  Mike Bayermerge dance
2012-12-07  Mike BayerRepaired the usage of ``.prepare()`` in conjunction...
2012-12-06  Diana Clarkefixing broken links (see #2625)
2012-12-06  Diana Clarkefixing broken links (see #2625)
2012-12-05  Idan Kamaracompiler: add support for multirow inserts
2012-12-05  Idan Kamaracompiler: adjust _get_colparams to return the columns...
2012-12-05  Idan Kamaraupdatebase: add support for multi parameters
2012-12-04  Derek HarlandAdd several MSSQL dialect tests for sequence declarations
2012-12-04  Derek HarlandMSSQL Dialect should set sequence columns to be non...
2012-12-04  Derek HarlandMerge changes from official sqlalchemy repo
2012-12-04  Mike Bayermerge default
2012-12-04  Mike Bayerchangelog
2012-12-04  Mike Bayermerge decimal thing
2012-12-04  Derek HarlandAllow the MSSQL dialect to support identity columns...
2012-12-04  Mike BayerThe :class:`.MutableComposite` type did not allow for the
2012-12-04  Mike Bayerwhitespace
2012-12-04  Mike Bayercleanup
2012-12-03  Diana Clarkevisit_DECIMAL should include precision and scale (when...
2012-12-02  Mike Bayer- BinaryExpression now keeps track of "left" and "right...
2012-12-02  Mike Bayermerge default. includes the pep8 stuff.
2012-12-02  Mike Bayer- refactor of pathing mechanics, to address #2614,...
2012-11-29  Mike BayerAdded missing import for "fdb" to the experimental
2012-11-28  Mike Bayermore warnings
2012-11-27  Richard MitchellAllow use of synonyms in primaryjoin / secondaryjoin...
2012-11-24  Mike BayerAdded a new exception to detect the case where two
2012-11-24  Mike Bayermerge Audrius HSTORE commits from bitbucket
2012-11-24  Mike Bayer- adjust this test for the ugly reality of the "name...
2012-11-23  Diana Clarkejust a pep8 pass before I play with these tests
2012-11-23  Mike Bayer- recognize that do_rollback() and do_commit() work...
2012-11-22  Diana Clarkesecond pass: increasing coverage, and commenting the...
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  Audrius KažukauskasHSTORE.comparator_factory should subclass Concatenable...
2012-11-20  Audrius KažukauskasAdd special containment operation methods for PG array...
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 Bayercomment out PDF for now, it sucks
2012-11-18  Mike Bayermake an 0.8 branch. imitate pyramid's scheme to the...
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...
next