summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-10/+12
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-303-45/+80
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-304-1/+20
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-1/+2
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-302-2/+36
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-22/+0
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-282-2/+32