62 results found
-
copy and paste
copy anda paste from view data and excel not work
1 vote -
SQL Log not function on 5.0.30
SQL Log not function on 5.0.30
1 vote -
the unsubscribe link does not work as a link. Suggestion: repair it.
In your emailed advertisement the unsubscribe link does not work as a link. Suggestion: repair it.
1 voteWe have fixed this issue.
Sorry for the inconvenience.
-
1 vote
-
Export Data, Header and Footer not added
When exporting data to Excel you can specify a header and a footer to be add. But in the result they are not added
1 voteThese parameters will be visible when you send the Excel document to print. You can check this on the preview stage.
-
1 vote
You can specify this in the ‘Column Separator’ section on the ‘Options’ page of the Data Export wizard.
-
The cut & paste through kyes (Ctrl-C & Ctrl-V) is blocked!
After the last update cut & paste using standard windows keyboard command is not working
please fix it1 voteWe would like to let you know that we have released the new build 6.1.166 of dbForge Studio for MySQL where the issue you reported is fixed http://www.devart.com/dbforge/mysql/studio/download.html
-
Problems with Intellisense drop down box not updating
v 6.3.341
Open a SQL editor window, write a SELECT query - list the FROM tables, start to build SELECT clause.
Don't save Query - leave open in editor. Open a Table being referenced in query, and add a new field. Switch back to SQL editor. The new field doesn't appear in the Intellisense drop down (or whatever you call the drop down box - MS call it Intellisence) as you type.
I was doing this in the SELECT clause. I had also given the tables aliases in the FROM clause, if that make any difference.Many thanks.
1 vote -
dbForge Studio for MySQL hungs sometimes
dbForge Studio for MySQL hungs if connection via SSH opened and not used long time. I am working with connection via SSH, then minimize or deactivate studio window for a while, then restore. Opening any database object will hung the studio.
Sorry, I bad speak English.1 voteA similar problem was fixed. Please try the latest build 6.0.265: http://www.devart.com/dbforge/mysql/studio/download.html
-
Highlight sha2 function in SQL document
The sha2 function is not highlighted in red in a SQL document.
1 voteIt’s supported in the new version 7.0 of dbForge Studio for MySQL https://www.devart.com/dbforge/mysql/studio/download.html
-
have the main application check the draw coordinates are always to an active display area
When the number of displays (screens) connected to my laptop changes, DBforge often ends up an 'orphan' window that gets drawn in the non display area. IE where the user cannot see it or click on it.
I can minimize dbforge to the task bar, but when it restores, it shoots off the screen beyond the active desktop.My other running applications handle this gracefully, and redraw their window positions in the active desktop area. This leads me to think the issue is with dbforge studio.
This happens several times per day as I leave my desk to work (disconnecting…
1 vote -
Crash when pasting text
CREATE DEFINER = 'camskpn'@'%'
PROCEDURE cams_kpn.proctest(operation int, PID int, CID int, DID int, UID int, ct varchar(50), CLID int)
BEGIN/*
operations - Properties
1 = Contract Select - PID ProjectID
2 = Doc List - CID ContractID
3 = Linked Documents - DID DocID
4 = Ball in Court - DID DocID
5 = Change Issues - DID DocID
6 = Change Sources - DID DocID
7 = Change Items - DID DocID
8 = Filters - UID UserID
9 = DocumentDetail - DID DocID
10 = DocTypes
11 = Stati
12 = Change Categories
13 = Approval Type…1 voteThis issue is fixed in version 7.2 https://www.devart.com/dbforge/mysql/studio/download.html
-
Retain case of user-defined variables & object names
When using Ctrl+Space to complete a user-defined variable name, the name in the select list is shown in the case intended by the user. On insert, the characters are all set to lower case. Since the case of a variable name was explicitly set by the user, the case should be retained when inserted, whether the insert was automatic or manually typed.
1 voteThis functionality was completely redesigned in the new version 6.0 of dbForge Studio for MySQL: http://www.devart.com/dbforge/mysql/studio/
-
time fields
sice today's release, time fields appear "1.12:45:00" instead of "12:45:00"
1 voteWe would like to let you know that we have released dbForge Studio for MySQL, v7.2.50 where the issue you reported is fixed https://www.devart.com/dbforge/mysql/studio/download.html
Thank you for your help in improving dbForge Studio for MySQL.
-
encode
When checking for updates(Help | Check for Updates...), encode the Devart authentication login field. This way email addresses containing a plus(+) will not fail.
1 vote -
When Comparing two database schemes i am facing the issue
170407 12:16:38 - mysqld got exception 0xc0000005 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.keybuffersize=16777216
readbuffersize=262144
maxusedconnections=2
maxthreads=151
threadcount=2
connectioncount=2
It is possible that mysqld could use…1 vote -
Upgrade ssh connection / Can't connect on openssh > 7.0
OpenSSH 7.0 defaults to no support for diffie-hellman-group1-sha1 key
exchange.If we can't edit the config of openssh, we can't use the SSH security feature. Can you upgrade the lib and use one of the default protocol ?
0 votes -
Enable Code Completion when writing stored procedure
There doesn't appear to be anyway to use code completion in version X when editing stored procedures? It works like a champ when writing a normal query
0 votesThis issue is fixed in the new build 6.0.151 of dbForge Studio for MySQL: http://www.devart.com/dbforge/mysql/studio/download.html
-
replication
When you modify the database structure, e.g. delete a table in a particulary database, dbforge dont use that database, instead of that, modify directly the database information_shema, so there are problems in replication configurations.
0 votes -
Fix false-positive syntax error detection when using UNION
I recently upgraded to dbForge 7.3 and discovered that the SQL syntax highlighter is incorrectly highlighting valid SQL (per MySQL 5.6) as if there is an error. Example SQL is below.
The effect is that the word "UNION" in the SELECT statement will display the red error underline (hover text: 'Identifier' expected) and the closing parenthesis will be similarly highlighted (hover text: Unexpected symbol ')'). If you run the query, the error highlighting will disappear until the SQL is edited, at which point it will immediately return.
-- SQL syntax highlighter bug in dbForge for MySQL 7.3.137
DROP TEMPORARY TABLE…
0 votes
- Don't see your idea?