summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
...
* Repair _execute_scalar for WITH_UNICODE modeMike Bayer2017-03-131-15/+24
* Repair missing "checkfirst" for test suiteMike Bayer2017-03-071-4/+4
* - update asktom link, fixes #3925Mike Bayer2017-03-061-1/+1
* Add new reserved words for MySQL 8.0 (beta).Hanno Schlichting2017-02-281-0/+3
* Add new DDL autocommit expressions for PostgresqlMike Bayer2017-02-131-0/+8
* Copy whereclause / using in ExcludeConstraintMike Bayer2017-01-301-1/+3
* Don't check isolation level prior to SQL Server 2005Mike Bayer2017-01-261-0/+4
* - document that "column" and "where" are arbitrary SQL expressionsMike Bayer2017-01-261-3/+51
* Improve server-side Sequence documentationMike Bayer2017-01-191-0/+1
* Merge "Parse (but don't record) COMMENT portion of MySQL table key"mike bayer2017-01-171-0/+1
|\
| * Parse (but don't record) COMMENT portion of MySQL table keyLele Long2017-01-171-0/+1
* | Add support for prefixes on CREATE INDEX statements in MySQLJoseph Schorr2017-01-171-0/+25
|/
* Merge "Use full column->type processing for ON CONFLICT SET clause"mike bayer2017-01-132-11/+49
|\
| * Use full column->type processing for ON CONFLICT SET clauseMike Bayer2017-01-132-11/+49
* | Merge "Support python3.6"mike bayer2017-01-1312-41/+41
|\ \ | |/ |/|
| * Support python3.6Mike Bayer2017-01-1312-41/+41
* | - document how to use autocommit isolation level for CONCURRENTLY,Mike Bayer2017-01-121-0/+19
|/
* Merge "update for 2017 copyright"mike bayer2017-01-0954-54/+54
|\
| * update for 2017 copyrightMike Bayer2017-01-0454-54/+54
* | - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467Mike Bayer2017-01-051-0/+23
|/
* Don't select lastrowid for inline=TrueMike Bayer2016-12-211-1/+2
* Bump "table compression" flag to Oracle 10.1Mike Bayer2016-12-201-1/+1
* Allow the value 0 for Postgresql TIME/TIMESTAMP precisionIonuț Ciocîrlan2016-11-231-4/+4
* Port lower case quoted name fix to firebirdMike Bayer2016-11-161-0/+3
* Quote URL tokens with semicolons for pyodbc, adodbapiMike Bayer2016-11-111-1/+8
* Add conditional import for pysqlcipher3Kevin Jurczyk2016-11-101-2/+16
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-104-38/+65
* Add quotes around PRAGMA values in pysqlcipher connect.Kevin Jurczyk2016-11-081-1/+1
* Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICTMike Bayer2016-11-071-0/+1
* Add check for blank string coming from MySQL's enumMike Bayer2016-10-281-0/+10
* Don't set pg autoincrement if type affinity is not IntegerMike Bayer2016-10-201-1/+2
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-089-77/+77
* Catch DBAPIError instead of ProgrammingError for pyodbc failMike Bayer2016-10-071-2/+3
* Use schema_name() for SQL Server default schemaMike Bayer2016-10-041-10/+6
* Use SQL Server SERVERPROPERTY for version info w/ pyodbcMike Bayer2016-10-042-12/+24
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-013-13/+31
* Enable include_table for ON CONFLICT whereclausesMike Bayer2016-09-281-2/+1
* Add exclude_tablespaces argument to OracleDavid Fraser2016-09-201-12/+47
* Add "message 20017" (unexpected EOF from the server) to mssql.Ken Robbins2016-09-191-0/+1
* Fix typo in commentkeeyip chan2016-09-111-2/+2
* Support all MySQL/Connector int/bool argumentsMike Bayer2016-09-011-0/+14
* Fix table reference in PostgreSQL documentationpr/303Michael Williamson2016-08-281-1/+1
* Spelling fixespr/299Ville Skyttä2016-08-084-5/+5
* Build string/int processors for JSONIndexType, JSONPathTypeMike Bayer2016-08-043-19/+61
* Propagate kwargs to all MySQL CAST pathsMike Bayer2016-08-041-4/+4
* - Document how SQL Server does MAX with VARCHAR, NVARCHARMike Bayer2016-07-271-0/+20
* - MySQL's JSON shared implementation completely w/ sqltypes.JSON;Mike Bayer2016-07-241-36/+1
* Adapt "FOR UPDATE OF" with Oracle limit/offsetMike Bayer2016-07-051-3/+22
* Repair PG BIGSERIAL w/ TypeDecorator, VariantMike Bayer2016-07-041-0/+3
* Disable Enum string validation by defaultMike Bayer2016-06-201-1/+3