summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* more egregious long linesMike Bayer2013-02-021-37/+68
* formattingMike Bayer2013-02-021-1/+2
* Added a conditional import to the ``gaerdbms`` dialect which attemptsMike Bayer2013-02-021-6/+22
* Added a new argument to :class:`.Enum` and its baseMike Bayer2013-02-011-0/+1
* 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
* Fixing a code block in the PostgreSQL base dialect docstring.Taavi Burns2013-01-251-1/+1
* - replace mssql_ordering with generalized #695 solutionMike Bayer2013-01-201-10/+52
* 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
* | :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-165-34/+25
|/
* 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
* - 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-041-1/+1
| |\
| * | Allow the MSSQL dialect to support identity columns that are not part of the ...Derek Harland2012-12-041-11/+9
* | | Fixed bug in :func:`.postgresql.array` construct whereby using itMike Bayer2013-01-021-1/+1
* | | happy new year (see #2645)Diana Clarke2013-01-012-2/+2
* | | happy new year (see #2645)Diana Clarke2013-01-0144-44/+44
* | | 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
* | | 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
* | | Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-091-58/+93
* | | - 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-083-3/+3
* | | merge latest defaultMike Bayer2012-12-081-9/+61
|\ \ \
| * | | The Oracle LONG type, while an unbounded text type, does not appearMike Bayer2012-12-061-0/+11
| * | | Repaired the usage of ``.prepare()`` in conjunction withMike Bayer2012-12-061-9/+50
| | |/ | |/|
* | | compiler: add support for multirow insertsIdan Kamara2012-12-063-0/+3
|/ /
* | Added missing import for "fdb" to the experimentalMike Bayer2012-11-291-1/+1
|/
* merge Audrius HSTORE commits from bitbucketMike Bayer2012-11-242-12/+43
|\
| * HSTORE.comparator_factory should subclass Concatenable.ComparatorAudrius Kažukauskas2012-11-211-9/+4
| * Add special containment operation methods for PG array typeAudrius Kažukauskas2012-11-201-3/+39
* | - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-224-36/+8
|/
* kill me now, pep8 pass, so closeDiana Clarke2012-11-2019-168/+175
* just a pep8 passDiana Clarke2012-11-2014-86/+68
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-1923-3/+125
* just a pep8 pass of lib/sqlalchemy/dialects/postgresqlDiana Clarke2012-11-196-87/+126
* just a pep8 pass of lib/sqlalchemy/dialects/sqliteDiana Clarke2012-11-193-128/+161
* just a pep8 pass of lib/sqlalchemy/dialects/sybaseDiana Clarke2012-11-195-66/+85
* oops, this needs to be MutableDictMike Bayer2012-11-181-3/+4