]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2010-07-05  Mike Bayerforce __doc__ to transfer over from the decorated funciton.
2010-07-04  Mike Bayermerge
2010-07-04  Mike Bayersome prep for the 'viewcode' plugin, which works, thoug...
2010-07-04  Mike Bayersome linkage
2010-07-04  Mike Bayertransfer docstrings from @classproperty to props
2010-07-03  Mike Bayer- idle 78-char adjustments
2010-07-03  Mike Bayer- Added support for @classproperty to provide
2010-07-02  Mike Bayer- verbiage expressing that pool_size==0 means no limit...
2010-07-02  Mike Bayer- The 'default' compiler is automatically copied over
2010-07-02  Mike Bayer- add typing/operator converts to Float/Numeric to...
2010-07-02  Mike Bayer- If server_version_info is outside the usual
2010-07-02  Chris Witherskeep ordering of columns with mixins constant
2010-07-02  Mike Bayer- Query.join() will check for a call of the
2010-07-01  Mike Bayer - Oracle's "native decimal" metadata begins to return
2010-06-30  Mike Bayer- An instance which is moved to "transient", has
2010-06-29  Mike Bayerreplace all occurences of "closes the connection" ...
2010-06-29  Mike Bayeradd make_transient
2010-06-27  Mike Bayerfix oracle char length test for newer descriptors
2010-06-26  Mike Bayer- Fixed bug that would prevent overridden clause
2010-06-25  Mike Bayer- Won't generate "CREATE TYPE" / "DROP TYPE" if
2010-06-24  Mike Bayerfix test
2010-06-24  Mike Bayer- The argument to "ESCAPE" of a LIKE operator or similar
2010-06-19  Mike Bayer- Fixed @memoized_property and @memoized_instancemethod
2010-06-19  Mike Bayer- Firebird dialect adds CHAR, VARCHAR types which
2010-06-19  Mike Bayer- Fixed ora-8 compatibility flags such that they
2010-06-19  Mike Bayerfix accessors, [ticket:1816]
2010-06-19  Mike Bayer- a mixin class can now define a column that matches
2010-06-19  Mike Bayer- MySQL dialect doesn't emit CAST() for MySQL version
2010-06-18  Mike Bayer- moved "post update" functionality from _save_obj...
2010-06-18  Mike Bayer- cleanup of new post update, changelog
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...
next