Ansgar Becker
|
c67ba1afd3
|
Issue #692: support urls in grid cells starting with "www.", which are accepted by web browsers
|
2020-04-01 09:22:50 +02:00 |
|
Ansgar Becker
|
5c50d9be43
|
Limit incremental search using keyboard to expanded/visible nodes in query helpers only. Closes #961
|
2020-03-28 11:03:33 +01:00 |
|
Ansgar Becker
|
a343c1359f
|
Reset query tab's internal uid when clearing it, so a unloaded first tab does not get reloaded on next application start. See https://www.heidisql.com/forum.php?t=35851
|
2020-03-26 17:53:17 +01:00 |
|
Ansgar Becker
|
f241e4b69e
|
Override "main" database name with custom one. Closes #948
|
2020-03-26 12:20:32 +01:00 |
|
Ansgar Becker
|
08597e18a8
|
Issue #935: cancel editing in grids other than query result grids, when main page control tab changes. Fixes crash when changing tab while editing a column via table editor.
|
2020-03-26 11:33:06 +01:00 |
|
Ansgar Becker
|
9584479598
|
Fix crash after disconnecting from last session while query helpers "Columns in x" node is expanded
|
2020-03-26 07:00:59 +01:00 |
|
Ansgar Becker
|
f114ff47d8
|
Set busy timeout for SQLite connections. Closes #947
|
2020-03-24 18:00:14 +01:00 |
|
Ansgar Becker
|
843e462a8a
|
Issue #946: integrate context menu items for attaching and detaching SQLite databases into the current session
|
2020-03-24 17:53:22 +01:00 |
|
Ansgar Becker
|
a69b600e68
|
Issue #947: throw errors when SQLite query returned an error code, and format SQL errors
|
2020-03-24 17:09:30 +01:00 |
|
Ansgar Becker
|
20d17588d6
|
Issue #946: fix overtaken filename after click cancel on file-open dialog
|
2020-03-22 20:12:13 +01:00 |
|
Ansgar Becker
|
83108d28c5
|
Issue #946: support multiple SQLite database files per session definition, in field "Database file(s)". Use the first one as main file, and attach further files.
|
2020-03-22 14:00:52 +01:00 |
|
Ansgar Becker
|
3ff49a5501
|
Issue #946: Query list of all databases via PRAGMA database_list, which includes those attached by the user. Differentiate between databases in internal query by preceding table name by "database"."table".
|
2020-03-22 11:50:27 +01:00 |
|
Ansgar Becker
|
7f205b3a00
|
Issue #869: never add numeric scale/precision to int column lengths
|
2020-03-19 19:12:22 +01:00 |
|
Ansgar Becker
|
308648471f
|
Issue #12: disable unsupported Host>Variables and Host>Processes tabs on SQLite
|
2020-03-12 12:03:23 +01:00 |
|
Ansgar Becker
|
7c15ede023
|
Fix crash by click on "Add column" in table editor, when columns list has a minimum height. See https://www.heidisql.com/forum.php?t=35766
|
2020-03-09 21:05:40 +01:00 |
|
Ansgar Becker
|
95ef1ff003
|
Issue #935: fix crash when active main tab changes and data grid is disabled (due to disconnect).
|
2020-03-09 21:04:25 +01:00 |
|
Ansgar Becker
|
64626910c0
|
Use TLinkLabel's for web links on about dialog, making them look more like a link
|
2020-03-07 18:40:43 +01:00 |
|
Ansgar Becker
|
b225a8762a
|
Center donate button horizontally on update-check dialog
|
2020-03-07 18:13:41 +01:00 |
|
Ansgar Becker
|
3495242d1e
|
Issue #924: enhance logo, replace orange outline with semi transparent white, enlarge font on 32px + 16px versions
|
2020-03-06 23:41:52 +01:00 |
|
Ansgar Becker
|
a6012fa144
|
Issue #924: bring back old logo image, plus some minor changes to it around the letters, and without shadow effect
|
2020-03-05 19:16:40 +01:00 |
|
Ansgar Becker
|
55a5d5181e
|
Missing file for commit fcdf323086 . Closes #926
|
2020-03-05 18:54:39 +01:00 |
|
Francois Botha
|
64c405ff74
|
Don't trim items when exploding to string list
|
2020-03-05 13:45:19 +01:00 |
|
Ansgar Becker
|
43aec429c2
|
Only MariaDB 10.2.27+ seems to support more expressions in column default value, and wraps string literals in single quotes. Use that to verify default value is not an expression. Fixes unquoted default values, described here: https://www.heidisql.com/forum.php?t=35746
|
2020-03-03 17:44:11 +01:00 |
|
Ansgar Becker
|
f6c7c0a6af
|
Support dropping schema on PostgreSQL. Closes #76
|
2020-03-03 17:36:55 +01:00 |
|
Ansgar Becker
|
5e89f6227d
|
Prioritize "auto_increment" in "extra" column of GetTableColumns in MySQL mode, over detection of NULL default. Closes #909
|
2020-03-03 14:39:07 +01:00 |
|
Ansgar Becker
|
abc9f7063e
|
Make comparison of table in SQL code with physical table names case insensitive. Probably helps solving #895
|
2020-03-01 10:42:29 +01:00 |
|
Ansgar Becker
|
919be1d355
|
Revert non working modifications for auto completion. Closes #917 and reverts #914
|
2020-03-01 10:25:22 +01:00 |
|
Ansgar Becker
|
f1b72b75cd
|
Fix ordinary loop bug with a value in MaxLen, used for the next loop. Closes #918
* prevent meaningless length of "0" for date/time columns
* make detection of length more exact to the relevant data types
|
2020-02-29 14:07:41 +01:00 |
|
zilzila
|
3cb40f4c16
|
Autocompletion fix for case-sensitive identifiers
|
2020-02-29 08:10:51 +01:00 |
|
zilzila
|
31ab977b22
|
Fix implicit use of quoted schema (database)
|
2020-02-29 08:10:51 +01:00 |
|
Ansgar Becker
|
74ea786201
|
Issue #895: remove wrong comment, and duplicated check for empty expression
|
2020-02-27 07:43:37 +01:00 |
|
zilzila
|
6c51de4d35
|
Added support for quoted identifiers and case-insensitive comparision for not quoted identifiers for autocompletion and list of tables in table clauses
|
2020-02-27 07:21:53 +01:00 |
|
Ansgar Becker
|
073b907d26
|
Enhance aliasing of edges on dark background in new logo
|
2020-02-26 07:51:56 +01:00 |
|
Ansgar Becker
|
a1e97b9ea2
|
Revamp main logo
|
2020-02-25 22:18:22 +01:00 |
|
Ansgar Becker
|
fdc1118c96
|
PostgreSQL libraries: give the user the hint to VC redistributable on any dll loading error. Not just when a procedure could not be assigned. If VC is missing, the user may get "The specified module was not found", just like when the main dll is missing.
|
2020-02-25 21:28:50 +01:00 |
|
Ansgar Becker
|
71ca19a154
|
Detect more column default values as NULL instead of "No default", on MySQL 5.7. See https://www.heidisql.com/forum.php?t=35678
|
2020-02-23 11:36:56 +01:00 |
|
Ansgar Becker
|
1e8ff83252
|
Overseen file change for previous commit, see https://www.heidisql.com/forum.php?t=35692#p35702
|
2020-02-23 11:11:46 +01:00 |
|
Ansgar Becker
|
bb86bf4944
|
Don't auto-fit width of columns in routine parameter tree. Just store and restore what the user has set. Closes #903.
|
2020-02-22 16:47:18 +01:00 |
|
Ansgar Becker
|
05d02627f3
|
Make TConnectionParameters.IsMySQL specific to MySQL only, and rename the grouped type checks to IsAnyMySQL, IsAnyMSSQL etc. This way the status bar now shows "MySQL", not "MySQL or MariaDB"
|
2020-02-22 09:06:37 +01:00 |
|
Ansgar Becker
|
e97b8ae7fe
|
Issue #12: disable session options unsupported by SQLite
|
2020-02-22 08:40:33 +01:00 |
|
Ansgar Becker
|
d57437518a
|
Fix state of checkboxes on the session manager's Advanced tab
|
2020-02-22 08:23:03 +01:00 |
|
Ansgar Becker
|
483f6a1077
|
Support disabling "Full table status" on PostgreSQL. See https://www.heidisql.com/forum.php?t=35681
|
2020-02-22 07:58:40 +01:00 |
|
Ansgar Becker
|
88c3560e6e
|
Issue #140: As a complement to writing tab backups in UTF8 without BOM, now load them in this encoding, not in UTF8 with BOM
* see deab98736e
* see https://www.heidisql.com/forum.php?t=35551
|
2020-02-20 09:35:45 +01:00 |
|
Ansgar Becker
|
b128224bee
|
Issue #7: revert a153c7abf8, so we have the old sorting of tables, functions etc. back in the completion proposal. See also https://www.heidisql.com/forum.php?t=35659
|
2020-02-20 06:34:58 +01:00 |
|
Ansgar Becker
|
c3c75fbb37
|
MSSQL: Remove surrounding parentheses from default value. Closes #721
|
2020-02-18 21:07:03 +01:00 |
|
Ansgar Becker
|
54757760f9
|
Use default library of given network type in command line receiver. See https://www.heidisql.com/forum.php?t=35656
|
2020-02-18 20:28:19 +01:00 |
|
Ansgar Becker
|
2626dd470a
|
Make actCopyOrCutExecute safer against harmless crashes, and show occurring error messages in log panel
|
2020-02-16 12:48:28 +01:00 |
|
Ansgar Becker
|
20fdad7161
|
Issue #7: revert 2b443fb8fb, add space to end-of-token-characters again, as it's obviously inconvenient that the proposal stays open with no items in it after pressing space. Probably we find a better solution here.
|
2020-02-16 10:21:04 +01:00 |
|
Ansgar Becker
|
40908f1bef
|
Issue #885: Move types of table keys from global scope constants to class constants in TTableKey definition, to make them stable against mix-ups
|
2020-02-15 12:51:08 +01:00 |
|
Ansgar Becker
|
efc143809b
|
Fix detection of primary key in TDBConnection.GetKeyColumns. Closes #885
|
2020-02-15 12:32:45 +01:00 |
|