summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - add full docs for like()/ilike()Mike Bayer2013-01-281-0/+28
* add any/all to __all__Mike Bayer2013-01-281-1/+2
* - documentation for any()/all()Mike Bayer2013-01-282-12/+73
* Add ANY/ALL construct support for PostgreSQL's ARRAY typeAudrius Kažukauskas2013-01-284-5/+119
* - use SQL constructs here for databases that need to escape names like "data"Mike Bayer2013-01-271-5/+4
* Fixed bug where :meth:`.Table.tometadata` would fail if aMike Bayer2013-01-274-1/+29
* Fixing a code block in the PostgreSQL base dialect docstring.Taavi Burns2013-01-251-1/+1
* #2629Mike Bayer2013-01-253-0/+20
* the consideration of a pending object asMike Bayer2013-01-246-49/+383
* Fixed the (most likely never used) "@collection.link" collectionMike Bayer2013-01-213-10/+51
|\
| * Merged in lerks/sqlalchemy (pull request #36)Mike Bayer2013-01-211-9/+9
| |\
| | * Fix the collection.link decoratorLuca Wehrstedt2013-01-161-9/+9
* | | - Made some fixes to the system of producing custom instrumentedMike Bayer2013-01-213-131/+181
* | | clean all pep8 warningsMike Bayer2013-01-211-63/+96
|/ /
* | - replace mssql_ordering with generalized #695 solutionMike Bayer2013-01-205-17/+72
* | Merged in dharland/sqlalchemy (pull request #35)Mike Bayer2013-01-202-0/+73
|\ \
| * | Add mssql_include option for mssql dialectDerek Harland2013-01-142-0/+28
| * | Add mssql_ordering option for mssql dialectDerek Harland2013-01-142-3/+19
| * | Add mssql_clustered option for mssql dialectDerek Harland2013-01-142-0/+29
| |/
* | Removes an errant space character that caused a newline break in the sphinx o...Taavi Burns2013-01-171-1/+1
* | fix incorrect quoting in mysql indexesMike Bayer2013-01-171-3/+1
* | - fix a format issue in the create indexMike Bayer2013-01-171-1/+1
* | MutableDict.__delitem__ should require only 'key' argumentAudrius Kažukauskas2013-01-171-2/+2
* | - "postgres_where" has been removedMike Bayer2013-01-161-11/+0
* | :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-1610-56/+186
* | - preparing for #695, modernize constraint/index testsMike Bayer2013-01-162-196/+380
|/
* Added a py3K conditional around unnecessary .decode()Mike Bayer2013-01-124-0/+25
* remove all specifics from the "supported features" section as thisMike Bayer2013-01-121-21/+3
* - update some profiling stats due to the #2650 changeMike Bayer2013-01-121-17/+13
* - add workaround for sqlite memusage tests, so no longer need to count to 220...Mike Bayer2013-01-125-16/+92
* - changelog for pullreq 32Mike Bayer2013-01-123-327/+270
* Merged in dharland/sqlalchemy (pull request #32: Allow the MSSQL dialect to s...Mike Bayer2013-01-122-12/+35
|\
| * Add several MSSQL dialect tests for sequence declarationsDerek Harland2012-12-041-0/+24
| * MSSQL Dialect should set sequence columns to be non nullDerek Harland2012-12-041-1/+2
| * Merge changes from official sqlalchemy repoDerek Harland2012-12-0432-633/+1264
| |\
| * | Allow the MSSQL dialect to support identity columns that are not part of the ...Derek Harland2012-12-041-11/+9
* | | note the change needed to the beaker example alsoMike Bayer2013-01-081-0/+19
* | | Fixed a regression in the examples/dogpile_caching exampleMike Bayer2013-01-082-1/+8
* | | :meth:`.Query.merge_result` can now load rows from an outer joinMike Bayer2013-01-084-5/+43
* | | Tweaked the "REQUIRED" symbol used by the compiler to identifyMike Bayer2013-01-082-5/+23
* | | - remove the test against bindparam('x') for the bind/result SQL expressionsMike Bayer2013-01-021-8/+45
* | | Fixed bug in :func:`.postgresql.array` construct whereby using itMike Bayer2013-01-023-1/+17
* | | happy new year (see #2645)Diana Clarke2013-01-016-7/+7
* | | happy new year (see #2645)Diana Clarke2013-01-013-3/+3
* | | happy new year (see #2645)Diana Clarke2013-01-01123-123/+123
* | | Removes garbage from the end of an example SQL query line.Taavi Burns2012-12-311-1/+1
* | | Adjusts example code so it can be successfully pasted into a REPL.Taavi Burns2012-12-311-3/+3
* | | Fixes grammar in docstring.Taavi Burns2012-12-311-1/+1
* | | Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-2912-58/+331
* | | changelog for pullreq 33Mike Bayer2012-12-281-0/+14