summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-308-59/+59
|\ \
| * | internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-298-59/+59
| |/
* | Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+175
* | Updates for MariaDB sequencesFederico Caselli2020-08-223-31/+96
|/
* Add support for identity columnsFederico Caselli2020-08-192-0/+253
* Deliver straight BinaryExpr w/ no negate for any() / all()Mike Bayer2020-08-181-0/+18
* Merge "Create a real type for Tuple() and handle appropriately in compiler"mike bayer2020-08-173-2/+40
|\
| * Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-173-2/+40
* | Merge "Bump minimum MySQL version to 5.0.2; use all-numeric server version"mike bayer2020-08-172-1/+3
|\ \
| * | Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-162-1/+3
| |/
* | error message for LookupRamonWill2020-08-171-11/+47
|/
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-1/+1
* Sweep through UPDATE ordered_values a second timeMike Bayer2020-08-121-9/+104
* Break scalars() and mappings() into separate objectsMike Bayer2020-08-121-0/+18
* Correct for update.ordered_values() and use in new testMike Bayer2020-08-111-1/+3
* render INSERT/UPDATE column expressions up front; pass stateMike Bayer2020-08-081-1/+67
* Pass schema_translate_map from DDLCompiler to SQLCompilerMike Bayer2020-08-071-0/+77
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-0/+20
* Robustness for lambdas, lambda statementsMike Bayer2020-08-054-10/+585
* Genericize str() for typesMike Bayer2020-08-013-12/+41
* Allow Grouping to pass along proxy_set of elementMike Bayer2020-07-211-0/+20
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-115-86/+173
* Merge remote-tracking branch 'origin/pr/5410'Mike Bayer2020-07-082-4/+8
|\
| * resolves #5333 typo correction 'explcit' should be 'explicit'.RamonWill2020-07-042-4/+8
* | Merge "Add future=True to create_engine/Session; unify select()"mike bayer2020-07-089-1140/+1109
|\ \
| * | Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-089-1140/+1109
* | | ensure we unwrap desc() /label() all the way w/ order byMike Bayer2020-07-071-1/+31
|/ /
* | introduce deferred lambdasMike Bayer2020-07-032-1/+746
* | Rename Table.tometadata to to_metadataGord Thompson2020-06-294-47/+60
* | Merge "ORM executemany returning"mike bayer2020-06-281-1/+15
|\ \
| * | ORM executemany returningMike Bayer2020-06-271-1/+15
* | | Merge "Fix a wide variety of typos and broken links"mike bayer2020-06-263-48/+48
|\ \ \ | |/ / |/| |
| * | Fix a wide variety of typos and broken linksaplatkouski2020-06-253-48/+48
* | | Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-258-38/+146
|/ /
* | Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-7/+26
* | Apply dialect_options copy fixGord Thompson2020-06-181-0/+79
|/