summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add is_ and isnot filter to the tutorialpr/80Charles-Axel Dein2014-03-151-0/+6
* - correct this to make the intention clearMike Bayer2014-03-131-2/+1
* - Added support for literal rendering of boolean values, e.g.Mike Bayer2014-03-134-45/+95
* - move some requirements up to the testing module to better support runningMike Bayer2014-03-132-32/+54
* commentMike Bayer2014-03-131-0/+7
* - add a suite test for underscore as initial charMike Bayer2014-03-131-0/+14
* - add more support for suite tests, moving some tests from test_query out to ...Mike Bayer2014-03-135-159/+228
* - Added a new feature :func:`.schema.conv`, the purpose of which is toMike Bayer2014-03-124-5/+58
* :paramref:`.MetaData.naming_convention` feature will now alsoMike Bayer2014-03-123-2/+34
* - Fixed bug in new :paramref:`.MetaData.naming_convention` featureMike Bayer2014-03-124-4/+51
* unitttest has a SkipTest also but pytest doesn'tMike Bayer2014-03-111-6/+4
* add a string example for self-refenretial many-to-manyMike Bayer2014-03-111-0/+18
* - A warning is emitted if the :meth:`.MapperEvents.before_configured`Mike Bayer2014-03-113-2/+90
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-116-6/+66
* Merge pull request #79 from nibrahim/mastermike bayer2014-03-111-1/+1
|\
| * Fixes argument number in docspr/79Noufal Ibrahim2014-03-111-1/+1
|/
* take out the support paragraph and just put a basic introMike Bayer2014-03-091-9/+3
* Merge pull request #75 from msabramo/pymssql_update_web_sitemike bayer2014-03-091-9/+7
|\
| * dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzz...pr/75Marc Abramowitz2014-03-031-9/+0
| * Update pymssql dialect description, remove "limitations" sectionMarc Abramowitz2014-02-271-9/+16
| * Update URL for pymssqlMarc Abramowitz2014-02-271-1/+1
* | put fails for these various things that don't work on pypy, not sure what app...Mike Bayer2014-03-081-1/+7
* | import testing needs to be here as we set .db on itMike Bayer2014-03-071-0/+1
* | - cx_oracle test for "unicode returns" needs to be cx_oracle only,Mike Bayer2014-03-064-5/+9
* | - changelog for pullreq github:74Mike Bayer2014-03-053-41/+104
* | Merge branch 'master' of https://github.com/Cito/sqlalchemy into tMike Bayer2014-03-052-3/+27
|\ \
| * | Restore coercion to unicode with cx_Oracle.pr/74Christoph Zwerschke2014-02-272-3/+27
| |/
* | - Fixed small issue in :class:`.SingletonThreadPool` where the currentMike Bayer2014-03-052-3/+10
* | ignore .patch filesMike Bayer2014-03-051-0/+1
* | - finding myself still using nose for short runs as it starts up faster,Mike Bayer2014-03-051-4/+0
* | pytest calls all the descriptors. and we can't call this one unconditionallyMike Bayer2014-03-041-7/+6
* | - no unitest.SkipTest in 2.6...argggggMike Bayer2014-03-041-1/+9
* | cut out the BS as far as MySQLdb urls, put the one url everyone should be usingMike Bayer2014-03-041-22/+14
* | - Fixed bug in association proxy where assigning an empty sliceMike Bayer2014-03-043-2/+16
* | add a seealso hereMike Bayer2014-03-042-0/+6
* | fix the profiling ids hereMike Bayer2014-03-032-27/+9
* | fix pypy failuresMike Bayer2014-03-031-2/+1
* | - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-0347-764/+1066
* | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4,Mike Bayer2014-03-024-40/+123
* | - Fixed some test/feature failures occurring in Python 3.4,Mike Bayer2014-03-024-28/+23
* | - add new tests for individual type reflectionMike Bayer2014-03-011-0/+46
* | use view_column requirement hereMike Bayer2014-02-281-3/+3
* | - dont create a self-ref FK if test suite marked as not supporting self refMike Bayer2014-02-282-13/+27
* | fix typosMike Bayer2014-02-282-2/+2
* | add a migration for this oneMike Bayer2014-02-281-3/+36
* | - Added a new option to :paramref:`.relationship.innerjoin` which isMike Bayer2014-02-285-29/+259
* | - Fixed bug in :func:`.tuple_` construct where the "type" of essentiallyMike Bayer2014-02-273-6/+41
|/
* restore the contracts of update/extend to the degree that the same column ide...Mike Bayer2014-02-272-3/+35
* - Fixed a regression in association proxy caused by :ticket:`2810` whichMike Bayer2014-02-273-6/+45
* - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` andMike Bayer2014-02-262-4/+16