summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Unicode support for psycopg2 native hstore implementationpr/2Dmitry Mugtasimov2013-05-281-1/+2
* Regression from this ticket caused the unsupported keywordMike Bayer2013-05-151-0/+6
* Updated mysqlconnector dialect to check for disconnect basedMike Bayer2013-04-291-1/+2
* - fix long-outdated documentation for sql_mode/ansiquotes,Mike Bayer2013-04-291-26/+15
* oracle doesn't have TRUE/FALSE, put 1/0 here, see how that goesMike Bayer2013-04-261-0/+6
* need to test for (list, tuple) here and not hasattr("__iter__")Mike Bayer2013-04-261-1/+4
* - only search in the exception before the first newline, to avoidMike Bayer2013-04-231-2/+3
* Opened up the checking for "disconnect" with psycopg2/libpqMike Bayer2013-04-221-18/+21
* tweak this some more to handle the array being empty againMike Bayer2013-04-221-5/+3
* - change to [ticket:2681], pre-coerce the array to listMike Bayer2013-04-221-16/+6
* The operators for the Postgresql ARRAY type supportsMike Bayer2013-04-221-1/+13
* - changelogMike Bayer2013-04-211-1/+1
* merge cymysql branchMike Bayer2013-04-212-1/+2
|\
| * merge from defaultHajime Nakagami2013-04-202-2/+6
| |\
| * | mysql+cymysql dialect supports_sane_rowcount = FalseHajime Nakagami2013-04-131-0/+1
| * | a bit revertHajime Nakagami2013-04-131-8/+0
| * | select not return rowcount at mysql+cymysqlHajime Nakagami2013-04-061-1/+1
| * | merge from defaultHajime Nakagami2013-04-0611-12/+23
| |\ \
| * | | do_execute() hook in cymysql dialectHajime Nakagami2013-03-071-0/+8
* | | | - Improvements to the operation of the pymysql dialect onMike Bayer2013-04-212-17/+10
* | | | Merged in bentrofatter/sqlalchemy-2663 (pull request #49)Mike Bayer2013-04-212-0/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di...Ben Trofatter2013-03-182-0/+17
* | | | Fix mysql+gaerdbms dialect for changed exception formatDan Ring2013-04-191-2/+2
* | | | - this pymssql test needs to be against the pymssql dialectMike Bayer2013-04-181-0/+4
| |_|/ |/| |
* | | Merged in sontek/sqlalchemy/add_better_disconnect_checks (pull request #47)Mike Bayer2013-03-291-0/+2
|\ \ \
| * | | cleaned up errors, only check for connection timeout for nowJohn Anderson2013-03-181-3/+2
| * | | Added disconnect checks for timeout, unable to read, and unable to writeJohn Anderson2013-03-181-0/+3
| |/ /
* | | - add a nose runner that erases out argv, otherwiseMike Bayer2013-03-251-1/+0
* | | Loosened the check on dialect-specific argument namesMike Bayer2013-03-241-1/+0
* | | dialects/mssql/pymssql.py: Modify module.Binary to work properly withMarc Abramowitz2013-03-181-1/+1
|/ /
* | Corrected silly circular import introduced by original "fix".Ben Trofatter2013-03-182-3/+4
* | 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