Commit Graph

  • 4cdcb44bee Use more [] in doc-comments Jan Tojnar 2025-03-02 03:17:14 +01:00
  • 160beb726a MS SQL: Link help from sys tables Jakub Vrana 2025-03-03 08:18:20 +01:00
  • fb3b23617d Don't autofocus computed fields in insert form Jakub Vrana 2025-03-03 06:34:02 +01:00
  • dfe3cc1888 Warn about failed type export Jakub Vrana 2025-03-03 05:17:00 +01:00
  • c1704d83c1 Add comment Jakub Vrana 2025-03-03 05:16:15 +01:00
  • 364a4bce1f Update todo Jakub Vrana 2025-02-28 17:28:35 +01:00
  • d9bca2df37 Speed up with disabled output buffering Jakub Vrana 2025-02-28 15:37:18 +01:00
  • 315ffc9d8b CSV import: Don't unquote " in unquoted values Jakub Vrana 2025-02-28 14:40:31 +01:00
  • 530b3dd1e5 Add Reset button for tables-filter plugin Denitz 2025-02-27 10:02:23 +03:00
  • 980c22fe8d MS SQL: Don't insert identity without IDENTITY_INSERT Jakub Vrana 2025-02-27 09:42:33 +01:00
  • 26d1e51916 PostgreSQL: Display ENUM types Jakub Vrana 2025-02-27 09:41:31 +01:00
  • 6d889b9f99 Add test for check constraints Jakub Vrana 2025-02-27 08:26:05 +01:00
  • 7e4ee77cc0 Fix Create table test Jakub Vrana 2025-02-27 08:10:44 +01:00
  • 742fd7dcb6 Remove <datalist> from tests Jakub Vrana 2025-02-27 08:09:45 +01:00
  • d23a0eb77e PostgreSQL: Export ENUM types (bug #587) Jakub Vrana 2025-02-26 23:55:17 +01:00
  • 5eac6a44bd PostgreSQL: Link enum doc Jakub Vrana 2025-02-26 23:38:07 +01:00
  • db300bc38b MS SQL: Specify columns in CSV import Jakub Vrana 2025-02-26 22:49:22 +01:00
  • 48a680658c MS SQL: Do not update primary key in CSV import Jakub Vrana 2025-02-26 22:43:03 +01:00
  • 70f9ff75fc MS SQL: Fix CSV import (bug #859) Jakub Vrana 2025-02-26 22:40:28 +01:00
  • 81340ff7e5 MS SQL: Compute arrays in insertUpdate only once Jakub Vrana 2025-02-26 22:35:00 +01:00
  • 89b097c699 Don't hide import if there was an error Jakub Vrana 2025-02-26 22:28:01 +01:00
  • e075f4bd8b MS SQL: Import all CSV rows with one command Jakub Vrana 2025-02-26 22:27:43 +01:00
  • e8fa48a257 MS SQL: Set identity_insert in CSV import Jakub Vrana 2025-02-26 22:11:41 +01:00
  • 0ed3c5cb19 Fix insertUpdate for mssql Takashi SHIRAI 2025-02-26 13:50:06 +09:00
  • 2f237dfa04 MS SQL export: Create foreign keys after all tables Jakub Vrana 2025-02-26 21:39:45 +01:00
  • afdc78a07b PostgreSQL: Sort PRIMARY and UNIQUE indexes first Jakub Vrana 2025-02-26 21:28:02 +01:00
  • 3dc87c1811 PostgreSQL: Do not alter indexes with expressions Jakub Vrana 2025-02-26 21:24:47 +01:00
  • de7bb79132 Remove empty string Jakub Vrana 2025-02-26 20:01:47 +01:00
  • f81658ecfe PostgreSQL: Add missing CHECK in export Jakub Vrana 2025-02-26 19:56:16 +01:00
  • a603de853d PostgreSQL: Move primary key in export back to table Jakub Vrana 2025-02-26 19:55:49 +01:00
  • 2998db57d4 PostgreSQL: Print errors in export Jakub Vrana 2025-02-26 19:29:22 +01:00
  • 9aaa429528 PostgreSQL: Fix export of indexes with expressions (bug #768) Jakub Vrana 2025-02-26 19:27:19 +01:00
  • ba70be12a4 PostgreSQL: Fix help link to pg_catalog views Jakub Vrana 2025-02-26 19:21:13 +01:00
  • 4b47326ffa Use use_sql Jakub Vrana 2025-02-26 18:47:25 +01:00
  • 848cd482e2 MS SQL: Add support for PDO_SQLSRV extension Jakub Vrana 2025-02-26 17:55:53 +01:00
  • 15cd83fc39 Add seek() to Min_PDOStatement for mssql. Takashi SHIRAI 2023-06-22 15:45:42 +09:00
  • 4de6e47c0a Use \W in friendly_url() Jakub Vrana 2025-02-26 16:44:30 +01:00
  • 45f24a8f62 Delete unused functions Jakub Vrana 2025-02-26 16:31:20 +01:00
  • cf835515b1 Support compiling Elastic driver Jakub Vrana 2025-02-26 16:15:55 +01:00
  • c38b967fc4 Foreign keys: Switch schema back after getting the tables Jakub Vrana 2025-02-26 15:57:52 +01:00
  • efb1eb9d6b MS SQL: Remove support for MSSQL extension Jakub Vrana 2025-02-26 15:30:32 +01:00
  • ce1031e017 MS SQL: Split altering foreign key to two commands Jakub Vrana 2025-02-26 14:25:57 +01:00
  • d54be5ac2e MS SQL: Display foreign keys ON UPDATE and ON DELETE Jakub Vrana 2025-02-26 14:23:38 +01:00
  • 76cc7c6614 MS SQL: Set identity_insert in export Jakub Vrana 2025-02-26 13:59:47 +01:00
  • 54dd702763 Fix bug number Jakub Vrana 2025-02-26 13:50:16 +01:00
  • dfd26d0704 MS SQL: Support export Jakub Vrana 2025-02-26 13:37:58 +01:00
  • 0f8460b5e8 PostgreSQL: Use function for exporting constraints Jakub Vrana 2025-02-26 12:35:25 +01:00
  • 09883aa2f5 SQLite: Remove support for SQLite version 2 Jakub Vrana 2025-02-26 12:10:09 +01:00
  • e3a2b1b57a SQLite: Support CHECK constraint Jakub Vrana 2025-02-26 11:59:50 +01:00
  • a28d95a023 SQLite: Constraint getting view by name to views only Jakub Vrana 2025-02-26 11:04:56 +01:00
  • ab025e74a3 SQLite: Display all rows of variable values Jakub Vrana 2025-02-26 10:46:46 +01:00
  • 8077ef41c1 SQLite: Add command Check tables Jakub Vrana 2025-02-26 10:18:15 +01:00
  • 9d8864a6c7 Compile: Fix removing single driver login form field Jakub Vrana 2025-02-25 17:43:33 +01:00
  • e107ef52d5 Move \n to loginFormField Jakub Vrana 2025-02-25 17:36:37 +01:00
  • 57ec1f924d Allow compiling driver from plugins Jakub Vrana 2025-02-25 17:27:48 +01:00
  • 491b481b7f Use __DIR__ Jakub Vrana 2025-02-25 17:17:31 +01:00
  • e327d31a08 Hide SQL export if driver doesn't support it Jakub Vrana 2025-02-25 17:07:27 +01:00
  • 708a4e9494 Update table-structure.php Denitz 2025-02-25 14:22:46 +03:00
  • c55ad679ac Use Default setup for CodeQL analysis Jakub Vrana 2025-02-25 16:41:08 +01:00
  • dccbdfde97 MongoDB: Remove support for deprecated extension mongo Jakub Vrana 2025-02-25 15:59:04 +01:00
  • 09091c0dac Develop Jakub Vrana 2025-02-25 07:32:48 +01:00
  • bb22a965b2 Release 4.17.1 v4.17.1 Jakub Vrana 2025-02-25 07:31:42 +01:00
  • 4f0da70733 Move is_c_style_escapes to Min_Driver Jakub Vrana 2025-02-25 07:26:08 +01:00
  • a1235f68ff SQLite: Disable backslash escapes Jakub Vrana 2025-02-25 07:15:57 +01:00
  • 0138f3b0a5 Oracle: Fix foreign key doc link Jakub Vrana 2025-02-25 07:09:10 +01:00
  • 192ae38d57 MS SQL: Link doc with current version Jakub Vrana 2025-02-25 06:58:10 +01:00
  • 620e147b8c Check: Add doc link Jakub Vrana 2025-02-25 06:54:07 +01:00
  • 644cde4855 MS SQL: Update doc_links Jakub Vrana 2025-02-25 06:52:27 +01:00
  • c15576bbf8 Use get_rows() Jakub Vrana 2025-02-25 06:36:32 +01:00
  • 0d8028ddc5 Compile: Do not warn about functions without declared support Jakub Vrana 2025-02-25 06:30:16 +01:00
  • 242f5a1ed8 MySQL: Fix typo in the date type (regression from 4.17.0) Jakub Vrana 2025-02-25 05:41:41 +01:00
  • d12ea17b17 Remove bogus comment Jakub Vrana 2025-02-25 05:41:12 +01:00
  • a7365a50b1 Remove border-collapse: separate in designs after removing cellspacing Jakub Vrana 2025-02-24 16:41:35 +01:00
  • b5beffb37c Develop Jakub Vrana 2025-02-24 12:21:15 +01:00
  • 6b20230d50 Release 4.17.0 v4.17.0 Jakub Vrana 2025-02-24 12:20:55 +01:00
  • 836dba07af Warn about missing functions only in single-driver compile Jakub Vrana 2025-02-24 10:05:31 +01:00
  • 883e0a6619 MySQL 9+: Support vector type Jakub Vrana 2025-02-23 23:01:43 +01:00
  • 5000e7dc16 Inline function Jakub Vrana 2025-02-23 18:48:50 +01:00
  • 798432935d PostgreSQL 8+: Fix exporting table constraints Jakub Vrana 2025-02-23 18:45:19 +01:00
  • 08060f3253 PostgreSQL: Export functions Jakub Vrana 2025-02-23 18:28:33 +01:00
  • 6d59ed6d7e Fix comment Jakub Vrana 2025-02-23 18:17:11 +01:00
  • eb0d5c3c5e Print SQL errors as comments in export Jakub Vrana 2025-02-23 17:42:23 +01:00
  • 04d707ef94 Anonymous functions require PHP 5.3 Jakub Vrana 2025-02-23 17:07:01 +01:00
  • 004ac1c782 Use less brackets Jakub Vrana 2025-02-23 17:04:43 +01:00
  • 3ad62d55c8 Show comments at routine call (bug #874) Jakub Vrana 2025-02-23 16:35:11 +01:00
  • 42de70d032 Use [] in doc-comments Jakub Vrana 2025-02-23 14:37:40 +01:00
  • aa2907190e MS SQL: Don't support C-style escapes Jakub Vrana 2025-02-23 14:30:58 +01:00
  • 5c8b6a3408 Use $connection->result Jakub Vrana 2025-02-23 14:27:57 +01:00
  • 7f883b9302 Fit number 100 in .size (text length) Jakub Vrana 2025-02-23 13:40:41 +01:00
  • 27db0914ca Style auto_increment value Jakub Vrana 2025-02-23 13:40:14 +01:00
  • 483cbf1616 Fix indent Jakub Vrana 2025-02-23 13:36:37 +01:00
  • 08a956cf2a Offer original values in multi-row editing (regression from 4.16.0) Jakub Vrana 2025-02-23 13:28:21 +01:00
  • 9d992e4be6 MySQL: Don't offer empty enum value in edit Jakub Vrana 2025-02-23 13:17:08 +01:00
  • 7ece69a8c4 Remove unused HTLM attribute Jakub Vrana 2025-02-23 11:42:05 +01:00
  • 1838df9465 Narrows screens: Move lang and logout under h1 Jakub Vrana 2025-02-23 11:18:28 +01:00
  • 4e6ad13eac Move Logout button on narrow screens Jakub Vrana 2025-02-23 10:59:56 +01:00
  • ba35e11bae Ignore error in dropping old constraint Jakub Vrana 2025-02-23 08:41:33 +01:00
  • 834f4b6c5b Specify viewport width Jakub Vrana 2025-02-23 08:34:09 +01:00
  • 176f2923cd Fix comment Jakub Vrana 2025-02-22 23:18:18 +01:00
  • aaaca731cd MS SQL: Support CHECK constraint Jakub Vrana 2025-02-22 21:21:47 +01:00