Marcus
240c8fc5e7
ClickHouse: Fix list of tables (bug #1176 )
2025-10-27 15:24:03 +01:00
Marcus Nightingale
4d0e79234c
ClickHouse: Fix offset (bug #1188 )
...
Previously, the driver used `LIMIT <limit>, <offset>` syntax, causing incorrect
pagination behavior (page 2 repeating results from page 1, etc.). Updated the
`limit()` function to use ClickHouse-compatible `LIMIT <count> OFFSET <offset>`
syntax, ensuring correct row offsets across pages.
2025-10-27 15:17:28 +01:00
Jakub Vrana
69890ffc48
Driver plugins: Compatibility with compiled version
2025-04-07 07:53:42 +02:00
Jakub Vrana
e6c0c8ab6b
Fix type of select_db()
2025-03-31 11:08:37 +02:00
Jakub Vrana
b50d19629f
PHPStan: Use int for $limit
2025-03-31 10:09:30 +02:00
Jakub Vrana
7ee6f4f7ac
Move connect() to Driver
2025-03-31 10:09:30 +02:00
Jakub Vrana
712d96b22c
Use connection() instead of $connection
2025-03-29 22:10:20 +01:00
Jakub Vrana
845445baad
Use adminer() instead of $adminer
2025-03-29 21:43:29 +01:00
Jakub Vrana
1f88485a3c
Rename variable
2025-03-28 22:58:03 +01:00
Jakub Vrana
29339c5223
Db: Unify connection error handling
2025-03-28 22:28:52 +01:00
Jakub Vrana
46f6a96c95
Doc-comments: Fix type errors
2025-03-28 15:41:36 +01:00
Jakub Vrana
b948f77af4
Doc-comments: Fix type errors
2025-03-28 12:47:06 +01:00
Jakub Vrana
54f8d731b3
Doc-comments: Sync method signatures
2025-03-28 12:45:02 +01:00
Jakub Vrana
e2deed9a02
Use common parent for Db
2025-03-27 18:39:47 +01:00
Jakub Vrana
cccc784da4
Always return array from table_status()
2025-03-26 01:34:48 +01:00
Jakub Vrana
b8eb0ad8f5
Notices: Declare properties in fetch_field()
2025-03-24 12:18:24 +01:00
Jakub Vrana
3dd1b41472
Notices: Store maria into a declared variable
2025-03-24 07:30:22 +01:00
Jakub Vrana
19313a8dab
Pass $result to last_id
2025-03-17 19:58:21 +01:00
Jakub Vrana
f2ce6c0a71
Wrap long lines
2025-03-12 11:43:21 +01:00
Jakub Vrana
1e963cf90f
Change var to public
2025-03-11 08:17:00 +01:00
Jakub Vrana
607febea8e
Use private visibility
2025-03-11 08:16:39 +01:00
Peter Knut
e883ad428e
Add support for "order" field privilege
...
In Elasticsearch, text fields are not sortable.
2025-03-08 23:12:00 +01:00
Peter Knut
87d87248c1
Add support for "where" field privilege
...
In Elasticsearch, only indexed fields are searchable.
2025-03-08 23:05:16 +01:00
Jakub Vrana
9918f4155e
Pass credentials to connect()
2025-03-07 12:03:29 +01:00
Jakub Vrana
94a4f61db2
PHP: Use ?:
2025-03-06 18:12:22 +01:00
Jakub Vrana
0541680d73
Move constants to namespace
2025-03-06 17:34:21 +01:00
Jakub Vrana
d268e0ebb4
ClickHouse: Check for allow_url_fopen
2025-03-06 14:30:50 +01:00
Jakub Vrana
5fdaae27dc
Move possible drivers and JUSH to Driver
2025-03-06 14:27:58 +01:00
Jakub Vrana
a8feb00098
Move unsigned to Driver
2025-03-06 13:58:15 +01:00
Jakub Vrana
69d7d76dc5
Move operators, functions and grouping to Driver
2025-03-06 13:51:49 +01:00
Jakub Vrana
2f0cd4185b
Move edit functions to Driver
2025-03-06 13:28:04 +01:00
Jakub Vrana
37a75f3759
Move types to Driver
2025-03-06 12:35:20 +01:00
Jakub Vrana
c873ceba17
Use PHP 5.3 functions
2025-03-05 15:54:13 +01:00
Jakub Vrana
ed5de27dd3
Code style: Indent long statements
2025-03-05 14:59:13 +01:00
Jakub Vrana
f468c095ae
Make root namespace explicit
2025-03-05 14:25:09 +01:00
Jakub Vrana
3da09dd31a
Rename Min_ classes
2025-03-05 14:12:42 +01:00
Jakub Vrana
52c5392089
PHP: Use namespace
2025-03-05 13:10:40 +01:00
Jakub Vrana
45f24a8f62
Delete unused functions
2025-02-26 16:48:02 +01:00
Vladimir Goncharov
2385bf72bd
support for array values in clickhouse driver
2025-02-19 14:36:07 +01:00
Jakub Vrana
2bec4ca11b
Avoid global variables in plugins drivers
2025-02-19 14:36:07 +01:00
Jakub Vrana
51dbfb6987
Hide error message from HTTP servers
2025-02-19 11:16:45 +01:00
Jakub Vrana
578c9fca92
Don't allow path in HTTP servers
2025-02-19 11:16:45 +01:00
Peter Knut
b2759df1f9
Disable redirections in HTTP based drivers
2025-02-16 18:03:17 +01:00
Jakub Vrana
3882bfaac1
Remove .inc extension from driver plugins
2021-02-10 11:43:56 +01:00