summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* fix typospr/23Hyunjun Kim2013-08-252-3/+3
* - "primary mapper entity" is now an attribute on Query,Mike Bayer2013-08-241-16/+11
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-214-5/+28
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-1/+4
* additoinalMike Bayer2013-08-181-2/+19
* and we don't need weaksetMike Bayer2013-08-182-24/+1
* - use newly fixed WeakSequence (#2794) to not have to rely on class name for ...Mike Bayer2013-08-181-5/+4
* - add WeakSequence.append()Mike Bayer2013-08-181-3/+10
* formattingMike Bayer2013-08-181-1/+2
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-182-5/+11
* - also do delete, add seealsos, formatting, etc. [ticket:2798]Mike Bayer2013-08-181-13/+37
* - add better notes to query.update(), most notably how to deal with a joined ...Mike Bayer2013-08-181-12/+36
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-1/+1
* - spot checking of imports, obsolete functionsMike Bayer2013-08-179-33/+11
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-172-2/+4
* merge error here, though also hedge between explaining about the expressions ...Mike Bayer2013-08-161-7/+0
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-1442-3417/+3459
* fix missing savepoint structuresMike Bayer2013-08-121-0/+3
* - header commentsMike Bayer2013-08-126-5/+17
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-1240-13519/+13822
* add more docs to index, even though this seems to be a little redundantMike Bayer2013-08-111-10/+29
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-1/+4
* ok forget it, that approach didn't really cover every base, soMike Bayer2013-08-043-16/+34
* find some more inline imports and move them outMike Bayer2013-08-046-10/+8
* - don't need resolve, don't need import for this. just look in sys.modules,Mike Bayer2013-08-044-47/+17
* - after discussions with the original project folks working with zope securityMike Bayer2013-08-021-68/+55
* a missing cursor.close() here caused a *huge* amount of weird locking issues...Mike Bayer2013-08-021-7/+10
* Added a new attribute :attr:`.Session.info` to :class:`.Session`;Mike Bayer2013-08-021-2/+42
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-013-3/+29
* Updates to MySQL reserved words for versions 5.5, 5.6, courtesyMike Bayer2013-07-311-0/+10
* fix missing commaMike Bayer2013-07-311-1/+1
* - update ORM event docs to include that you can listen on an unmapped base,Mike Bayer2013-07-311-29/+32
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-312-12/+18
* - this collection can be None on cleanup, so check for thatMike Bayer2013-07-271-1/+1
* - fix issue in join rewriting whereby we need to ensure the .key and .nameMike Bayer2013-07-271-1/+3
* - The C extensions are ported to Python 3 and will build underMike Bayer2013-07-263-45/+352
* - add event.contains() function to the event package, returns TrueMike Bayer2013-07-264-18/+24
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-2610-790/+1097
* - The mechanism by which attribute events pass along anMike Bayer2013-07-263-52/+123
* tpoMike Bayer2013-07-201-9/+9
* - Improved the examples in ``examples/generic_associations``, includingMike Bayer2013-07-192-1/+41
* Minor hybrid extension documentation updatepr/18David Beitey2013-07-191-2/+2
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-5/+8
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-1/+3
* wording about supported dialects for Query.yield_perpr/17Domen Kožar2013-07-141-6/+6
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-134-32/+38
* doc fixMike Bayer2013-07-121-1/+1
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-0/+6
* - use inline=True for the insert..select here so it works on oracleMike Bayer2013-07-122-2/+13
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-124-5/+35