summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Run search and replace of symbolic module namesMike Bayer2020-04-1416-211/+276
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-3/+4
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-273-7/+7
* Document SQLite "mixed binary" behaviorMike Bayer2020-02-061-0/+38
* Add pass through exact pyodbc connection string.Gord Thompson2019-12-181-2/+17
* Add note re: pyodbc keywords in lowercase.Gord Thompson2019-12-181-0/+2
* Improve SQL Server pyodbc documentationMike Bayer2019-10-311-13/+18
* Typo fixAles Dokshanin2019-10-281-1/+1
* Fix pydoc typo in sqlite dialectMatt Livesey2019-10-201-2/+2
* Note DBAPIs and dialects that we don't supportMike Bayer2019-07-059-4/+46
* Add documentation for MySQL optimizer hints using prefix_withMike Bayer2019-05-081-2/+10
* Update link for cx_OracleMike Bayer2019-04-051-1/+1
* Commit transaction after SNAPSHOT isolation changeMike Bayer2019-03-091-0/+2
* Update the mysql-connector-python docs for nowMike Bayer2019-03-081-32/+1
* Add NCHAR to Oracle dialectMike Bayer2019-02-192-1/+5
* Set IDENTITY_INSERT for insert.values({column: expr})Mike Bayer2019-02-131-4/+12
* Add complete coverage and fix lower() for MySQL 88718 workaroundMike Bayer2019-02-111-1/+3
* Render parenthesis around sqlite expression defaultsBartlomiej Biernacki2019-02-011-0/+3
* Fix many spell glitchesLele Gaifax2019-01-257-11/+11
* Use pg_get_constraintdef for CHECK constraint reflectionMike Bayer2019-01-241-2/+13
* Don't use cx_Oracle.NATIVE_INT in output type handlersMike Bayer2019-01-191-13/+10
* Feature mysqlclientMike Bayer2019-01-181-10/+12
* link the psycopg2 fast execution document to the Core tutorial executemany se...Mike Bayer2019-01-181-1/+5
* Repair use of deprecated text() typemap, bindparams parametersMike Bayer2019-01-173-107/+87
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-1511-63/+2
* happy new yearMike Bayer2019-01-1154-54/+54
* Skip expression-based index reflection for SQLiteMike Bayer2019-01-091-3/+10
* Render correct DDL for unsetting table commentsMike Bayer2019-01-093-0/+15
* Post black reformattingMike Bayer2019-01-0653-814/+872
* Run black -l 79 against all source filesMike Bayer2019-01-0655-3942/+6537
* Assorted pre-Black fixesMike Bayer2019-01-055-8/+3
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-302-2/+2
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-211-23/+33
* Fix PostgreSQL reflection of domains expressed as arraysJakub Synowiec2018-12-011-3/+10
* Add the write_timeout option for mysql.jun923.gu2018-11-301-0/+1
* Modernize cx_oracle connect documentationMike Bayer2018-11-151-21/+41
* Use case insensitive matching on lower_case_table_names=1,2Mike Bayer2018-11-091-5/+32
* Minor cosmetic tweaks to reST markupLele Gaifax2018-11-031-9/+10
* Add reserved word 'function' for MySQLAlex Hall2018-10-301-4/+4
* Perform additional retrieval of correct column namesMike Bayer2018-10-031-0/+53
* Import from collections.abcxtreak2018-09-271-3/+2
* Accept multiple expressions for aggregate_order_by order_byMike Bayer2018-09-251-2/+13
* Use cx_Oracle dml_ret_array_valMike Bayer2018-09-171-5/+27
* minor spelling correctionGlyph2018-09-071-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
* 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