summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* Improve type detection for Values / TupleMike Bayer2020-12-181-6/+123
* Major revisals to lambdasMike Bayer2020-12-162-12/+565
* Merge "Emit deprecation warnings for plain text under Session"mike bayer2020-12-141-5/+8
|\
| * Emit deprecation warnings for plain text under SessionMike Bayer2020-12-111-5/+8
* | Emit deprecation warning for general DDLElement.bind argumentMike Bayer2020-12-141-0/+120
* | Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-141-0/+35
|\ \
| * | Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-141-0/+35
* | | Fixes for lambda expressions and relationship loadersMike Bayer2020-12-112-0/+74
| |/ |/|
* | Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-1111-548/+660
|\ \
| * | correct for "autocommit" deprecation warningMike Bayer2020-12-1111-548/+660
* | | Merge "add aiomysql support"mike bayer2020-12-111-3/+29
|\ \ \
| * | | add aiomysql supportMike Bayer2020-12-101-3/+29
| |/ /
* | | Implement `TypeEngine.as_generic`Gord Thompson2020-12-081-0/+67
|/ /
* | Properly render ``cycle=False`` and ``order=False``Federico Caselli2020-12-011-4/+9
* | Don't emit warnings on descriptor accessMike Bayer2020-11-201-0/+42
* | Allow multiple returning() callsMike Bayer2020-11-111-6/+2
* | Warn / raise for returning() / return_defaults() combinationsMike Bayer2020-11-111-0/+74
|/
* Merge "Allow dialect-specific stringification"mike bayer2020-11-081-0/+34
|\
| * Allow dialect-specific stringificationMike Bayer2020-11-081-0/+34
* | Convert to autoload_with internallyMike Bayer2020-11-072-27/+37
|/
* Merge "tutorial 2.0 WIP"mike bayer2020-10-312-3/+43
|\
| * tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-312-3/+43
* | Merge "Deprecate bind args, execute() methods that were missed"mike bayer2020-10-312-10/+2
|\ \ | |/ |/|
| * Deprecate bind args, execute() methods that were missedMike Bayer2020-10-302-10/+2
* | Apply underscore naming to several more operatorsjonathan vanasco2020-10-304-53/+164
|/
* Ensure no compiler visit method tries to access .statementMike Bayer2020-10-191-0/+48
* Ensure escaping of percent signs in columns, parametersMike Bayer2020-10-172-1/+19
* Add deprecation for base Executable.bindMike Bayer2020-10-161-4/+4
* Merge "Deprecate bound metadata"mike bayer2020-10-121-0/+23
|\
| * Deprecate bound metadataMike Bayer2020-10-121-0/+23
* | Deprecate duplicated column names in Table definitionMike Bayer2020-10-122-78/+126
* | Merge "Repair reduction in Over"mike bayer2020-10-121-0/+15
|\ \ | |/ |/|
| * Repair reduction in OverMike Bayer2020-10-121-0/+15
* | Ensure all cursor self.handle_exception() calls are coveredMike Bayer2020-10-121-0/+68
|/
* limit "no identity" test to a hardcoded dialectMike Bayer2020-10-071-10/+4
* modernize requirements for boolean constraint testMike Bayer2020-10-061-7/+3
* Fetch first supportFederico Caselli2020-10-022-38/+255
* raise on lower-case column shared to multiple tablesMike Bayer2020-09-301-1/+15
* Scan for tables without relying upon whereclauseMike Bayer2020-09-291-1/+68
* Add reflection for Identity columnsFederico Caselli2020-09-281-4/+8
* upgrade to black 20.8b1Mike Bayer2020-09-2821-83/+232
* Add deprecation warning for .join().alias()Gord Thompson2020-09-283-23/+73
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-1611-339/+550
* Rename Core expression isnot, not_in_jonathan vanasco2020-09-142-8/+81
* Merge "Raname ``mustexit`` to ``must_exist``"mike bayer2020-09-122-0/+16
|\
| * Raname ``mustexit`` to ``must_exist``Federico Caselli2020-09-032-0/+16
* | Merge "Do not specify type on mssql by default"mike bayer2020-09-123-10/+5
|\ \
| * | Do not specify type on mssql by defaultFederico Caselli2020-09-123-10/+5
* | | Update select usage to use the new 1.4 formatFederico Caselli2020-09-0831-1220/+1068
* | | Don't rely on string col name in adapt_to_contextMike Bayer2020-09-064-27/+93
| |/ |/|