]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2008-07-03  Michael TrierAdded PGCidr type to postgres. Closes #1092
2008-07-02  Mike Bayer- add SLFloat type, which matches the SQLite REAL
2008-06-27  Mike Bayer- applied the "reverse" of r4877 from trunk; correct...
2008-06-22  Mike Bayer- The index name generated when you say "index=True"
2008-06-22  Mike Bayer- create_all(), drop_all(), create(), drop() all raise
2008-06-17  Mike Bayermerged r4861, session.is_active, from trunk
2008-06-17  Mike Bayermerged PG test from r4859
2008-06-17  Mike Bayer - Repaired server_side_cursors to properly detect
2008-06-13  Mike Bayeradded sequence for oracle support
2008-06-12  Mike Bayer- the enable_typechecks=False setting on relation()
2008-06-09  Mike Bayeradded some docstrings and some deprecations
2008-06-04  Mike Bayer- Query.count() will take single-table inheritance
2008-06-03  Mike Bayer- fixed bug preventing merge() from functioning in
2008-06-01  Mike Bayer- The contains() operator when used with many-to-many
2008-05-30  Mike Bayer- Cursors now have "arraysize" set to 50 by default on
2008-05-27  Mike Bayer- Added 'CALL' to the list of SQL keywords which return
2008-05-24  Mike Bayermerged r4813 from trunk, oracle schema name fix for...
2008-05-24  Mike Bayerget_default_identifier() normalizes the returned name...
2008-05-10  Mike Bayer- repaired single table inheritance such that you rel_0_4_6
2008-05-09  Gaëtan de Mentensame as r4710:
2008-05-09  Mike Bayerback-merged current 0.4 trunk into rel_0_4 branch,...
2007-07-27  Ants Aasmaadded an example on how to share code between sql predi...
2007-07-27  Mike Bayertook out extra exception catch/raise SQLError in places...
2007-07-26  Mike Bayerfixed bad import
2007-07-26  Mike Bayer- all oracle testtypes pass in this rev
2007-07-26  Mike Bayer- removed problematic generate_dbapi_typemap() method...
2007-07-26  Mike Bayertemporarily disabling genrated type_map which breaks...
2007-07-26  Mike Bayer- very rudimental support for OUT parameters added...
2007-07-26  Jason KirtlandUm... "ImportError: No module named profile; please...
2007-07-26  Mike Bayer- Compiled is just an object now. the ClauseVisitor...
2007-07-26  Mike Bayer- fixed clause_element/expression_element change from...
2007-07-26  Rick Morrisonmssql and test changes from trunk
2007-07-26  Mike Bayeradded addresses table delete
2007-07-26  Mike Bayer - added array slice support to row[<index>] [ticket...
2007-07-26  Mike Bayer- fix to oracle table aliasing
2007-07-26  Mike Bayer- changed 'desired_columns' argument to 'include_columns'
2007-07-26  Mike Bayer- ANSICompiler now uses its own traversal when compilin...
2007-07-26  Jonathan Ellis"You can also specify a list or set of column names...
2007-07-26  Ants Aasmafix up a docstring and some examples
2007-07-25  Mike Bayer- removed the ridiculous AbstractDialect do-nothing...
2007-07-25  Jonathan Ellistypo fix (unbreak test suite)
2007-07-25  Jason KirtlandReally finish proxied list methods. Either these last...
2007-07-25  Jonathan Ellisadd checks for well-formed ColumnProperty. fixes #683
2007-07-25  Jonathan Ellisadd __repr__ for engine, metadata, sqlsoup
2007-07-25  Jonathan Ellisuse sha instead of crypt to decrease suckage for window...
2007-07-25  Mike Bayer- added unittest for sharding module
2007-07-24  Mike Bayertest graceful fallback to lazy loading for cyclical...
2007-07-24  Mike Bayer- added has(), like any() but for scalars
2007-07-24  Mike Bayerrenamed new scalar() method to as_scalar(), not depreca...
2007-07-24  Mike Bayerrestored Float's full constructor to play better with...
2007-07-24  Mike Bayer- deprecated scalar=True argument on select(). its...
2007-07-24  Mike Bayer- Numeric and Float types now have an "asdecimal" flag...
2007-07-24  Mike Bayer- ColumnCollection (i.e. the 'c' attribute on tables...
2007-07-24  Mike Bayer- a rudimental sharding (horizontal scaling) system...
2007-07-23  Mike Bayerdeprecated extra arguments on instances()
2007-07-23  Mike Bayerremoved methods instance_key(), identity_key(), identity()
2007-07-23  Mike Bayer- joined-table inheritance will now generate the primar...
2007-07-23  Jason KirtlandOops, --log-{info,debug}= args need to accept values...
2007-07-23  Mike Bayerpatched fix for [ticket:677], thanks !
2007-07-23  Mike BayerColumnDefault functions pass ExecutionContext to callab...
2007-07-23  Jason Kirtland_ConnectionRecord gains a .properties collection, with...
2007-07-23  Mike Bayercorrected literals_as_binds to recognize sql.Operators...
2007-07-23  Jason KirtlandRearrange profiling a bit
2007-07-23  Mike Bayer- refinement of connection.execute() , parameter proces...
2007-07-23  Jason KirtlandFinished up the workflow in ormsession test
2007-07-23  Jason KirtlandRefactored test support code, moved most into 'testlib/'
2007-07-22  Mike Bayeradded some of the newer query styles to some inheritanc...
2007-07-22  Mike Bayerfixed up testbase coverage to get module-level stuff
2007-07-22  Jason Kirtlanddead
2007-07-22  Mike Bayerremoved small cruftlet
2007-07-22  Mike Bayer- fix to _CalculatedClause._copy_internals() behavior...
2007-07-22  Jason KirtlandConsigned to history.
2007-07-22  Mike Bayer- got self-referential query.join()/query.outerjoin...
2007-07-22  Mike Bayerfilter_by([joinpath], ...) is gone. join([path], alias...
2007-07-21  Jason KirtlandQueries now __str__ as their statement
2007-07-21  Jason Kirtlandmake this test runnable stand-alone
2007-07-20  Mike Bayer- merged bind unittest fix from r2999
2007-07-20  Mike Bayer- added query.populate_existing().. - marks the query...
2007-07-20  Mike Bayermerged most recent overflow mutex tweak
2007-07-20  Mike Bayerdont clobber existing methodnames, [ticket:596]
2007-07-20  Mike Bayerimplemented Class.any(criterion)
2007-07-20  Mike Bayerchanged assignmapper API per [ticket:636]
2007-07-20  Mike Bayermerged pool fix from [changeset:2989] and timeout fix...
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...
next