-
-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging 3.4 #5100
Closed
Closed
Merging 3.4 #5100
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
merge from master
…smart query executor
…or, instead of always using default color. Also removed query content selection after execution.
…(i.e. Import, Export, Populate and more...).
…creating foreign column. This applies for Column Dialog Foreign Key, Table Foreign Key and also in the Query Executor (user will receive warning if executed query breaks the Foreign Key data type alignment).
…n erasing cell with BLOB value starting with null byte.
…sues with editing query result data.
…drop or copy&paste.
… files into SQL Editor window.
…ATE TRIEGGER statements.
…s foreign key checks during execution.
… are used in single execution and they create tables to be used by the FK. Also some transaction fixups in config database.
…nces 2 different tables with same foreign column name in both referenced tables.
…ion options parser, so it no longer overwrites import plugin configuration with incorrect types of configuration values (i.e. string 'true' instead of expected boolean).
…) with CREATE TRIGGER in them.
…do it on a multi-level View results, where the View was given an alias name. Now the warning is clear about forbidden edition due to multi-level View.
…are uncommited structure changes (thanks to @marcpley).
…able with GENERATED column.
…able with GENERATED column (thanks to @marcpley).
…ows number of rows already exported in real time (still filesystem may buffer writing operation, so data may appear in the output file with delay).
…s when a column in the table requires quoting due to being a keyword.
…tabases when a column in the table requires quoting due to being a keyword.
…ation (thanks to @marcpley).
…ation (thanks to @marcpley).
…key or mouse Double-Click no longer preselects whole value.
…t names. Also fixed correct argumentName-to-value assignment if arguments share same initial part of their name. Also fixed handling of differnt type of arguments passed to custom SQL function.
…m dropdown, to correctly load cell value if it containts single quote character and to have proper content selection depending on how editing is triggered.
…eted value also updates selection of item in the dropdown (yet to be shown if user chooses so). This also fixes up/down keyboard navigation basing on autocompleted value.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.