]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2010-06-18  Mike Bayeradd a test for the actual feature, that multiple post...
2010-06-18  Mike Bayerthis one is actually doing it. removed the cruft we...
2010-06-18  Mike Bayeradds some tests, refines out the m2o approach.
2010-06-18  Mike Bayerthis approach seems to allow many-to-one post updates...
2010-06-17  Mike Bayer- query.order_by() now accepts False, which cancels
2010-06-17  Mike Bayerfix import
2010-06-17  Mike Bayeradd a test for query.order_by(None)
2010-06-15  Mike Bayer- Column.copy() takes along the "unique" attribute
2010-06-15  Mike Bayerversion_info is the tuple
2010-06-15  Mike Bayer- Can now call make_transient() on an instance that
2010-06-15  Mike Bayer- hypothesize that newer pysqlites are also growing...
2010-06-15  Mike Bayerfix variable name
2010-06-15  Mike Bayer- Query.statement, Query.subquery(), etc. now transfer
2010-06-14  Mike Bayer- Modified the internals of "column annotation" such...
2010-06-13  Mike Bayer- Fixed bug regarding flushes on self-referential
2010-06-13  Mike Bayer- The warning emitted by the Unicode and String types
2010-06-13  Mike Bayer- added documentation for Inspector [ticket:1820]
2010-06-11  Mike Bayer- Inspector hits bind.connect() when invoked to ensure
2010-06-09  Mike Bayerfix the enum for MySQL after native_enum added to adapt...
2010-06-09  Mike Bayer- Fixed incorrect signature in do_execute() for firebir...
2010-06-08  Mike Bayer- Fixed bug in Enum type which blew away native_enum
2010-06-08  Mike Bayer- tweak to work with sphinx 1.0b2
2010-05-31  Mike BayerAdded tag rel_0_6_1 for changeset 1bd54fd9c854044d8153d...
2010-05-31  Mike Bayer0.6.1 rel_0_6_1
2010-05-31  Mike Bayerfix this test for oracle
2010-05-31  Mike Bayermapper.py is entirely 79 char lines now
2010-05-31  Mike Bayerchange the weakkeydict to be just an LRU cache. Add...
2010-05-31  Mike Bayershorten lines to 78 char on _save_obj, _delete_obj...
2010-05-31  Mike Bayerreduce the calls to execution_options and weakkeydict...
2010-05-31  Mike Bayer- Pool classes will reuse the same "pool_logging_name...
2010-05-30  Mike Bayer79 char lines for base.py
2010-05-27  Mike Bayer- Fixed concatenation of constraints when "PRIMARY...
2010-05-27  Mike Bayer- Re-established support for Oracle 8 with cx_oracle,
2010-05-27  Mike Bayer- FOR UPDATE is emitted in the syntactically correct...
2010-05-22  Mike Bayer- Columns of _Binary type (i.e. LargeBinary, BLOB,...
2010-05-21  Mike Bayer- Fixed regression introduced in 0.6.0 unit of work...
2010-05-21  Mike Bayernew link for pymssql #1810
2010-05-15  Mike Bayerdocs on dispose
2010-05-15  Mike Bayerdisclaimer for the "type=None" semi-feature
2010-05-13  Mike Bayer- Added table.add_is_dependent_on(othertable), allows...
2010-05-13  Mike Bayer- Added internal warning in case an instance without a
2010-05-13  Mike Bayer- fixed __setstate__ method of CollectionAdapter to not
2010-05-13  Mike Bayer- func.XXX() doesn't inadvertently resolve to non-Function
2010-05-13  Mike Bayersome pep-8ing
2010-05-10  Mike Bayer- the _make_proxy() method of ColumnClause and Column...
2010-05-08  Mike Bayer- expr.in_() now accepts a text() construct as the...
2010-05-08  Mike Bayer- session.merge() will not expire attributes on the...
2010-05-08  Mike Bayer- func.sysdate() emits "SYSDATE()", i.e. with the ending
2010-05-08  Mike Bayer- Added 'connection shutdown' to the list of exception...
2010-05-08  Mike Bayeradd a note about native unicode mode, [ticket:1792]
2010-05-08  Mike Bayer- the SqlSoup constructor accepts a `base` argument...
2010-05-04  Mike Bayeradd more insert examples #1791
2010-05-03  Mike Bayermerge tip
2010-05-03  Mike Bayer- Fixed use_ansi=False mode, which was producing broken
2010-04-30  Mike Bayerplace docs for DBAPI-agnostic transaction_isolation...
2010-04-30  Chris Withersremove docs for deprecated feature
2010-04-29  Mike Bayerfix some 2to3 breakage on the cx_oracle dialect
2010-04-29  Mike Bayerremove a few superfluous imports
2010-04-28  Mike Bayer- Fixed bug in connection pool cursor wrapper whereby...
2010-04-28  Chris Withersfix sphinx reference
2010-04-28  Mike Bayer- oracle_xe 5 doesn't accept a Python unicode object in
2010-04-28  Gaëtan de Mentenchangelog fix for #1781
2010-04-27  Gaëtan de Mententake2 on #1781.
2010-04-26  Mike Bayer- Added integer coercion to the "type_conv" attribute...
2010-04-26  Mike Bayer- Added a label to the query used within has_table...
2010-04-26  Mike Bayer- Fixed regression introduced in 0.6.0 involving improper
2010-04-26  Gaëtan de MentenHopefully fix C extension on python2.4 (ticket #1781...
2010-04-26  Mike Bayer- Fixed "table" argument on constructor of ForeginKeyCo...
2010-04-26  Mike Bayer- Fixed errant space character when generating ADD...
2010-04-23  Jason KirtlandMake sqla_nose.py "just work" for running tests on...
2010-04-23  Mike Bayermerge
2010-04-23  Mike Bayerprod/stable
2010-04-22  Mike Bayer- Fixed bug that prevented implicit RETURNING from...
2010-04-21  Mike Bayerfix metadata import
2010-04-20  Mike Bayeryikes, no more svn version here...
2010-04-19  Mike Bayer- Added a check for cx_oracle versions lower than versi...
2010-04-18  Mike BayerAdded tag rel_0_6_0 for changeset 63cea59c0596b872a464f...
2010-04-18  Mike Bayerfix verbiage rel_0_6_0
2010-04-18  Mike Bayerformat string for no primary mapper defined error,...
2010-04-18  Mike Bayeradded detailed documentation regarding ORM performance...
2010-04-18  Mike Bayersome CHANGES updates
2010-04-17  Mike Bayerhave polymorphic_union render the 'literal' in a type...
2010-04-17  Mike Bayerinline this
2010-04-17  Mike Bayera little bit of refinement
2010-04-16  Mike Bayer- don't switch a delete to a non-delete during rowswitc...
2010-04-16  Mike Bayerwhen raising about columns not present, include the...
2010-04-16  Mike Bayersome more metadata cleanup since --dropall isnt specifi...
2010-04-16  Mike Bayerguessed too soon on that
2010-04-16  Mike Bayerdo a check on this one to fix the buildbot
2010-04-16  Mike Bayersince we are calling traverse_single within ddl.py...
2010-04-16  Mike Bayer- Table.create() and Table.drop() no longer apply metadata-
2010-04-15  Mike Bayerholy python2.4 batman
2010-04-15  Mike Bayer- Added get_pk_constraint() to reflection.Inspector...
2010-04-15  Mike Bayermore test adjustments
2010-04-15  Mike Bayeractually we need to copy the dict there since it gets...
2010-04-15  Mike Bayeradjust incoming params to add keys that are specific...
2010-04-15  Mike Bayer- beef up the --reversetop test option to embed RandomS...
2010-04-14  Mike Bayerdont use collections on 2.4
2010-04-14  Mike Bayer0.6.0 prep
2010-04-14  Mike Bayermerge tip
next