Christian Weiske
d5a17835ff
Elastic: Fix text search on boolean fields
...
When searching in all fields for a text value, an error was thrown
with ElasticSearch 7.17.23 when the index contains boolean fields:
> query_shard_exception: failed to create query:
> Can't parse boolean value [textvalue], expected [true] or [false]
This patch fixes that problem by skipping boolean fields when the
search word is not the string "true" or "false".
2025-03-03 10:40:38 +01:00
Matrixman
4967a40410
New version of design rmSOFT
...
New version of design rmSOFT
2025-03-03 09:36:21 +01:00
Jan Tojnar
4cdcb44bee
Use more [] in doc-comments
...
Follow up to 42de70d032
2025-03-03 08:39:17 +01:00
Jakub Vrana
160beb726a
MS SQL: Link help from sys tables
2025-03-03 08:18:20 +01:00
Jakub Vrana
fb3b23617d
Don't autofocus computed fields in insert form
2025-03-03 06:34:02 +01:00
Jakub Vrana
dfe3cc1888
Warn about failed type export
2025-03-03 05:17:00 +01:00
Jakub Vrana
c1704d83c1
Add comment
2025-03-03 05:16:15 +01:00
Jakub Vrana
364a4bce1f
Update todo
2025-02-28 17:28:35 +01:00
Jakub Vrana
d9bca2df37
Speed up with disabled output buffering
2025-02-28 15:37:18 +01:00
Jakub Vrana
315ffc9d8b
CSV import: Don't unquote " in unquoted values
2025-02-28 14:40:31 +01:00
Denitz
530b3dd1e5
Add Reset button for tables-filter plugin
2025-02-28 13:52:32 +01:00
Jakub Vrana
980c22fe8d
MS SQL: Don't insert identity without IDENTITY_INSERT
2025-02-27 09:42:33 +01:00
Jakub Vrana
26d1e51916
PostgreSQL: Display ENUM types
2025-02-27 09:41:31 +01:00
Jakub Vrana
6d889b9f99
Add test for check constraints
2025-02-27 08:26:05 +01:00
Jakub Vrana
7e4ee77cc0
Fix Create table test
2025-02-27 08:10:44 +01:00
Jakub Vrana
742fd7dcb6
Remove <datalist> from tests
2025-02-27 08:09:45 +01:00
Jakub Vrana
d23a0eb77e
PostgreSQL: Export ENUM types (bug #587 )
2025-02-26 23:55:17 +01:00
Jakub Vrana
5eac6a44bd
PostgreSQL: Link enum doc
2025-02-26 23:38:07 +01:00
Jakub Vrana
db300bc38b
MS SQL: Specify columns in CSV import
2025-02-26 22:49:22 +01:00
Jakub Vrana
48a680658c
MS SQL: Do not update primary key in CSV import
2025-02-26 22:47:16 +01:00
Jakub Vrana
70f9ff75fc
MS SQL: Fix CSV import (bug #859 )
2025-02-26 22:40:28 +01:00
Jakub Vrana
81340ff7e5
MS SQL: Compute arrays in insertUpdate only once
2025-02-26 22:35:00 +01:00
Jakub Vrana
89b097c699
Don't hide import if there was an error
2025-02-26 22:28:01 +01:00
Jakub Vrana
e075f4bd8b
MS SQL: Import all CSV rows with one command
2025-02-26 22:27:43 +01:00
Jakub Vrana
e8fa48a257
MS SQL: Set identity_insert in CSV import
2025-02-26 22:11:41 +01:00
Takashi SHIRAI
0ed3c5cb19
Fix insertUpdate for mssql
...
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp >
2025-02-26 22:04:58 +01:00
Jakub Vrana
2f237dfa04
MS SQL export: Create foreign keys after all tables
2025-02-26 21:39:45 +01:00
Jakub Vrana
afdc78a07b
PostgreSQL: Sort PRIMARY and UNIQUE indexes first
2025-02-26 21:28:02 +01:00
Jakub Vrana
3dc87c1811
PostgreSQL: Do not alter indexes with expressions
2025-02-26 21:24:47 +01:00
Jakub Vrana
de7bb79132
Remove empty string
2025-02-26 20:01:56 +01:00
Jakub Vrana
f81658ecfe
PostgreSQL: Add missing CHECK in export
2025-02-26 19:56:16 +01:00
Jakub Vrana
a603de853d
PostgreSQL: Move primary key in export back to table
2025-02-26 19:55:49 +01:00
Jakub Vrana
2998db57d4
PostgreSQL: Print errors in export
2025-02-26 19:37:18 +01:00
Jakub Vrana
9aaa429528
PostgreSQL: Fix export of indexes with expressions (bug #768 )
2025-02-26 19:27:19 +01:00
Jakub Vrana
ba70be12a4
PostgreSQL: Fix help link to pg_catalog views
2025-02-26 19:21:13 +01:00
Jakub Vrana
4b47326ffa
Use use_sql
2025-02-26 18:47:25 +01:00
Jakub Vrana
848cd482e2
MS SQL: Add support for PDO_SQLSRV extension
2025-02-26 18:08:18 +01:00
Takashi SHIRAI
15cd83fc39
Add seek() to Min_PDOStatement for mssql.
...
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp >
2025-02-26 17:43:35 +01:00
Jakub Vrana
4de6e47c0a
Use \W in friendly_url()
2025-02-26 16:48:02 +01:00
Jakub Vrana
45f24a8f62
Delete unused functions
2025-02-26 16:48:02 +01:00
Jakub Vrana
cf835515b1
Support compiling Elastic driver
2025-02-26 16:48:02 +01:00
Jakub Vrana
c38b967fc4
Foreign keys: Switch schema back after getting the tables
2025-02-26 16:48:02 +01:00
Jakub Vrana
efb1eb9d6b
MS SQL: Remove support for MSSQL extension
2025-02-26 16:48:02 +01:00
Jakub Vrana
ce1031e017
MS SQL: Split altering foreign key to two commands
2025-02-26 16:48:02 +01:00
Jakub Vrana
d54be5ac2e
MS SQL: Display foreign keys ON UPDATE and ON DELETE
2025-02-26 16:47:55 +01:00
Jakub Vrana
76cc7c6614
MS SQL: Set identity_insert in export
2025-02-26 16:47:24 +01:00
Jakub Vrana
54dd702763
Fix bug number
2025-02-26 16:47:24 +01:00
Jakub Vrana
dfd26d0704
MS SQL: Support export
2025-02-26 16:47:18 +01:00
Jakub Vrana
0f8460b5e8
PostgreSQL: Use function for exporting constraints
2025-02-26 12:35:25 +01:00
Jakub Vrana
09883aa2f5
SQLite: Remove support for SQLite version 2
2025-02-26 12:20:37 +01:00