304 results found
-
Customizable Macros
Posibility of make macros and shortcut-keys, each macro can write custom code like pgAdmin program. For example:
Macro 1: Ctrl-F5 = "Select * from $SELECTION$"
Macro 2: Ctrl-F6 = "select count(*) as rowsintable from $SELECTION$"1 vote
AdminDevart
(_, Devart)
responded
We recommend you to try the Code Snippets feature. Please refer to the ‘Code Snippets
’ topic in the product’s Help documentation for details. -
Allow Downgrade to prior version
Once upgraded, I don't see an easy way to revert to the prior version. It seems to entirely wipe it. Its just a matter of time before the new version exhibits some serious problem.
Additionally; it would be nice to set a preference to never accept a new version until it's been out for a month. Typically; I manually decline the upgrade until it seems like a month has gone by but that's just unscientific.
1 vote
AdminDevart
(_, Devart)
responded
Please note that you can unselect the ‘Check updates on startup once a week’ option available in the ‘Environment → General’ section of the ‘Options’ window that can be invoked from the main menu ‘Tools- > Options…’.
Earlier product builds and versions are available to registered users only and can be downloaded from Registered User’s Area.
-
SQL BUILDER in view create screen
SQL BUILDER in view create screen
1 vote
AdminDevart
(_, Devart)
responded
Could you please describe this in more detail?
-
Allow to switch float number decimal point from ',' to '.' in GUI. Countries other from Russia do not use ',' as decimal point
Allow to switch float number decimal point from ',' to '.' in GUI. Countries other from Russia do not use ',' as decimal point
1 vote
AdminDevart
(_, Devart)
responded
This setting depends on the locale of your operating system and can be changed in the ‘Region and Language’ section of your Windows settings.
-
error message
LOAD DATA INFILE (Error Message "Fix")
I am requesting that you add the DETAILS from the POPUP dialog to the OUTPUT window. So after you click OKAY, you still have access to the PROPER Details including DATA FILE ROW NUMBER!
https://www.screencast.com/t/wAdjle8sHmal
That is what I get once I clear the dialog. I get NO repeat of the "in row 1663857 of the data"
It was in the POPUP message (Called Additional Information)
https://www.screencast.com/t/DLfhMmAK5VZz
It would be helpful.
1 vote
AdminDevart
(_, Devart)
responded
Please note that there is information on the error including the row number in the ‘Error List’ window that can be opened by selecting ‘View → Error List’ from the main menu (Ctrl+W, E).
-
1 vote
AdminDevart
(_, Devart)
responded
Could you please describe this in more detail and specify in what cases exactly this should be applicable?
-
Provide a new option to perform page breaks in output documentation
Provide a new option to perform page breaks in documentation when generating documentaion (e.g. at database table level). This would allow the documentation to be more readable for users. (SQL Documentor)
1 vote
AdminDevart
(_, Devart)
responded
Could you please provide us screenshots of the actual and expected results?
You can send a reply straight to our support system at alexaATdevartDOTcom and supportATdevartDOTcom .
-
Delete multiple rows
Hello,
When deleting multiple rows, the application deletes them one at the time.
If you could use a "IN" condition with the primary key, if any, the execution will be must more faster.1 vote -
select, copy and paste objects between diagrams
allow objects to be 'copied' between diagrams. I would like to be able to select a group of tables from one diagram and create a new diagram from those selected tables.
1 vote -
SQL notebook that can be global or per database. This can be helpful for storing and retrieving reusable SQL queries without saving files
SQL notebook that can be global or per database. This can be helpful for storing and retrieving reusable SQL queries without having to save and organize a bunch of .sql files in folders somewhere.
This is especially useful for complex queries for specific DBs or global generic ones. Also for sharing with a team.
Key word searching or tags would be nice as an option in it too1 vote -
Update Schema Comparison to improve cross-version comparision of Views
When comparing Views between MySQL 5.7 and 8.0, Schema Comparison detects "differences" to two conditions that are actually equivalent, resulting in false-positive change detection.
- Quoted text strings are prefixed with _UTF8 in MySQL 5.7 and _UTF8MB3 in MySQL 8.0. These are actually the same character set and represent no change. In fact, if MySQL 8.0 reported UTF8, it would be different, because in MySQL 8.0 the meaning of UTF8 is now UTF8MB4.
- In MySQL 8.0 Views, the schema prefix on table names (schema.table) is automatically removed when the schema of the specified Table matches the schema of the View. Therefore,…
1 vote -
Add Schema Selector to Connection - Like 'Owner' in Find Object
Rather than a ALL or ONE schema display within a connection, add a 'schemas to display' option like what is used for "Find Object->Owner" dropdown. If it's checked, it's displayed. Leave the 'display all' button through!
1 vote -
Allow parameter values to be saved between sessions
Every time the app is relaunched values for parameters (like :userKey) have to be re-entered.
1 vote -
execute stored procedure from Data tab
If you are in the "Text" tab of a stored procedure, there is a keyboard shortcut available to execute the stored proc (F5). This results in moving you to the Data tab.
If you want to re-run the same store procedure, you must use your mouse to click the Text tab then F5 again. It would be nice if from the Data tab you could F5 or other shortcut key saving the mouse clicks.
1 vote -
Ability to manage host and db privileges on security screen
The security screen allows management of global privileges (across all databases on a server), or object-level privileges (within a given database). What's missing is the portion in between - specifiying which databases or hosts a users' privileges apply to (impacts mysql db and hosts tables). As it stands, if I want to grant a user privileges that are database specific or host specific, I must create the grant/revoke statements to target the db and hosts tables directly.
1 vote -
Close to system tray
Instead minimizes in task bar use system tray during preventing close. This will save space and more logical because all documents are closed.
1 vote -
An option to Always use default "Fonts and Colors" for source code.
I use a very busy color theme in Visual Studio, finding it helps me visuallize the code better.
However, when comparing two files with my "dev" theme its much too visually noisy.
I would like an option to disable the coloring detected by Code Compare when launched from Visual Studio.
Just a simple checkbox to "Always use defautl colors" for source code would suffice.
1 vote -
Password protection Editor
For every user can use it. It would be a bad thing, after what that time editor of the machine itself was blocked.
1 vote -
Add "Optimize for empty tables" option in Data Comprison wizard
Use case: Moving data from production environment into empty test environment.
If source or target table is empty then there is no need to compare rows. In the frontend it looks like every row is processed in a loop, takes half a minute to process ~30000 records, and a lot more time to process a million records.
I suggest to perform a record count on the target table. If target table is empty, just suggest to copy over all rows in the source. If target table is not empty, then check source table. If source table is empty, then suggest…
1 vote -
Select font size in query builder
When designing a query with a lot of tables, the font size gets too small to read. You should be able to change the font to make it readable.
1 vote
- Don't see your idea?