summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* improve the close handling here so that we don't double-close a connection;Mike Bayer2013-06-281-5/+8
* Type lookup when reflecting the Firebird types LONG andMike Bayer2013-06-281-7/+6
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-3/+3
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-263-71/+191
* need the defaultdict import hereMike Bayer2013-06-261-0/+1
* Merge pull request #13 from malor/fix_indexes_reflectionmike bayer2013-06-262-15/+24
* Merge branch 'master' of https://github.com/asldevi/sqlalchemy into some_branchMike Bayer2013-06-231-1/+2
* 2.5ismMike Bayer2013-06-231-7/+7
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-222-3/+39
* versionaddsMike Bayer2013-06-221-6/+33
* - 0.8 changelogMike Bayer2013-06-221-11/+11
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-224-2/+246
* fix up the isolation level docs which were a messMike Bayer2013-06-172-25/+58
* - changelogMike Bayer2013-06-152-3/+8
* Merge pull request #7 from malor/psycopg2_execution_optionsmike bayer2013-06-151-0/+1
* Fixed bug in polymorphic SQL generation where multiple joined-inheritanceMike Bayer2013-06-151-5/+10
* Merge pull request #6 from eevee/propagate-reset-on-returnmike bayer2013-06-101-0/+3
* Fixed bug where sending a composite attribute into :meth:`.Query.order_by`Mike Bayer2013-06-101-1/+1