summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo: evaluted -> evaluated.pr/32Hyunjun Kim2013-10-081-1/+1
* - put exact version string in the testMike Bayer2013-09-291-2/+2
* Merge pull request #26 from hackop/ticket_2819mike bayer2013-09-291-1/+1
* Merge pull request #25 from gthb/ticket_2821mike bayer2013-09-292-3/+10
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+1
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+9
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-281-6/+17
* - fix a crapload of seealsosMike Bayer2013-08-271-15/+25
* - add version_id documentation [ticket:867]Mike Bayer2013-08-251-35/+39
* forgot to add system to the copy() methodMike Bayer2013-08-251-0/+1
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-252-5/+26
* Merge pull request #23 from yoloseem/mastermike bayer2013-08-252-3/+3
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-242-3/+34
* - this comment is wrong, the method here returns all mapper entitiesMike Bayer2013-08-241-4/+1
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-214-5/+28
* additoinalMike Bayer2013-08-211-2/+18
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-1/+4
* - 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
* Backported a change from 0.9 whereby the iteration of a hierarchyMike Bayer2013-08-181-1/+2
* fix the mergeMike Bayer2013-08-181-4/+0
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-182-4/+14
* - 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
* 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
* Updates to MySQL reserved words for versions 5.5, 5.6, courtesyMike Bayer2013-07-311-0/+10
* - update ORM event docs to include that you can listen on an unmapped base,Mike Bayer2013-07-311-27/+30
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-312-12/+18
* fix py26 flagMike Bayer2013-07-272-1/+2
* tpoMike Bayer2013-07-201-9/+9
* - Improved the examples in ``examples/generic_associations``, includingMike Bayer2013-07-192-1/+41
* Merge pull request #18 from davidjb/patch-1mike bayer2013-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
* Merge pull request #17 from iElectric/docs/wording_yield_permike bayer2013-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
* don't split the regexps for chop_traceback()Mike Bayer2013-07-121-4/+2
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-113-1/+17
* remove undoc-members from query docstring [ticket:2774]Mike Bayer2013-07-071-0/+7
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-055-3/+92
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-2/+2
* - take advantage of 0.9's pool redesign a bit, addingMike Bayer2013-07-042-13/+23
* Fixed bug when using multi-table UPDATE where a supplementalMike Bayer2013-07-021-2/+2
* Added :class:`.BIGINT` to the list of type names that can beMike Bayer2013-07-021-2/+4