summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - adding in requirementsMike Bayer2013-02-064-3/+110
* - add support for pulling in an external requirements fileMike Bayer2013-02-062-6/+68
* - cleanup HasSequence and move it to test_sequencesMike Bayer2013-02-062-42/+58
* - add an explicit test for sequences "optional"Mike Bayer2013-02-062-1/+27
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-065-0/+153
* Fixed the consideration of the ``between()`` operatorMike Bayer2013-02-021-1/+1
* Fixed a bug regarding column annotations which in particularMike Bayer2013-02-021-1/+1
* more egregious long linesMike Bayer2013-02-022-38/+70
* formattingMike Bayer2013-02-022-4/+9
* Added a conditional import to the ``gaerdbms`` dialect which attemptsMike Bayer2013-02-021-6/+22
* clean up ordering list docs, [ticket:2557]Mike Bayer2013-02-021-73/+92
* fix markupMike Bayer2013-02-021-0/+1
* The :meth:`.ColumnOperators.in_` operator will now coerceMike Bayer2013-02-021-0/+2
* Added a new argument to :class:`.Enum` and its baseMike Bayer2013-02-013-7/+65
* version bumpMike Bayer2013-02-011-1/+1
* - 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