Jakub Vrana
160beb726a
MS SQL: Link help from sys tables
2025-03-03 08:18:20 +01:00
Jakub Vrana
980c22fe8d
MS SQL: Don't insert identity without IDENTITY_INSERT
2025-02-27 09:42:33 +01:00
Jakub Vrana
d23a0eb77e
PostgreSQL: Export ENUM types (bug #587 )
2025-02-26 23:55:17 +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
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
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
Jakub Vrana
45f24a8f62
Delete unused functions
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
d54be5ac2e
MS SQL: Display foreign keys ON UPDATE and ON DELETE
2025-02-26 16:47:55 +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
Jakub Vrana
e3a2b1b57a
SQLite: Support CHECK constraint
2025-02-26 12:20:37 +01:00
Jakub Vrana
a28d95a023
SQLite: Constraint getting view by name to views only
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
dccbdfde97
MongoDB: Remove support for deprecated extension mongo
2025-02-25 15:59:04 +01:00
Jakub Vrana
4f0da70733
Move is_c_style_escapes to Min_Driver
2025-02-25 07:26:08 +01:00
Jakub Vrana
a1235f68ff
SQLite: Disable backslash escapes
2025-02-25 07:15:57 +01:00
Jakub Vrana
c15576bbf8
Use get_rows()
2025-02-25 06:36:32 +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
d12ea17b17
Remove bogus comment
2025-02-25 05:41:12 +01:00
Jakub Vrana
883e0a6619
MySQL 9+: Support vector type
2025-02-23 23:01:43 +01:00
Jakub Vrana
5000e7dc16
Inline function
2025-02-23 18:48:50 +01:00
Jakub Vrana
798432935d
PostgreSQL 8+: Fix exporting table constraints
2025-02-23 18:47:11 +01:00
Jakub Vrana
6d59ed6d7e
Fix comment
2025-02-23 18:17:11 +01:00
Jakub Vrana
3ad62d55c8
Show comments at routine call (bug #874 )
2025-02-23 16:35:23 +01:00
Jakub Vrana
42de70d032
Use [] in doc-comments
2025-02-23 14:39:14 +01:00
Jakub Vrana
aa2907190e
MS SQL: Don't support C-style escapes
2025-02-23 14:39:14 +01:00
Jakub Vrana
5c8b6a3408
Use $connection->result
2025-02-23 14:39:13 +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
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