Jakub Vrana
63dd38c44d
PostgreSQL: Compute size of all databases (bug #881 )
2025-03-04 19:40:42 +01:00
Jakub Vrana
116827060f
PostgreSQL, MS SQL, Oracle: Hide table actions for information_schema
2025-03-03 15:54:08 +01:00
jfonsato
17939b56c4
PostgreSQL: Show only accessible databases
2025-03-03 15:34:43 +01:00
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
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
d9bca2df37
Speed up with disabled output buffering
2025-02-28 15:37:18 +01:00
Jakub Vrana
26d1e51916
PostgreSQL: Display ENUM types
2025-02-27 09:41:31 +01:00
Jakub Vrana
d23a0eb77e
PostgreSQL: Export ENUM types (bug #587 )
2025-02-26 23:55:17 +01:00
Jakub Vrana
70f9ff75fc
MS SQL: Fix CSV import (bug #859 )
2025-02-26 22:40:28 +01:00
Jakub Vrana
3dc87c1811
PostgreSQL: Do not alter indexes with expressions
2025-02-26 21:24:47 +01:00
Jakub Vrana
9aaa429528
PostgreSQL: Fix export of indexes with expressions (bug #768 )
2025-02-26 19:27:19 +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
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
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
09883aa2f5
SQLite: Remove support for SQLite version 2
2025-02-26 12:20:37 +01:00
Jakub Vrana
e3a2b1b57a
SQLite: Support CHECK constraint
2025-02-26 12:20:37 +01:00
Jakub Vrana
ab025e74a3
SQLite: Display all rows of variable values
2025-02-26 12:20:37 +01:00
Jakub Vrana
8077ef41c1
SQLite: Add command Check tables
2025-02-26 12:20:36 +01:00
Jakub Vrana
dccbdfde97
MongoDB: Remove support for deprecated extension mongo
2025-02-25 15:59:04 +01:00
Jakub Vrana
09091c0dac
Develop
2025-02-25 07:32:48 +01:00
Jakub Vrana
bb22a965b2
Release 4.17.1
2025-02-25 07:31:42 +01:00
Jakub Vrana
242f5a1ed8
MySQL: Fix typo in the date type (regression from 4.17.0)
2025-02-25 05:41:41 +01:00
Jakub Vrana
b5beffb37c
Develop
2025-02-24 12:21:15 +01:00
Jakub Vrana
6b20230d50
Release 4.17.0
2025-02-24 12:20:55 +01:00
Jakub Vrana
883e0a6619
MySQL 9+: Support vector type
2025-02-23 23:01:43 +01:00
Jakub Vrana
798432935d
PostgreSQL 8+: Fix exporting table constraints
2025-02-23 18:47:11 +01:00
Jakub Vrana
08060f3253
PostgreSQL: Export functions
2025-02-23 18:28:33 +01:00
Jakub Vrana
eb0d5c3c5e
Print SQL errors as comments in export
2025-02-23 17:42:23 +01:00
Jakub Vrana
3ad62d55c8
Show comments at routine call (bug #874 )
2025-02-23 16:35:23 +01:00
Jakub Vrana
08a956cf2a
Offer original values in multi-row editing (regression from 4.16.0)
2025-02-23 13:28:21 +01:00
Jakub Vrana
9d992e4be6
MySQL: Don't offer empty enum value in edit
...
MySQL errors if there's an invalid value on the first row of INSERT or
UPDATE, regardless of the sql_mode variable.
2025-02-23 13:24:30 +01:00
Jakub Vrana
834f4b6c5b
Specify viewport width
2025-02-23 08:35:09 +01:00
Jakub Vrana
aaaca731cd
MS SQL: Support CHECK constraint
2025-02-22 21:21:47 +01:00
Jakub Vrana
ee9932a0dd
PostgreSQL: Support CHECK constraint
2025-02-22 21:08:23 +01:00
Joe Koop
550289de51
MySQL: Support CHECK constraint
...
added list of check constraints to mysql table view
added create, alter, drop check constraints (mysql)
chore: use the correct function to sql-escape
fix: feature detection for check constraints (mysql)
fix: get check constraint info (mysql)
correct the capitalization of a section title
to be consistent with the other section titles
added a missing `</thead>`
2025-02-22 20:37:59 +01:00
Jakub Vrana
e282ced59e
PostgreSQL: Constraint enum values in editing (bug #270 )
2025-02-22 13:42:28 +01:00
Jakub Vrana
20d722b882
PostgreSQL: Link user defined types
2025-02-22 12:36:58 +01:00
Jakub Vrana
8456779e18
MS SQL: Allow changing default values
2025-02-22 11:08:23 +01:00
Jakub Vrana
3b69ff4ce2
MS SQL: Fix length of nvarchar columns
2025-02-22 10:39:14 +01:00
Jakub Vrana
6ecef5eca6
MS SQL: Display default values (bug #732 )
2025-02-22 10:11:03 +01:00
Jakub Vrana
5d18df1d82
MS SQL: Allow altering table in non-default schema (bug #405 )
2025-02-22 09:42:36 +01:00
Jakub Vrana
8602304d86
Hide index column options by default
2025-02-22 09:25:39 +01:00
Jakub Vrana
b58e03f5fc
Editor: PDO: Select value of foreign key in edit (bug #847 )
2025-02-22 07:56:22 +01:00
Jakub Vrana
e3fbc56b6f
SQLite: Show all supported pragmas in Variables
2025-02-20 18:11:18 +01:00
Jakub Vrana
097f2a1242
Develop
2025-02-20 16:40:14 +01:00