summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* disable all raiseload within the unit of work process.Mike Bayer2021-02-282-0/+154
* don't assume ordering in test_update_explicit_returningMike Bayer2021-02-241-1/+1
* Merge "Minor optimization to the code"mike bayer2021-02-241-17/+0
|\
| * Minor optimization to the codeFederico Caselli2021-02-181-17/+0
* | Merge "Deprecate and rename schema .copy() methods"mike bayer2021-02-192-16/+16
|\ \
| * | Deprecate and rename schema .copy() methodsGord Thompson2021-02-182-16/+16
* | | Fix test that incorrectly used ; as query separatorFederico Caselli2021-02-181-1/+1
| |/ |/|
* | Extract table names when comparing to nrte errorMike Bayer2021-02-181-0/+49
|/
* Merge "Support legacy select(<iterable>) in addition to select(<list>) in v1.4"mike bayer2021-02-151-0/+10
|\
| * Support legacy select(<iterable>) in addition to select(<list>) in v1.4Oliver Rice2021-02-151-0/+10
* | Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-152-4/+18
* | Merge "Allow update.returing() to work with from_statement()"mike bayer2021-02-141-0/+145
|\ \ | |/ |/|
| * Allow update.returing() to work with from_statement()Mike Bayer2021-02-141-0/+145
* | expand and further generalize bound parameter translateMike Bayer2021-02-141-42/+42
|/
* Further refine labeling for renamed columnsMike Bayer2021-02-124-19/+157
* Merge "Apply consistent labeling for all future style ORM queries"mike bayer2021-02-124-2/+308
|\
| * Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-114-2/+308
* | test Function(?:Element)._bind_param() with in_()Mike Bayer2021-02-111-2/+32
|/
* Detect non async driver on engine creationFederico Caselli2021-02-061-1/+11
* 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 "un-deprecate Oracle 2pc"mike bayer2021-02-032-4/+2
|\
| * un-deprecate Oracle 2pcMike Bayer2021-02-032-4/+2
* | Repair tests for older SQLite, timing, pypyMike Bayer2021-02-032-6/+4
* | Merge "Implement support for functions as FROM with columns clause support"mike bayer2021-02-039-0/+1026
|\ \
| * | Implement support for functions as FROM with columns clause supportMike Bayer2021-02-039-0/+1026
* | | Merge "Implement per-connection logging token"mike bayer2021-02-031-0/+71
|\ \ \
| * | | Implement per-connection logging tokenMike Bayer2021-02-031-0/+71
| |/ /
* | | Add coercions to literal()Mike Bayer2021-02-031-0/+13
|/ /
* | don't fail if purge recyclebin fails/mutex on registryMike Bayer2021-02-021-2/+5
* | Merge "reorganize mapper compile/teardown under registry"mike bayer2021-02-015-23/+224
|\ \
| * | reorganize mapper compile/teardown under registryMike Bayer2021-02-015-23/+224
* | | set identifier length for MySQL constraints to 64Mike Bayer2021-01-302-2/+64
|/ /
* | Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-292-1/+108
* | Merge "Render NULL for bindparam w/ None value/literal_binds, warn"mike bayer2021-01-282-7/+84
|\ \
| * | Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-282-7/+84
| |/
* | Allow Oracle CLOB/NCLOB/BLOB in returningMike Bayer2021-01-281-0/+66
|/
* Merge "Replace with_labels() and apply_labels() in ORM/Core"mike bayer2021-01-2635-479/+881
|\
| * Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-2635-479/+881
* | Fill-out dataclass-related attr resolutionMike Bayer2021-01-251-7/+226
|/
* Merge "Limit AsyncAdaptedQueue to Python 3.7"mike bayer2021-01-241-0/+4
|\
| * Limit AsyncAdaptedQueue to Python 3.7Federico Caselli2021-01-241-0/+4
* | Merge "Remove errant assertion from unit of work"mike bayer2021-01-243-18/+85
|\ \ | |/ |/|
| * Remove errant assertion from unit of workMike Bayer2021-01-243-18/+85
* | Merge "include negation symbol in numeric default match"mike bayer2021-01-231-88/+47
|\ \ | |/ |/|
| * include negation symbol in numeric default matchMike Bayer2021-01-231-88/+47
* | Merge "Improve error message when await_ call errors"mike bayer2021-01-231-2/+2
|\ \
| * | Improve error message when await_ call errorsFederico Caselli2021-01-211-2/+2
| |/
* | Merge "Removed some legacy terms in favor of modern equivalents. (D&I)"mike bayer2021-01-231-2/+2
|\ \
| * | Removed some legacy terms in favor of modern equivalents. (D&I)jonathan vanasco2021-01-211-2/+2
| |/