]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Adds INTERVAL coercion test cases 6650/head
authorMajorDallas <79329882+MajorDallas@users.noreply.github.com>
Sat, 19 Jun 2021 17:33:59 +0000 (13:33 -0400)
committerMajorDallas <79329882+MajorDallas@users.noreply.github.com>
Tue, 22 Jun 2021 19:23:49 +0000 (15:23 -0400)
commitdd217a975e5f0d3157e81c731791225b6a32889f
tree06d73d90efb7ecbbc0f4f3d5b57d8f8588b24e2e
parentaaf56cb95e471c536dc5bc45474d52b545d855b0
Adds INTERVAL coercion test cases
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/oracle/test_types.py
test/dialect/postgresql/test_types.py