summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
...
* | Added HSTORE to ischema_names in dialects/postgresql/base.pyBen Trofatter2013-03-181-0/+2
* | Added support for Postgresql's traditional SUBSTRINGMike Bayer2013-03-091-2/+10
* | - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-096-6/+6
|/
* is_disconnect() in cymysql dialectHajime Nakagami2013-03-021-0/+11
* modify _extract_error_code() at cymysql dialectHajime Nakagami2013-03-021-5/+1
* fix easy missHajime Nakagami2013-03-011-0/+1
* fix easy missHajime Nakagami2013-03-011-4/+4
* cython's result_processor()Hajime Nakagami2013-03-011-0/+29
* return erro_code cymysql dialectsHajime Nakagami2013-02-261-4/+5
* fix cymysql's _extact_error_code() for py3Hajime Nakagami2013-02-261-1/+4
* cython's _extract_error_code()Hajime Nakagami2013-02-251-1/+3
* add cymysql dialectHajime Nakagami2013-02-172-1/+30
* 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
|/ /