We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ce6ad commit 8b8b06aCopy full SHA for 8b8b06a
psqlextra/expressions.py
@@ -39,7 +39,7 @@ def as_sql(self, compiler, connection):
39
40
The resulting SQL will be:
41
42
- hstore(ARRAY['key1', 'val1'], ARRAY['key2', 'val2'])
+ hstore(hstore('key1', 'val1'), hstore('key2', 'val2'))
43
"""
44
45
result = []
0 commit comments