vdimir
d1a70944c7
Add test for join kind to test_storage_postgresql/test.py::test_filter_push_down
2024-07-16 15:09:36 +00:00
vdimir
7781067ba1
Fix pushdown for join with external table
...
Fix possible incorrect result for queries joining and filtering table external engine (like
PostgreSQL), due to too agressive filter pushdown. Since now, conditions
from where section won't be send to external database in case of outer
join with external table.
2024-07-12 09:54:30 +00:00
jsc0218
0a9475abc7
Merge pull request #57874 from joelynch/joelynch/host-psql
...
bugfix: addresses_expr ignored for psql named collections
2023-12-19 15:24:23 -05:00
joelynch
403d9c809d
fix test for postgresql addresses_expr
2023-12-18 10:41:12 +01:00
joelynch
b4bef78e63
bugfix: addresses_expr ignored for psql named collections
2023-12-14 17:17:14 +01:00
Ryan Jacobs
ca790b6eec
apply python style check
2023-12-06 19:26:50 -08:00
Ryan Jacobs
7d41426935
test_storage_postgresql: Add test_postgres_array_ndim_error_messges()
...
Tests:
1. View with array column cannot be empty --> error message
2. View cannot have empty array --> error message
3. View cannot have NULL array value --> error message
4. Ensures PG identifiers that require quoting do not crash ClickHouse.
These apply to views that contain arrays.
2023-12-06 18:39:09 -08:00
Ryan Jacobs
119c2864a0
test_storage_postgresql: mixed-case identifier on array column
2023-12-06 12:59:58 -08:00
Alexey Gerasimchuck
adc73beb93
Added waiting to other PostgreSQL tests
2023-08-17 08:24:17 +00:00
Nikolay Degterinsky
7321f5e543
Better
2023-08-10 06:34:10 +00:00
Nikolay Degterinsky
3c6d140c17
Fix sigle quote escaping in PostgreSQL engine
2023-08-10 01:31:59 +00:00
kssenii
ac77f5fe6f
Merge remote-tracking branch 'upstream/master' into add-separate-access-for-use-named-collections
2023-07-03 13:55:45 +02:00
robot-clickhouse
5443987113
Automatic style fix
2023-06-28 11:33:45 +00:00
Kseniia Sumarokova
06206d092d
Update test.py
2023-06-28 13:18:53 +02:00
Kseniia Sumarokova
3c8c4ce449
Update test.py
2023-06-28 13:16:26 +02:00
kssenii
8073e0bad1
Fix tests
2023-06-14 13:45:53 +02:00
kssenii
5cf29fbf76
Fix black check
2023-06-09 13:13:33 +02:00
kssenii
6c48aba693
Fix tests
2023-06-08 20:30:34 +02:00
Alexey Milovidov
8018e58b74
Merge pull request #49894 from evillique/postgresql-uuid
...
Add UUID data type to PostgreSQL
2023-06-03 07:13:41 +03:00
helifu
1821933995
Fix a typo
2023-05-29 15:12:16 +08:00
Kseniia Sumarokova
2e17503d36
Merge pull request #50187 from kssenii/fix-pg-source
...
Fix PostgreSQLSource reading all unread the data in onFinish
2023-05-24 22:51:48 +02:00
kssenii
07eedc8ef1
Fix
2023-05-24 15:03:11 +02:00
Nikolay Degterinsky
b8be714830
Add schema inference to more table engines
2023-05-19 00:44:27 +00:00
Nikolay Degterinsky
ad637c6824
Add test
2023-05-17 13:14:10 +00:00
kssenii
8f2d75cef8
Fix tests
2023-03-05 12:56:00 +01:00
kssenii
a58b8b8e6c
Fix tests
2022-12-22 12:27:42 +01:00
kssenii
c9b4bc66b5
Fiux
2022-11-04 12:19:30 +01:00
Alexey Milovidov
b42d26acfe
Remove one line from XML, because we do not care
2022-08-28 02:44:02 +02:00
kssenii
e56ffd665f
Fix test
2022-07-05 12:01:19 +02:00
kssenii
2c4c907e10
Merge
2022-07-04 14:15:31 +02:00
kssenii
cfff7c4c28
Merge master
2022-07-04 14:13:26 +02:00
Kseniia Sumarokova
d1243c1e01
Update test.py
2022-06-27 15:35:35 +02:00
kssenii
2c5aeaaa1a
Add auto close for postgres connection
2022-06-27 13:46:52 +02:00
kssenii
a3823c67ee
Fix
2022-06-24 02:44:22 +02:00
Mikhail f. Shiryaev
e6f5a3f98b
Apply black formatter to all *.py files in the repo
2022-03-22 17:39:58 +01:00
kssenii
1b06a2033e
Support uuid
2022-03-18 12:24:50 +01:00
kssenii
99b55d802b
Fix
2022-03-02 12:15:50 +01:00
kssenii
92d2cff045
Fix
2022-02-25 16:04:11 +01:00
kssenii
71c57bed8e
Fix
2022-02-08 14:52:07 +01:00
kssenii
a1aab3a82d
Fix
2021-12-27 11:59:33 +03:00
Alexey Milovidov
cba6e39fe5
Replace yandex to clickhouse in configs
2021-09-25 07:08:34 +03:00
kssenii
1650c92407
Better
2021-09-16 11:38:26 +03:00
kssenii
a5f56bb588
Some other
2021-09-03 16:25:40 +03:00
kssenii
6efbee320b
Done MySQL
2021-09-03 11:30:28 +03:00
kssenii
7a45775f4f
Complete postgres
2021-09-02 13:46:19 +03:00
kssenii
3423f8c984
Done postgres
2021-09-02 01:11:27 +03:00
kssenii
0ec716292c
Postgres ON CONFLICT
2021-08-24 12:37:32 +00:00
Yatsishin Ilya
cdc8f2f743
fix new test
2021-07-19 11:32:20 +03:00
Yatsishin Ilya
d11ec777c9
Merge remote-tracking branch 'origin' into integration-6
2021-07-16 16:28:02 +03:00
Yatsishin Ilya
e6b724ad3f
postgres rework
2021-07-16 16:26:35 +03:00