summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
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-281-12/+64
* Add ANY/ALL construct support for PostgreSQL's ARRAY typeAudrius Kažukauskas2013-01-282-1/+63
* - 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-271-1/+1
* Fixing a code block in the PostgreSQL base dialect docstring.Taavi Burns2013-01-251-1/+1
* #2629Mike Bayer2013-01-251-0/+5
* the consideration of a pending object asMike Bayer2013-01-243-8/+45
* Fixed the (most likely never used) "@collection.link" collectionMike Bayer2013-01-211-10/+13
|\
| * 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-211-131/+88
|/ /
* | - replace mssql_ordering with generalized #695 solutionMike Bayer2013-01-202-16/+61
* | Merged in dharland/sqlalchemy (pull request #35)Mike Bayer2013-01-201-0/+37
|\ \
| * | Add mssql_include option for mssql dialectDerek Harland2013-01-141-0/+10
| * | Add mssql_ordering option for mssql dialectDerek Harland2013-01-141-3/+10
| * | Add mssql_clustered option for mssql dialectDerek Harland2013-01-141-0/+20
| |/
* | 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
* | :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-167-55/+87
* | - preparing for #695, modernize constraint/index testsMike Bayer2013-01-161-4/+9
|/
* Added a py3K conditional around unnecessary .decode()Mike Bayer2013-01-121-0/+2
* remove all specifics from the "supported features" section as thisMike Bayer2013-01-121-21/+3
* - add workaround for sqlite memusage tests, so no longer need to count to 220...Mike Bayer2013-01-121-4/+13
* - changelog for pullreq 32Mike Bayer2013-01-121-124/+10
* Merged in dharland/sqlalchemy (pull request #32: Allow the MSSQL dialect to s...Mike Bayer2013-01-121-12/+11
|\
| * MSSQL Dialect should set sequence columns to be non nullDerek Harland2012-12-041-1/+2
| * Merge changes from official sqlalchemy repoDerek Harland2012-12-0413-188/+327
| |\
| * | Allow the MSSQL dialect to support identity columns that are not part of the ...Derek Harland2012-12-041-11/+9
* | | :meth:`.Query.merge_result` can now load rows from an outer joinMike Bayer2013-01-081-4/+5
* | | Tweaked the "REQUIRED" symbol used by the compiler to identifyMike Bayer2013-01-081-5/+14
* | | - 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-021-1/+1
* | | happy new year (see #2645)Diana Clarke2013-01-015-5/+5
* | | happy new year (see #2645)Diana Clarke2013-01-013-3/+3
* | | happy new year (see #2645)Diana Clarke2013-01-01120-120/+120
* | | Fixes grammar in docstring.Taavi Burns2012-12-311-1/+1
* | | Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-296-9/+191
* | | Fixes issue where GAE error handling can cause AttributeError: 'NoneType' obj...Owen Nelson2012-12-281-1/+3
* | | GAE dialect now supports the use of credentialsOwen Nelson2012-12-281-1/+3
* | | - add tests to ensure SELECT of dynamic collection not emittedMike Bayer2012-12-222-1/+3
* | | - revert the full iteration of the collection for a passive history event; th...Mike Bayer2012-12-221-5/+11
* | | - significantly rework the approach to collection events and history within D...Mike Bayer2012-12-212-63/+86
* | | - cleanup on these testsMike Bayer2012-12-211-0/+6
* | | this comment is entirely from some ancient version of the codeMike Bayer2012-12-141-2/+0
* | | More adjustment to this SQLite related issue which was released inMike Bayer2012-12-141-28/+39
* | | The :meth:`.Query.select_from` method can now be used with aMike Bayer2012-12-131-18/+18