summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Turn on caching everywhere, add loggingMike Bayer2020-06-104-8/+300
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-0/+58
* Default create_constraint to FalseMike Bayer2020-06-032-21/+93
* Refine IN and scalar subquery coercionsMike Bayer2020-06-013-183/+309
* Merge "Improve rendering of core statements w/ ORM elements"mike bayer2020-06-014-0/+175
|\
| * Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-314-0/+175
* | Add support for "real" sequences in mssqlGord Thompson2020-05-296-59/+98
|/
* Merge "callcount reductions and refinement for cached queries"mike bayer2020-05-281-3/+16
|\
| * callcount reductions and refinement for cached queriesMike Bayer2020-05-281-3/+16
* | Render table hints in generic SQLMike Bayer2020-05-271-0/+35
|/
* Convert execution to move through SessionMike Bayer2020-05-254-16/+59
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-244-15/+372