summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
...
* Add the write_timeout option for mysql.jun923.gu2018-11-301-0/+1
* Modernize cx_Oracle parametersMike Bayer2018-11-151-29/+52
* Modernize cx_oracle connect documentationMike Bayer2018-11-151-21/+41
* Merge "Add new parameters for IDENTITY start/increment in mssql"mike bayer2018-11-141-37/+97
|\
| * Add new parameters for IDENTITY start/increment in mssqlMike Bayer2018-11-141-37/+97
* | Merge "Add new "all columns" naming convention tokens"mike bayer2018-11-111-13/+0
|\ \ | |/ |/|
| * Add new "all columns" naming convention tokensMike Bayer2018-11-101-13/+0
* | Use case insensitive matching on lower_case_table_names=1,2Mike Bayer2018-11-091-5/+32
* | Implement SQLite ON CONFLICT for constraintsDenis Kataev2018-11-071-4/+182
|/
* Merge remote-tracking branch 'origin/pr/450'Mike Bayer2018-11-031-18/+19
|\
| * Minor cosmetic tweaks to reST markupLele Gaifax2018-06-151-9/+10
| * Fix typoLele Gaifax2018-06-151-1/+1
| * Consistently use "PostgreSQL", fixing a couple of mistypesLele Gaifax2018-06-151-8/+8
* | Add reserved word 'function' for MySQLAlex Hall2018-10-301-4/+4
* | - also correct for dbapi is a Mock without __version__...Mike Bayer2018-10-201-1/+2
* | - correct for dbapi not present in some testsMike Bayer2018-10-201-1/+1
* | Enable decimal implicit bind for mysqlclient, is fixed as ofMike Bayer2018-10-201-0/+12
* | Merge "Support tuples of heterogeneous types for empty expanding IN"mike bayer2018-10-042-7/+20
|\ \
| * | Support tuples of heterogeneous types for empty expanding INMike Bayer2018-10-032-7/+20
* | | Perform additional retrieval of correct column namesMike Bayer2018-10-031-0/+53
|/ /
* | Add reflection support for Postgresql partitioned tablesMike Bayer2018-10-011-2/+3
* | Merge "Import from collections.abc"mike bayer2018-09-271-3/+2
|\ \
| * | Import from collections.abcxtreak2018-09-271-3/+2
* | | Accept multiple expressions for aggregate_order_by order_byMike Bayer2018-09-251-2/+13
|/ /
* | Add use_nchar_for_unicode flag; don't use nchar types for generic unicodeMike Bayer2018-09-222-91/+111
* | Use cx_Oracle dml_ret_array_valMike Bayer2018-09-171-5/+27
* | minor spelling correctionGlyph2018-09-061-1/+1
* | Propagate **kw in postgresql distinct on compilationMike Bayer2018-08-221-1/+1
* | Pass desired array type from pg.array_agg to functions.array_aggMike Bayer2018-08-221-2/+3
* | Strip quotes from format_type in addition to other charactersMike Bayer2018-08-211-1/+3
* | Document binary_prefix for mysqlclient and PyMySQLMike Bayer2018-08-171-12/+39
* | Add ability to preserve order in MySQL ON DUPLICATE KEY UPDATE.Maxim Bublis2018-08-132-8/+94
* | Add support of empty list in exanding of bindparamNicolas Rolin2018-08-075-0/+21
* | Bind Integers to int for cx_OracleMike Bayer2018-08-011-0/+4
* | Fix quoting schemas in _get_table_sql for the SQLite backendPhillip Cloud2018-07-181-2/+7
* | Add pyodbc fast_executemanyMike Bayer2018-07-101-1/+36
* | Sqlite jsonIlja Everilä2018-07-103-3/+104
* | Use MySQL protocol-level ping.Maxim Bublis2018-07-093-1/+32
* | - add "leaks memory" to documented issues w/ mysqlconnector,Mike Bayer2018-06-301-0/+3
* | Add unique_constraint_name to MSSQL FK reflectionSean Dunn2018-06-292-0/+4
* | Update URL for PyMySQL documentationLogan Rosen2018-06-281-1/+1
* | Reflect ASC/DESC in MySQL index columnsMike Bayer2018-06-281-2/+3
* | Merge "Add do_setinputsizes event for cx_Oracle"mike bayer2018-06-281-1/+70
|\ \
| * | Add do_setinputsizes event for cx_OracleMike Bayer2018-06-271-1/+70
* | | Try to get mysqlconnector somewhat workingMike Bayer2018-06-271-4/+54
|/ /
* | Fix UnboundLocalError in mssql during isolation level grabMike Bayer2018-06-251-7/+12
* | Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-252-46/+25
* | render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQLMike Bayer2018-06-182-0/+3
|/
* Turn oracle BINARY_DOUBLE, BINARY_FLOAT, DOUBLE_PRECISION into floatsMike Bayer2018-05-252-28/+34
* call setinputsizes() for integer typesMike Bayer2018-05-181-4/+4