]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-07-20  Mike Bayer- Eager loading now functions at any arbitrary depth...
2007-07-19  Jason KirtlandRemove unused imports, typo and light formatting tweaks.
2007-07-19  Jason KirtlandRemove mysql enum out of range test, not really needed...
2007-07-19  Mike Bayersmall fix to detect a "scalar" query when constructing...
2007-07-19  Mike Bayer- changed set used to generate FROM list to an ordered...
2007-07-19  Jason KirtlandBetter quoting of identifiers when manipulating schemas.
2007-07-19  Mike Bayeradded info on DB types
2007-07-19  Mike Bayerdocstrings
2007-07-19  Mike Bayerremoved ancient group_parenthesized() method, its purpo...
2007-07-19  Mike Bayerfixed LIKE/BEWTEEN operators
2007-07-19  Mike Bayerremoved print statement...this is the year i start...
2007-07-19  Mike Bayer- all "type" keyword arguments, such as those to bindpa...
2007-07-19  Jason KirtlandTarget testcreate schema test better.
2007-07-18  Jason KirtlandClarity fix for assocproxy example code
2007-07-18  Jason Kirtland.pop() on association proxies is no longer problematic...
2007-07-18  Mike Bayer- unittest cleanup: after removal of threadlocal mod...
2007-07-18  Mike Bayerpartial progress on adding prop.compare(), new behavior...
2007-07-18  Mike Bayeradded some aggregate tests
2007-07-18  Mike Bayer- merged fix of PG identifier length from 68 to 63...
2007-07-18  Mike Bayer- put a generic regexp for chopping foreign key specs...
2007-07-18  Jason Kirtland- Merged r2945, r2946, r2947 from trunk
2007-07-17  Mike Bayertypo
2007-07-17  Mike Bayer- changed the order of args to session.execute(), sessi...
2007-07-17  Paul JohnstonProperly escape table names when reflecting for mssql...
2007-07-17  Jason KirtlandRewrote association proxy documentation to be more...
2007-07-17  Mike Bayer- removed ancient threadlocal/legacy_session mods
2007-07-17  Jason Kirtland- Adjust has_table for MySQL, workaround multibyte...
2007-07-17  Mike Bayeranother order_by fix
2007-07-17  Mike Bayer- got in_() working, enhanced sql.py treatment of Compa...
2007-07-17  Mike Bayer- added operator support to class-instrumented attribut...
2007-07-17  Mike Bayer- moved query._with_parent into prop.compare() calls
2007-07-17  Jason KirtlandIgnore generated doc build artifacts
2007-07-17  Jason KirtlandTweak collections doc to fit in with long-lines club.
2007-07-17  Jason Kirtland- Finish collections doc changes started in r2839,...
2007-07-16  Mike Bayerremoved get_str(), get_from_text() from ansicompiler...
2007-07-16  Mike Bayerregexp searches for negative decimals too
2007-07-16  Jason KirtlandWhen testing unicode for MySQL, ensure the connection...
2007-07-16  Mike Bayerfix to connection-bound compiled objects
2007-07-16  Mike Bayerfix to SessionTransaction so it holds onto a Connection...
2007-07-16  Mike Bayerfew more tweaks for the aliasing change
2007-07-16  Mike Bayer- converted all anonymous labels and aliases to be...
2007-07-16  Mike Bayerremoved some remaining "connectable"/"bind_to" keywords
2007-07-16  Mike Bayercompleted connectable/bind_to/engine work for [ticket...
2007-07-16  Mike Bayermerged trunk r2901-2924
2007-07-15  Mike Bayer- bind test in query.orm
2007-07-15  Mike Bayeradded some text tests
2007-07-14  Mike Bayer- merged trunk r2880-r2901 (slightly manually for 2900...
2007-07-14  Ants Aasmacontext manager support for sql transactions
2007-07-14  Ants Aasmaadd support for two phase commits, nested subtransactio...
2007-07-12  Mike Bayeradded some order_bys to eager relations, which otherwis...
2007-07-12  Mike Bayerdont log statement + parameters if logging is not enabled
2007-07-12  Mike Bayeradded polymorphic associations examples from the trunk
2007-07-12  Ants AasmaFixed postgres array concatenation
2007-07-12  Mike Bayermerged trunk r2826-2879
2007-07-12  Ants AasmaAdded PGArray datatype for using postgres array datatypes
2007-07-11  Ants Aasmamissed an override of type engine comparison that is...
2007-07-11  Ants Aasmachanged type engine default comparison from identity...
2007-07-11  Mike Bayeradded a unit test to illustrate the equivalent of
2007-07-10  Ants Aasmamake use of the isinstance(obj, (A,B)) idiom, makes...
2007-07-10  Jason KirtlandTry to only convert :bind params and leave colons in...
2007-07-06  Jason Kirtland- renamed DynamicMetaData to ThreadLocalMetaData
2007-07-05  Jason KirtlandFix up extensions in wake of r2852 mapper.props change
2007-07-05  Mike Bayer- the type of a _BooleanExpression should always be...
2007-07-05  Mike Bayer- removed mapper.props, replaced with mapper.get_proper...
2007-07-04  Mike Bayerincrease code font size
2007-07-04  Jason KirtlandMore collections test coverage.
2007-07-03  Mike Bayer- added NullType to export list
2007-07-03  Jason KirtlandAdd a test for that OrderedDict fix, also add more...
2007-07-03  Jason Kirtland- Add coverage for dict collections, and fixes for...
2007-07-03  Jason Kirtland- Add coverage for set collections, added missing clear...
2007-07-03  Jason Kirtland- Coverage of list collections, and matching fixes...
2007-07-02  Jason KirtlandMore byroot_tree cleanups.
2007-07-02  Jason Kirtland- Started moving collection module docs to doc
2007-07-02  Mike Bayer- standardized the behavior for table reflection where...
2007-07-01  Mike Bayerremoved ancient "backref" example, updated byroot_tree...
2007-07-01  Mike Bayersimplified the loading mechanism. much easier to under...
2007-07-01  Mike Bayerforgot to add the xml files...
2007-07-01  Mike Bayermoved oracles "auto_convert_lobs" logic into a generic...
2007-07-01  Mike Bayermarking some methods as private
2007-07-01  Mike Bayerseparated the adjacency list version into the "basic...
2007-07-01  Mike Bayeradded some path searching
2007-06-30  Mike Bayerfix to test created in [changeset:2621], was corrected...
2007-06-30  Mike Bayer- implemented ORM-level composite column types [ticket...
2007-06-30  Mike Bayersome better cascades
2007-06-30  Mike Bayeradded "elementtree" examples
2007-06-30  Mike Bayermerged, with some modifications, mapped constructor...
2007-06-30  Mike Bayermerged pool tweak from r2823
2007-06-30  Mike Bayer- finished moving all EagerLoader tests from mapper...
2007-06-30  Mike Bayer- merged some tweaks to the pool overflow sync from...
2007-06-30  Mike Bayermerged pickleable schema items from trunk r2817
2007-06-30  Mike Bayermerged postgres domains patch r2814-2815
2007-06-29  Mike Bayerexpanded upon query's prefab assertion data
2007-06-29  Mike Bayermigrated most of mapper/EagerTest to updated eager_rela...
2007-06-29  Mike Bayerall of LazyTest moved to updated lazy_relations module
2007-06-29  Jason KirtlandAdded another set of assertions for attribute pickling.
2007-06-29  Jason KirtlandSimplifying that pickle workaround.
2007-06-29  Jason KirtlandWorking around the pickle memoization quirk in attribut...
2007-06-28  Jason Kirtlandfix --file again
2007-06-28  Mike Bayercopyright page
2007-06-28  Jason KirtlandBump doc version to 0.4, fix --file gen option
next