Settings and activity
304 results found
-
4 votes
An error occurred while saving the comment -
3 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedDear User,
We would like to inform you that this functionality was implemented in the release version of the studio, please update.
Best,
Devart TeamAdminDevart (_, Devart) shared this idea · -
6 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedDear User,
We would like to inform you that this functionality was implemented in the release version of the studio, please update.
Best,
Devart Team -
3 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedDear User,
We would like to inform you that this functionality was implemented in the release version of the studio, please update.
We would like to inform you that this functionality was implemented in the release version of the studio, please update.
You need to go to the menu Tools→Options→Environment→Keyboard→Show commands containing→"ToggleBlockComment", set a combination convenient for you, and use it. "
Best,
Devart TeamAdminDevart (_, Devart) shared this idea · -
3 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedDear User,
We would like to inform you that in the latest version, 10.0.150 dbForge Studio for MySQL the Source Control functionality has been implemented, which you can already use for your purposes.
Please, check the link below to get more information:
https://docs.devart.com/studio-for-mysql/source-controlling-databases/committing-changes.htmlBest,
Devart Team -
9 votes
An error occurred while saving the comment AdminDevart (_, Devart) commented> 1. It would be more convenient if more recent sessions would be on the top instead of the bottom
> 4. Fix Display connection details next to each file (as you do in the tooltip when you mouse over the file name).These features are already implemented in the latest product version.
> 2. Apply connection coloring to the document sessions. So each file name would have a background color of the connection. It would make the 2 features integrated and extremely useful.
> 3. Have a setting to remove old sessions older than 2 months (or period specified by users)Still to be done.
-
0 votesAdminDevart (_, Devart) responded
Could you please provide us the following information:
1. Server version.
2. Result of the following query:
SHOW CREATE PROCEDURE sp_test;You can send a reply straight to our support system at alexaATdevartDOTcom and supportATdevartDOTcom .
An error occurred while saving the comment AdminDevart (_, Devart) commentedWe have received the e-mail and will answer you as soon as any result is achieved on this.
-
1 vote
An error occurred while saving the comment AdminDevart (_, Devart) commentedYou could perform the following:
1. Select 'SQL Complete -> Options...' from the main menu. The 'Options' window opens.
2. Navigate to the 'Advanced' branch.
3. Under the 'Enclose identifiers within square brackets' section, select the option 'Always'.
4. Click 'OK'. -
104 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedIf you select the Unique option in Column Editor of EF Core Model, Entity Developer will generate the following code:
modelBuilder.Entity<MyEntity>().HasIndex(@"MyProperty").IsUnique(true); -
2 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedI need my queries JSON encoded. Is there any option to do this in MySQL query builder?
The case is that I am not able to use the query created by your software directly on my website as the syntax is different. The syntax is unknown to me.
You software produce the wanted result with below query:
*****
SELECT
component.percentage,
component.ingredient,
PlanetsPride_Dictionary.ENG
FROM PlanetsPride_Dictionary
INNER JOIN component
ON PlanetsPride_Dictionary.id = component.ingredient
WHERE component.user = '814'
AND component.name = '3303'
//variables substituted with values//
*****
*****
But my site requires it in a syntax like below (not working):
$query
->SELECT (ARRAY('component.percentage', 'component.ingredient', 'PlanetsPride_Dictionary.ENG'))
->FROM ('PlanetsPride_Dictionary')
->JOIN ('INNER', $myDb->quote('component'))
->ON ('PlanetsPride_Dictionary.id = ' . $myDb->quote('component.ingredient'))
->WHERE ('component.user = ' . $myDb->quote($userID) . ' AND ' . $myDb->quote('component.name') . ' = ' . $myDb->quote($thisname));
*****
Is there any option for your software to wrap/syntax the query in this format - whatever format that might be?
*****
Furthermore you query gives me the result of an array/without including "array" or #number/letters attached - e.g:
My other source of support suggest something like this (not working):
$query
->select(array(' c.percentage', ' d.eng'))
->from($myDb->quoteName('#__content', 'c'))
->join('INNER', $db->quoteName('#__dictionary', 'd') . ' ON (' . $db->quoteName('c.ingredient') . ' = ' . $myDb->quoteName('b.id') . ')')
->where('user = ' . $myDb->quote($userID) . ' AND name = ' . $myDb->quote($thisname));
*****
-
13 votesAdminDevart (_, Devart) supported this idea ·
-
21 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedFor the time being, you can use our ODBC Driver for Salesforce: http://devart.com/odbc/salesforce. A Salesforce provider for UniDAC may appear soon.
-
31 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedYou want to revert files that have different encoding and no content. Is it correct?
-
0 votesAdminDevart (_, Devart) shared this idea ·
-
6 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedPlease note that you can switch between different document views with F7.
-
6 votesAdminDevart (_, Devart) responded
Could you please describe this in more detail? Please also let us know what’s the version and edition of your Visual Studio, dbForge Fusion and Windows operating system. Additionally, please let us know if your Windows x32 or x64.
An error occurred while saving the comment AdminDevart (_, Devart) commented> Any *.sql file I open shows errors because it does not comply with MySQL
After you install dbForge Fusion, it becomes the default editor. In this case, if you are opening another files, you would need to open them with 'Open With...'.
> When I'm using a Visual Studio standard database project for SQL Server it should not conflict with the MySQL database project.
Could you please describe such a conflict? Screenshots will be also of help.
You can send a reply straight to our support system at supportATdevartDOTcom, so we will keep further correspondence with you on this issue via e-mail.
-
3 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedWe will support this only partially in the future product versions. Please also see the following article http://blog.devart.com/special-aspects-of-sphinx-se-support.html
-
2 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedHello.
You can create a particular project for each your product versions. So, you will be able to see reviews/comments independent from each of your product versions. Is this solution is suitable for you?
-
5 votesAdminDevart (_, Devart) shared this idea ·
-
2 votes
An error occurred while saving the comment AdminDevart (_, Devart) commentedHello!
We already have syntax highlighting for the Action Script files (try to open the .as or the .actionscript file). For Haxe, try to use Java language, but structural comparison may produce false results. Is this solution suitable for you?
Dear User,
We would like to inform you that this functionality was implemented in the release version of the studio, please update.
Best,
Devart Team