]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2010-09-03  Mike Bayer- AbstractType.__str__() produces the string version...
2010-08-31  Mike Bayer- a large hill to climb. Added declarative examples...
2010-08-30  Mike Bayer- The include_properties and exclude_properties arguments
2010-08-29  Mike Bayerdoc tweak
2010-08-29  Mike Bayer- The Session class is now present in sqlalchemy.orm.*.
2010-08-29  Mike Bayer- Oracle reflection of indexes has been tuned so
2010-08-29  Mike Bayerdocstring for query.correlate, [ticket:1889]
2010-08-29  Mike Bayer- Added ROWID type to the Oracle dialect, for those
2010-08-27  Mike Bayer- put a link to the wiki table config example
2010-08-26  Mike Bayer- An object that's been deleted now gets a flag
2010-08-26  Mike Bayer- remove repr() from exception assertion, so that py3k...
2010-08-26  Mike Bayer- replaced all self.__connection.is_valid with
2010-08-25  Mike Bayermerge changes from alternate branch
2010-08-25  Mike Bayeradd a note
2010-08-24  Mike Bayermerge tip
2010-08-24  Mike Bayersome doc updates
2010-08-23  Mike Bayer- the history_meta versioning recipe sets "unique=False"
2010-08-21  Mike Bayer- Similarly, for relationship(), foreign_keys,
2010-08-18  Mike Bayer- object_session() raises the proper
2010-08-15  Mike Bayer- 79 chars for expression
2010-08-14  Mike Bayer- Another pass through the series of error messages
2010-08-13  Mike Bayer- Added basic math expression coercion for
2010-08-12  Mike Bayer- added much more verbiage about transactions and expir...
2010-08-11  Mike Bayerspelling arg
2010-08-11  Mike Bayer- a warning is emitted in mapper() if the polymorphic_on
2010-08-10  Mike Bayer- Fixed the psycopg2 dialect to use its
2010-08-10  Mike Bayerget slightly better about deprecations in docstrings...
2010-08-09  Mike Bayer- modernizing examples
2010-08-09  Mike Bayermodernized the directed graph example
2010-08-08  Mike Bayer- add a check that prevents redundant AttributeImpls...
2010-08-08  Mike Bayer- some of the refinements from the sa_synonyms branch...
2010-08-08  Mike Bayerintroductions
2010-08-08  Mike Bayermark this as intermittent crashes on the buildbot ...
2010-08-08  Mike Bayer- the _Label construct, i.e. the one that is produced
2010-08-06  Mike Bayerformatting
2010-08-05  Mike Bayer- Dynamic attributes don't support collection
2010-08-05  Mike Bayer- Fixed bug whereby replacing composite foreign key
2010-08-03  Mike Bayer- Added full description of parent table/column,
2010-08-03  Mike Bayer- the text() construct, if placed in a column
2010-08-03  Mike Bayer- dont like this note
2010-08-03  Mike Bayerfixes, clarifications, removal of misleading statements
2010-08-03  Mike Bayer- Calling fetchone() or similar on a result that
2010-08-03  Mike Bayer- dont like that example, its too much for a section...
2010-08-03  Mike Bayer- add an example of declarative with hybrid, including...
2010-08-02  Mike Bayer - Fixed bug where "Can't add additional column" message
2010-08-02  Mike Bayer- Specifying a non-column based argument
2010-08-02  Mike Bayer- if @classproperty is used with a regular class-bound
2010-08-02  Mike Bayer- The generated index name also is based on
2010-08-02  Mike Bayer- worked through about 25% of mappers.rst to implement
2010-08-01  Mike Bayermysql needs ACID
2010-08-01  Mike BayerGC is screwing this one up sometimes
2010-08-01  Mike Bayer- The name ConcurrentModificationError has been
2010-08-01  Mike Bayerreformatting /cleanup of column type docs, including...
2010-08-01  Mike Bayer- Repaired the usage of merge() when used with
2010-08-01  Mike Bayerapply alt/ctrl t
2010-08-01  Mike Bayermake this point about clear_mappers
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.
next