khoazero123
fa791b5461
PostgreSQL: Fix exporting CREATE TABLE with sequence default value
2024-09-18 00:31:15 +02:00
Peter Knut
e4e76b6384
PostgreSQL: Allow to set connection's sslmode with AdminerLoginSsl plugin
...
Thanks to wodka (https://github.com/vrana/adminer/pull/427/files )
2024-09-18 00:27:02 +02:00
Peter Knut
7d5077e687
Cleanup the code for searching
2024-09-17 15:36:02 +02:00
Peter Knut
91d0d8538f
MySQL: Do not show 'empty' enum value in strict mode
2024-09-10 23:47:06 +02:00
Peter Knut
2439369143
PostreSQL: Fix search condition for network address types, add macaddr8 type
...
This fixes issue https://github.com/adminerevo/adminerevo/issues/115
2024-09-10 10:27:59 +02:00
Peter Knut
d5bce9b3e9
PostreSQL: Fix search fields configuration
...
Regression from 4.9.
2024-09-10 08:28:18 +02:00
Michal Paulovic
58cca3f951
MySQL: Add unix_timestamp to functions
2024-09-08 23:01:46 +02:00
caltong
5eecb8e6a3
PostgreSQL: Make data length calculation more accurate
2024-09-08 22:28:06 +02:00
Thomas Daniels
0d0936550c
PostgreSQL: Show only accessible databases
2024-09-08 01:02:49 +02:00
Peter Knut
43a0305a23
Fix server URL validation for Oracle connections
...
Every driver can validate URL host and path by its own rules. Path is forbidden by default, HTTP-based drivers allow only '/' as path and Oracle driver validates path according to the EasyConnect URL format.
2024-08-20 23:58:16 +02:00
Peter Knut
898dc9e25e
Move Elastic drivers to plugins, driver for Elastic 7+ is the default
2024-03-17 16:39:20 +01:00
Peter Knut
32160b48ae
Modify tables hierarchy for Elasticsearch 7
...
- Properly display list of databases, indexes, aliases and fields.
- Fix search and delete queries.
2024-03-17 16:39:20 +01:00
Peter Knut
6beb07a181
New Elasticsearch 7 plugin as a copy of the old one
2024-03-17 13:53:58 +01:00
Peter Knut
ee42077e54
Improve code readability by using of empty lines
2024-03-17 13:52:59 +01:00
Peter Knut
c3e2e6c58f
Compatibility with Elasticsearch 7.14
...
- Removed empty body from requests.
- Fix deleting records.
2024-03-17 13:52:59 +01:00
Peter Knut
49effeff09
Fix global search in all tables
2024-03-17 13:10:18 +01:00
Peter Knut
857cbf03f2
Fix version condition for deprecated mapping types
...
Mapping types are still supported in version 6, but only one mapping type can be created.
In version 7, mapping types are deprecated and there is only one system '_doc' mapping type.
See: https://www.elastic.co/guide/en/elasticsearch/reference/6.0/removal-of-types.html
2024-03-17 13:10:18 +01:00
Peter Knut
e8c9164a77
Fix searching if "anywhere" field is selected
...
- Allow to search only in fields with index.
2024-03-17 13:10:18 +01:00
Peter Knut
01fe709b7a
Replace deprecated "filtered" query with "bool" query
...
- Allow to choose "must", "should", "must_not" condition.
- Add system "_id" column to the field list. So it can be used in search condition.
2024-03-17 13:10:18 +01:00
Peter Knut
9f8dadbb40
Add support for "order" field privilege
...
In Elasticsearch, text fields are not sortable.
2024-03-16 22:55:10 +01:00
Peter Knut
9968851f1e
Add support for "where" field privilege
...
In Elasticsearch, only indexed fields are searchable.
2024-03-16 22:55:10 +01:00
Peter Knut
55a7d3864f
Change 'Invalid credentials.' message
2024-03-16 18:02:31 +01:00
Peter Knut
338c81e2a3
Validate server connection in Elasticsearch and ClickHouse drivers
2024-03-16 18:02:31 +01:00
Peter Knut
9eb4d00564
Disable redirections in HTTP based drivers
2024-03-16 18:02:31 +01:00
Peter Knut
1c5947de50
Validate server input
...
- Allow only scheme, host and port in the server field.
- Use proper default host and port in Elasticsearch and ClickHouse driver.
2024-03-16 18:02:31 +01:00
Jakub Vrana
dadbb37f00
PostgreSQL: Don't reset table comments
2021-05-23 11:45:57 +02:00
Jakub Vrana
473f7264f8
PostgreSQL: Use separator in limit1
2021-05-23 11:08:29 +02:00
Benjamin Cremer
db01282e29
Use ST_SRID() in mysql driver for MySQL 8
...
`SRID()` is no longer available in MySQL 8 and has been replaced with `ST_SRID`
2021-05-23 09:45:55 +02:00
Jakub Vrana
60ad161178
PostgreSQL: Fix parsing of foreign keys with non-ASCII column names (thanks to Tomas Pecina)
2021-05-14 06:21:09 +02:00
Jakub Vrana
72beecc0ab
PostgreSQL: Support UPDATE OF triggers (bug #789 ) and triggers with more events (OR)
2021-03-03 11:07:58 +01:00
Jakub Vrana
af1a908f56
Unsubstite constants (PHP 5 is now required)
2021-02-23 12:42:11 +01:00
Jakub Vrana
f94f29124a
Oracle: Fix column name in index (thanks to Shirai Takashi)
2021-02-18 08:44:56 +01:00
Jakub Vrana
28996e2286
PostgreSQL < 10 PDO: Avoid displaying GENERATED ALWAYS BY IDENTITY everywhere (bug #785 )
2021-02-15 18:33:19 +01:00
Jakub Vrana
7f8c93a6f1
SQLite: Fix displayed types (bug #784 )
2021-02-15 18:33:19 +01:00
Jakub Vrana
ff45b8f7a9
Save bytes
2021-02-15 18:33:19 +01:00
Jakub Vrana
e9e61fce26
MySQL: Allow moving views to other DB and renaming DB with views (bug #783 )
2021-02-12 11:49:35 +01:00
Jakub Vrana
5a1498d160
Use common code
2021-02-12 11:28:55 +01:00
Takashi SHIRAI
eebda8695b
Oracle: Fix the bugs for indexes.
...
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp >
2021-02-12 09:08:56 +01:00
Jakub Vrana
29e2475b5a
Oracle: Use correct DB in db_size, fix typo (thanks to Shirai Takashi)
2021-02-10 11:15:18 +01:00
Jakub Vrana
fd1dd4ecf4
MongoDB: Alpha
2021-02-10 09:50:21 +01:00
Jakub Vrana
dc9e87dbd6
MongoDB: Prefer driver used in other functions
2021-02-10 09:45:34 +01:00
Jakub Vrana
66f335fb63
Save bytes
2021-02-09 20:42:25 +01:00
Jakub Vrana
574c07b8f5
MongoDB: Fix edit operations in select
2021-02-09 20:36:23 +01:00
Jakub Vrana
84e4122225
Fix typo
2021-02-09 20:20:19 +01:00
Jakub Vrana
a61a76716b
MongoDB: Use ObjectID only if used
2021-02-09 20:19:43 +01:00
Jakub Vrana
5d317111c7
MongoDB: Fix operators
2021-02-09 20:12:41 +01:00
Jakub Vrana
6af375c67d
MongoDB: Handle errors
2021-02-09 20:09:11 +01:00
Jakub Vrana
609b8690ec
MongoDB: Fix query
2021-02-09 19:47:51 +01:00
Jakub Vrana
13260dcb76
Save bytes
2021-02-09 16:56:16 +01:00
Jakub Vrana
e002a3bc99
MongoDB: Display error when selecting wrong table
2021-02-09 16:53:05 +01:00