summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-10-07 13:18:58 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-10-08 20:42:50 +0300
commit8c2c464cb8e1b40f90f544295afbf9a83b372eb7 (patch)
tree09a6c0d0f76f77c8de444fd60e0049a203de7966 /test/sql
parente47063bfe0de1318c12a4f9ef67b9538cad34489 (diff)
downloadsqlalchemy-8c2c464cb8e1b40f90f544295afbf9a83b372eb7.tar.gz
spelling: Postgresql -> PostgreSQL
Diffstat (limited to 'test/sql')
-rw-r--r--test/sql/test_returning.py2
-rw-r--r--test/sql/test_update.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/sql/test_returning.py b/test/sql/test_returning.py
index 8c189a0dd..87994ae9f 100644
--- a/test/sql/test_returning.py
+++ b/test/sql/test_returning.py
@@ -441,7 +441,7 @@ class ImplicitReturningFlag(fixtures.TestBase):
e = engines.testing_engine()
# starts as False. This is because all of Firebird,
- # Postgresql, Oracle, SQL Server started supporting RETURNING
+ # PostgreSQL, Oracle, SQL Server started supporting RETURNING
# as of a certain version, and the flag is not set until
# version detection occurs. If some DB comes along that has
# RETURNING in all cases, this test can be adjusted.
diff --git a/test/sql/test_update.py b/test/sql/test_update.py
index 556bb848e..6bacdcf72 100644
--- a/test/sql/test_update.py
+++ b/test/sql/test_update.py
@@ -369,7 +369,7 @@ class UpdateTest(_UpdateFromTestBase, fixtures.TablesTest, AssertsCompiledSQL):
this logic is triggered currently by a left side that doesn't
have a key. The current supported use case is updating the index
- of a Postgresql ARRAY type.
+ of a PostgreSQL ARRAY type.
"""
table1 = self.tables.mytable