summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | - 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
* | | Fixed a regression caused by :ticket:`2410` whereby aMike Bayer2012-12-112-13/+28
* | | Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-092-60/+101
* | | - documentation and changelog for [ticket:2601]Mike Bayer2012-12-091-9/+57
* | | Fixed bug where using server_onupdate=<FetchedValue|DefaultClause>Mike Bayer2012-12-081-2/+15
* | | Fixed bug whereby using a label_length on dialect that was smallerMike Bayer2012-12-082-8/+15
* | | - version check for sqlite on multivalues is 3.7.11Mike Bayer2012-12-081-0/+3
* | | internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-086-7/+7
* | | - multivalued inserts, [ticket:2623]Mike Bayer2012-12-083-125/+249
* | | merge latest defaultMike Bayer2012-12-0818-224/+408
|\ \ \
| * | | fixing sessionmaker linkDiana Clarke2012-12-071-1/+1
| * | | The Oracle LONG type, while an unbounded text type, does not appearMike Bayer2012-12-061-0/+11
| * | | merge danceMike Bayer2012-12-066-39/+39
| |\ \ \
| | * | | fixing broken links (see #2625)Diana Clarke2012-12-063-17/+18