summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge "support stringify for plain CTE"mike bayer2021-02-281-0/+11
|\
| * support stringify for plain CTEMike Bayer2021-02-271-0/+11
* | implement visit_unsupported_compilation for TypeCompilerMike Bayer2021-02-251-0/+14
|/
* Merge "Deprecate and rename schema .copy() methods"mike bayer2021-02-191-15/+15
|\
| * Deprecate and rename schema .copy() methodsGord Thompson2021-02-181-15/+15
* | Extract table names when comparing to nrte errorMike Bayer2021-02-181-0/+49
|/
* Support legacy select(<iterable>) in addition to select(<list>) in v1.4Oliver Rice2021-02-151-0/+10
* Further refine labeling for renamed columnsMike Bayer2021-02-122-6/+7
* Merge "Apply consistent labeling for all future style ORM queries"mike bayer2021-02-122-0/+41
|\
| * Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-112-0/+41
* | test Function(?:Element)._bind_param() with in_()Mike Bayer2021-02-111-2/+32
|/
* Track a second from_linter for lateral subqueriesMike Bayer2021-02-052-0/+165
* Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-041-0/+67
* Merge "Implement support for functions as FROM with columns clause support"mike bayer2021-02-034-0/+562
|\
| * Implement support for functions as FROM with columns clause supportMike Bayer2021-02-034-0/+562
* | Add coercions to literal()Mike Bayer2021-02-031-0/+13
|/
* Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-1/+49
* Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-282-7/+84
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-2614-248/+570
* Remove errant assertion from unit of workMike Bayer2021-01-241-3/+3
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-213-477/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-203-0/+477
* chain joins from SelectState context, not SelectMike Bayer2021-01-201-0/+56
* Merge "``Identity`` implies ``nullable=False``."mike bayer2021-01-172-3/+58
|\
| * ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-162-3/+58
* | introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-1/+1
|/
* update execute() arg formats in modules and testsMike Bayer2021-01-159-180/+232
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-1313-43/+48
* Merge "Remove special rule for TypeDecorator of TypeDecorator"mike bayer2021-01-071-2/+207
|\
| * Remove special rule for TypeDecorator of TypeDecoratorMike Bayer2021-01-051-2/+207
* | Merge "remove more bound metadata"mike bayer2021-01-063-12/+16
|\ \
| * | remove more bound metadataMike Bayer2021-01-053-12/+16
| |/
* | Check for column expr in Oracle RETURNING checkMike Bayer2021-01-041-0/+84
|/
* remove metadata.bind use from test suiteMike Bayer2021-01-035-227/+241
* 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