]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2010-07-29  Mike Bayer- Fixed "default schema" query to work with
2010-07-28  Mike Bayer- passive test fails on oracle, ensure passive test...
2010-07-24  Mike Bayer- The value of version_id_col can be changed
2010-07-22  Mike Bayer- Moving an o2m object from one collection to
2010-07-21  Mike Bayeretc
2010-07-21  Mike Bayerthis would help, right
2010-07-21  Mike Bayer- The beaker_caching example has been reorgnized
2010-07-21  Mike Bayer- add encode step to appease py3k
2010-07-21  Mike Bayer- Changed the scheme used to generate truncated
2010-07-20  Mike Bayercommit tag
2010-07-20  Mike Bayerdocument the crap out of text(), Session.execute()
2010-07-15  Mike BayerAdded tag rel_0_6_3 for changeset 2bd3c795cfe39249aceb6...
2010-07-15  Mike Bayer- Column-entities (i.e. query(Foo.id)) copy their rel_0_6_3
2010-07-14  Mike Bayer- More tweaks to cx_oracle Decimal handling.
2010-07-14  Mike Bayer- PG doc updates
2010-07-14  Mike Bayer- _extract_error_code now expects the raw DBAPI error...
2010-07-14  Mike Bayerrestore py2k directive that got whacked by python tidy
2010-07-13  Mike Bayer- pull out type() ahead of time to cut down on fn calls.
2010-07-12  Mike Bayer- The _extract_error_code() method now works
2010-07-11  Mike Bayertidy
2010-07-11  Mike Bayertest/dialect
2010-07-11  Mike Bayertidy test/base, test/ex, test/ext
2010-07-11  Mike BayerPython-tidy test/engine and test/aaa_profiling, 80...
2010-07-10  Mike Bayer- experimenting with pytidy with mods as a textmate...
2010-07-10  Mike Bayerbiginteger
2010-07-10  Mike Bayer- more 78 chars
2010-07-10  Mike Bayer- doc fixes regarding __tablename__ mixin
2010-07-08  Mike Bayer- added "expr" to the column descriptions accessor...
2010-07-08  Mike Bayer- 78 chars
2010-07-08  Mike Bayeradded an extra check for the correct class when __init_...
2010-07-08  Mike Bayermerge doc fix
2010-07-08  Mike Bayer- Improved the check for an "unmapped class",
2010-07-08  Chris Witherstypo
2010-07-07  Mike Bayer0.6.3
2010-07-07  Mike Bayer- Removed errant many-to-many load in unitofwork
2010-07-07  Mike Bayer78 chars
2010-07-07  Mike Bayer78 chars
2010-07-07  Mike Bayermerge
2010-07-07  Mike Bayer78 chars for sybase
2010-07-06  Mike BayerAdded tag rel_0_6_2 for changeset 7e72edc9d39966721f273...
2010-07-06  Mike Bayer- updated obsolete docs regarding sequences, RETURNING... rel_0_6_2
2010-07-06  Mike Bayerup the variance on these as the call counts are very...
2010-07-05  Mike Bayer- latest distribute
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...
next