summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Provide special row proxies for count and indexMike Bayer2021-03-171-0/+43
* Remove unneeded importMike Bayer2021-03-161-5/+0
* Merge "CAST the elements in ARRAYs when using psycopg2"mike bayer2021-03-163-30/+321
|\
| * CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-153-30/+321
* | Merge "Turn off pyodbc setinputsizes() by default"mike bayer2021-03-161-0/+148
|\ \
| * | Turn off pyodbc setinputsizes() by defaultMike Bayer2021-03-161-0/+148
* | | Early-assign Base.registry to a private nameMike Bayer2021-03-161-0/+30
|/ /
* | Move enable_eagerloads(False) out of _from_self() into count()Mike Bayer2021-03-151-0/+13
* | Merge "Implement Mypy plugin"mike bayer2021-03-1433-0/+1438
|\ \ | |/ |/|
| * Implement Mypy pluginMike Bayer2021-03-1333-0/+1438
* | Merge "Apply percent sign escaping to op(), custom_op()"mike bayer2021-03-092-28/+100
|\ \
| * | Apply percent sign escaping to op(), custom_op()Mike Bayer2021-03-092-28/+100
| |/
* | Link to state, not object, for mutable extensionMike Bayer2021-03-091-2/+61
|/
* Merge "Ensure all Query statements compile w/ orm, fix test harness"mike bayer2021-03-071-1/+75
|\
| * Ensure all Query statements compile w/ orm, fix test harnessMike Bayer2021-03-051-1/+75
* | Merge "Fix named CHECK constraint name omitted on repeated creates"mike bayer2021-03-071-24/+20
|\ \
| * | Fix named CHECK constraint name omitted on repeated createsGord Thompson2021-03-061-24/+20
* | | Merge "Replace reset_agent with direct call from connection"mike bayer2021-03-074-366/+373
|\ \ \
| * | | Replace reset_agent with direct call from connectionMike Bayer2021-03-064-366/+373
| |/ /
* | | improve targeting and labeling for unary() in columns clauseMike Bayer2021-03-064-1/+103
|/ /
* | Clarify COMMIT/ROLLBACK logging when autocommit is turned onMike Bayer2021-03-051-0/+85
|/
* ensure composite refresh handler synced w/ mutable compositeMike Bayer2021-03-041-0/+34
* Fix aggregate_order_by issueGord Thompson2021-03-041-3/+22
* Remove passive_deletes warning for many-to-oneMike Bayer2021-03-031-2/+2
* convert AsyncSession.delete into awaitableMike Bayer2021-03-021-1/+49
* Merge "disable all raiseload within the unit of work process."mike bayer2021-03-012-0/+154
|\
| * disable all raiseload within the unit of work process.Mike Bayer2021-02-282-0/+154
* | Merge "support stringify for plain CTE"mike bayer2021-02-281-0/+11
|\ \
| * | support stringify for plain CTEMike Bayer2021-02-271-0/+11
| |/
* | Merge "document declarative base made non-dynamically"mike bayer2021-02-261-1/+16
|\ \
| * | document declarative base made non-dynamicallyMike Bayer2021-02-241-1/+16
* | | Merge "implement visit_unsupported_compilation for TypeCompiler"mike bayer2021-02-261-0/+14
|\ \ \
| * | | implement visit_unsupported_compilation for TypeCompilerMike Bayer2021-02-251-0/+14
| | |/ | |/|
* | | Merge "Revert AppenderQuery modifications from ORM"mike bayer2021-02-261-4/+31
|\ \ \
| * | | Revert AppenderQuery modifications from ORMMike Bayer2021-02-251-4/+31
| |/ /
* | | Add reflection_options to automapbase.prepare()Gord Thompson2021-02-251-0/+26
|/ /
* | 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