summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
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-051-48/+40
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-042-0/+8
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-044-8/+55
* - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-021-14/+18
* - 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-011-3/+35
* - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-311-10/+16
* 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-302-28/+43
* | - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-9/+17
* | - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-262-3/+10
* | Added psycopg2cffi dialectShaun Stanworth2015-01-263-4/+61
* | Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemyMike Bayer2015-01-261-0/+9
|\ \
| * | warn on duplicate polymorphic_identitySebastian Bank2014-12-041-0/+9
* | | Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-261-1/+2
|\ \ \
| * | | Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-201-1/+2
* | | | - 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-206-17/+190
* | | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-192-17/+38
* | | | - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-192-42/+24
* | | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-192-24/+42
* | | | - further fixes and even better tests for this blockMike Bayer2015-01-191-3/+8
* | | | - another adjustmentMike Bayer2015-01-191-2/+3
* | | | - fix another issue from rf49c367ef, add another testMike Bayer2015-01-181-1/+1
* | | | - rework assertsql system, fixes #3293Mike Bayer2015-01-183-294/+242
* | | | - fix a regression from ref #3178, where dialects that don't actually supportMike Bayer2015-01-171-4/+12
* | | | - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-1/+2
* | | | - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-1611-240/+294
* | | | - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-2/+7
* | | | - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-134-4/+35
* | | | - refine the previous commit a bitMike Bayer2015-01-131-20/+27
* | | | - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-134-36/+65
* | | | Add native_enum flag to Enum's repr() resultDimitris Theodorou2015-01-121-0/+1
* | | | - doc fixesMike Bayer2015-01-062-12/+14
* | | | - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-051-31/+35
* | | | - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-0515-52/+175
* | | | - more callcountsMike Bayer2015-01-051-2/+4
* | | | - callcountsMike Bayer2015-01-041-2/+0
* | | | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ schemeMike Bayer2015-01-041-12/+29
* | | | - clean up default comparator which doesn't need to be a class,Mike Bayer2015-01-044-267/+272
* | | | - strategies + declarativeMike Bayer2015-01-044-0/+36
* | | | - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-047-127/+160
* | | | - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-0411-96/+132
* | | | - use a different bitwise approach here that doesn't require iteratingMike Bayer2015-01-033-6/+16
* | | | - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-032-51/+116
* | | | - tighten the inspection in _ColumnEntity to reduce unnecessaryMike Bayer2015-01-031-14/+14
* | | | - test failures:Mike Bayer2015-01-022-2/+1