summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - adding in requirementsMike Bayer2013-02-068-62/+178
* - add support for pulling in an external requirements fileMike Bayer2013-02-064-15/+91
* - 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-066-3/+156
* - revert mistaken checkinMike Bayer2013-02-061-1/+1
* - need autoincrement hereMike Bayer2013-02-062-2/+3
* changelogMike Bayer2013-02-022-0/+12
* Fixed the consideration of the ``between()`` operatorMike Bayer2013-02-023-1/+76
* Fixed a bug regarding column annotations which in particularMike Bayer2013-02-023-1/+42
* cleanup and pep8Mike Bayer2013-02-021-56/+52
* more egregious long linesMike Bayer2013-02-022-38/+70
* whack more long lines in very old docstringsMike Bayer2013-02-0210-29/+54
* formattingMike Bayer2013-02-022-4/+9
* Added a conditional import to the ``gaerdbms`` dialect which attemptsMike Bayer2013-02-022-6/+31
* changelog for 0.7Mike Bayer2013-02-021-0/+8
* 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-024-0/+19
* Added a new argument to :class:`.Enum` and its baseMike Bayer2013-02-015-8/+178
* 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-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