summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/