summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix Python 2-specific byte conversionpr/158David Marin2015-02-051-1/+3
* - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-055-77/+215
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-045-0/+41
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-049-15/+279
* - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-024-17/+101
* - don't overwrite an existing _strategy_keys collection;Mike Bayer2015-02-021-1/+2
* - Repaired support for Postgresql UUID types in conjunction withMike Bayer2015-02-013-9/+75
* Merge remote-tracking branch 'origin/pr/68' into pr68Mike Bayer2015-02-011-0/+13
|\
| * Add unit test for UUID arrays in PostgreSQL.pr/68Kevin Deldycke2014-02-061-0/+13
* | - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-315-17/+77
* | Merge remote-tracking branch 'origin/pr/145' into pr145Mike Bayer2015-01-311-2/+14
|\ \
| * | Psycopg2 JSONB support.pr/145Mateusz Susik2014-10-241-2/+14
* | | - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-307-31/+258
* | | - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-283-9/+125
* | | - fix link to non_primary flagMike Bayer2015-01-272-24/+41
* | | - fix this test for py3kMike Bayer2015-01-261-1/+1
* | | - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-2610-53/+90
* | | Include psycopg2cffi in dialect docsShaun Stanworth2015-01-261-0/+5
* | | 78-char widthShaun Stanworth2015-01-262-2/+4
* | | Added psycopg2cffi dialectShaun Stanworth2015-01-2610-9/+74
* | | - changelog for #3262, fixes #3262Mike Bayer2015-01-261-0/+11
* | | Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemyMike Bayer2015-01-262-0/+22
|\ \ \
| * | | warn on duplicate polymorphic_identitySebastian Bank2014-12-042-0/+22
* | | | - changelog for pullreq github:150Mike Bayer2015-01-261-0/+8
* | | | Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-262-2/+4
|\ \ \ \
| * | | | Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-202-2/+4
* | | | | - remove the clever approach w/ dialect events, and remove the needMike Bayer2015-01-251-17/+20
* | | | | - remove context-specific post-crud logic from Connection and inline post-crudMike Bayer2015-01-253-77/+88
* | | | | - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-209-17/+241
* | | | | - enhance detail here regarding the difference betweenMike Bayer2015-01-201-4/+27
* | | | | formattingMike Bayer2015-01-201-27/+30
* | | | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-195-21/+145
* | | | | - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-195-131/+28
* | | | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-195-28/+131
* | | | | - testsMike Bayer2015-01-191-0/+63
* | | | | - further fixes and even better tests for this blockMike Bayer2015-01-192-4/+35
* | | | | - another adjustmentMike Bayer2015-01-191-2/+3
* | | | | - fix another issue from rf49c367ef, add another testMike Bayer2015-01-182-2/+31
* | | | | - rework assertsql system, fixes #3293Mike Bayer2015-01-189-455/+484
* | | | | - fix a regression from ref #3178, where dialects that don't actually supportMike Bayer2015-01-172-7/+77
* | | | | - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-172-1/+3
* | | | | - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-1613-240/+373
* | | | | - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-163-3/+71
* | | | | - add new section to ORM referring to runtime inspection API,Mike Bayer2015-01-141-0/+49
* | | | | - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-136-6/+181
* | | | | - refine the previous commit a bitMike Bayer2015-01-131-20/+27
* | | | | - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-138-65/+296
* | | | | repair formattingMike Bayer2015-01-121-1/+4
* | | | | - changelog for pr 41Mike Bayer2015-01-121-0/+9
* | | | | Add native_enum flag to Enum's repr() resultDimitris Theodorou2015-01-122-2/+3