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
0138f3b0a5
Oracle: Fix foreign key doc link
2025-02-25 07:09:10 +01:00
Jakub Vrana
192ae38d57
MS SQL: Link doc with current version
2025-02-25 06:58:10 +01:00
Jakub Vrana
620e147b8c
Check: Add doc link
2025-02-25 06:54:07 +01:00
Jakub Vrana
644cde4855
MS SQL: Update doc_links
2025-02-25 06:52:27 +01:00
Jakub Vrana
c15576bbf8
Use get_rows()
2025-02-25 06:36:32 +01:00
Jakub Vrana
0d8028ddc5
Compile: Do not warn about functions without declared support
2025-02-25 06:30:22 +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
a7365a50b1
Remove border-collapse: separate in designs after removing cellspacing
2025-02-24 16:41:35 +01:00
Jakub Vrana
b5beffb37c
Develop
2025-02-24 12:21:15 +01:00
Jakub Vrana
6b20230d50
Release 4.17.0
v4.17.0
2025-02-24 12:20:55 +01:00
Jakub Vrana
836dba07af
Warn about missing functions only in single-driver compile
2025-02-24 10:05:31 +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
08060f3253
PostgreSQL: Export functions
2025-02-23 18:28:33 +01:00
Jakub Vrana
6d59ed6d7e
Fix comment
2025-02-23 18:17:11 +01:00
Jakub Vrana
eb0d5c3c5e
Print SQL errors as comments in export
2025-02-23 17:42:23 +01:00
Jakub Vrana
04d707ef94
Anonymous functions require PHP 5.3
2025-02-23 17:07:01 +01:00
Jakub Vrana
004ac1c782
Use less brackets
2025-02-23 17:04:43 +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
7f883b9302
Fit number 100 in .size (text length)
2025-02-23 13:40:41 +01:00
Jakub Vrana
27db0914ca
Style auto_increment value
2025-02-23 13:40:14 +01:00
Jakub Vrana
483cbf1616
Fix indent
2025-02-23 13:36:37 +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
7ece69a8c4
Remove unused HTLM attribute
2025-02-23 11:42:05 +01:00
Jakub Vrana
1838df9465
Narrows screens: Move lang and logout under h1
2025-02-23 11:25:07 +01:00
Jakub Vrana
4e6ad13eac
Move Logout button on narrow screens
...
This avoids overlapping Logout and breadcrumb.
The button also didn't display on far right due to width: fit-content.
2025-02-23 10:59:56 +01:00
Jakub Vrana
ba35e11bae
Ignore error in dropping old constraint
2025-02-23 08:41:33 +01:00
Jakub Vrana
834f4b6c5b
Specify viewport width
2025-02-23 08:35:09 +01:00
Jakub Vrana
176f2923cd
Fix comment
2025-02-22 23:18:18 +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
Jakub Vrana
c34c672df9
Support constraint checks in compile
2025-02-22 20:40:14 +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
f652ff807e
Update CodeQL
2025-02-22 19:01:06 +01:00
Jakub Vrana
746603bdc7
Update tests
2025-02-22 16:31:02 +01:00
Jakub Vrana
e9d9a30844
Use password in example
2025-02-22 16:21:07 +01:00
Jakub Vrana
4d5de895e2
Use new Katalon format
2025-02-22 16:20:31 +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
c1c3b84fff
Fix links to PostgreSQL docs
2025-02-22 12:18:14 +01:00
Jakub Vrana
b176a0fbd4
Add TODO
2025-02-22 12:16:15 +01:00
Jakub Vrana
8456779e18
MS SQL: Allow changing default values
2025-02-22 11:08:23 +01:00