Activity for heidisql

  • Anonymous modified a comment on ticket #3179

    Originally posted by: [ The documentation links do not even mention comments...? Status: NeedInfo

  • Anonymous modified a comment on ticket #3179

    a) According to the documents I searched on MSDN website, it seems MS SQL could only change comment in these way: update http://msdn.microsoft.com/zh-tw/library/ms186885.aspx drop http://msdn.microsoft.com/en-us/library/ms178595.aspx I don't know that there is any simpler way to do these.

  • Anonymous modified a comment on ticket #1357

    Originally posted by: sagara1...@gmail.com I just reproduced "Altering database ... failed. Database ... contains stored routine, which cannot mkjb moved". Can it be fixed?

  • Anonymous modified a comment on ticket #1357

    Originally posted by: sagara1...@gmail.com I just reproduced "Altering database ... failed. Database ... contains stored routine, which cannot be moved". Can it be fixed?

  • Anse Anse posted a comment on ticket #3713

    Please use the tracker on Github. HeidiSQL has moved there. https://github.com/HeidiSQL/HeidiSQL/issues

  • Andi Pfaff Andi Pfaff created ticket #3713

    when deleting a crashed table HeidiSQL is using wrong command: DROP VIEW

  • Andi Pfaff Andi Pfaff created ticket #3712

    Access Violation when clicking on crashed table

  • Anse Anse committed [r5176]

    Remove debug code. See https://www.heidisql.com/forum.php?t=24400

  • Anse Anse committed [r5175]

    New attempt to fix menu and buttons flicker on Win10, this time by with the help of Delphi Detours library. See https://www.heidisql.com/forum.php?t=19141

  • Damian Damian posted a comment on ticket #3636

    Id rather use HeidiSQL versus other tools. Keep checking back every 6 months to see if it's ever been included. Please consider. If not, how about if one of us add it in?

  • Konstantinos Papadakis Konstantinos Papadakis created ticket #3711

    UFT-8 characters in views appear with wrong encoding

  • Allan Jensen Allan Jensen posted a comment on ticket #3694

    Because HeidiSQL requires the definer I constantly have trouble moving databases to other systems where different users are being used. Could this please be fixed?

  • Thomas Baumann Thomas Baumann posted a comment on ticket #3709

    fix will be disabling Quickfilter, if data grid is empty. menuQuickFilter.Enabled := InDataGrid and (Grid.RootNodeCount > 0);

  • Krishnan Aishwarya Krishnan Aishwarya created ticket #3710

    Feature Request

  • theGreatRSL theGreatRSL posted a comment on ticket #3645

    +1 After using the application for only a day, I am very happy with it, except for this missing enhancement. It's nice to see that it is open source, so if I ever get some time, I will do something about this.

  • Anonymous modified a comment on ticket #3549

    Originally posted by: a...@anse.de No problem. Lucky me I hadn't much to do here :)

  • Anonymous modified a comment on ticket #1509

    Originally posted by: justpus...@gmail.com ansgar.becker, why do you want to wait for a thread? The thread may notify you itself when it finishes. The easiest solution: you can use some mainform variable as a signal that thread finished its work. Also you can use Synchronize method to run some function in main thread and do some work there. I see thread structure something like this: procedure YourThread.Execute; begin for i:=1 to queriesCount do begin ExecuteThisQuery(queries[i]); queriesDone:=i;...

  • Anonymous modified a comment on ticket #3051

    Originally posted by: a...@anse.de This issue was closed by revision [r4266]. Status: Fixed

  • Anonymous modified a comment on ticket #1439

    Originally posted by: a...@anse.de Got it: The UPX compressed .exe breaks MadExcept and its exception handling, not being able to find the right stack trace or whatever. http://forum.madshi.net/viewtopic.php?t=4614 http://forum.madshi.net/viewtopic.php?t=4143 http://stackoverflow.com/questions/603130/madexcept-upx Just disabled UPX for that reason, should fix it. For the current build, I just decompressed the exe Status: Fixed

  • Andi Pfaff Andi Pfaff created ticket #3709

    HeidiSQL crashed when setting filter on empty table

  • Anonymous modified a comment on ticket #1663

    Originally posted by: a...@anse.de Nice idea, because that's really simple, and useful too. That item could live as "Browse table in new query tab" in the context menu of the data grid (as you proposed), and additionally in the database tab when rightclicking a table.

  • Anonymous modified a comment on ticket #2336

    Originally posted by: a...@anse.de hehe, same thing as [r3765].

  • Display name Display name posted a comment on ticket #3152

    I don't use VPN, but a network disconnection (eg. ADSL down) will cause this issue.

  • Anonymous modified a comment on ticket #3168

    Originally posted by: a...@anse.de Really? Hm, that way all users are forced to download the installer, which is good for fixed critical bugs. Additionally, I'm aware of the fact that I released way too seldom in the past. Ok, let me fix some more issues and I'll prepare the 8.2 release.

  • Anonymous modified a comment on ticket #1692

    Originally posted by: a...@anse.de [r4728] now adds a read-only tab with the PARTITION clause of the table, if present. Also, the "CREATE code" tabs includes this clause.

  • Anonymous modified a comment on ticket #1692

    Originally posted by: a...@anse.de [r4728] now adds a read-only tab with the PARTITION clause of the table, if present. Also, the "CREATE code" tabs includes this clause.

  • Fanis Hatzidakis Fanis Hatzidakis posted a comment on ticket #2991

    Restoring the Query tabs you were working on before a restart of the program would be even more useful ever since Windows 10, which auto-restarts after updates. I see the Query History but there's a lot of noise there like background queries ran by HeidiSQL to fetch info or your previous versions of a query, from all tabs. Having HeidiSQL restore previously open tabs on start (possibly after asking the user) would be a great addition.

  • Nicolas Moreaud Nicolas Moreaud created ticket #3708

    Can't delete/update a record in a table with image field in sql server

  • Anonymous modified a comment on ticket #3212

    Originally posted by: a...@anse.de Pablo, I guess you are now running into a problem from [r4430]. Before that, I had a "db"."dbo"."table" syntax, where the "dbo" part was hardcoded. Could you please verify that: Does "master"."dbo"."spt_datatype_info" also work?

  • Anonymous modified a comment on ticket #121

    Originally posted by: a...@anse.de (No comment was entered for this change.) Labels: -migrated

  • Anonymous modified a comment on ticket #2885

    Originally posted by: vanav@vanav.org Yes, please, ask key password interactively. Workaround 1: > pageant "private.key.ppk" -c "C:\Program Files\HeidiSQL\heidisql.exe" Network type: MySQL (SSH tunnel) Hostname: 127.0.0.1 Port: 3306 SSH host: example.com Username: user Private key file: "private.key.ppk" Local port: 3307 Workaround 2: > plink user@example.com -i "private.key.ppk" -N -L 3307:127.0.0.1:3306 Network type: MySQL (TCP/IP) Hostname: 127.0.0.1 Port: 3307

  • Anonymous modified a comment on ticket #121

    Originally posted by: a...@anse.de (No comment was entered for this change.) Labels: -migrated

  • Anonymous modified a comment on ticket #823

    Originally posted by: a...@anse.de Yes, that's slightly inconsistent currently. Already reported in issue #595

  • Anse Anse committed [r5174]

    Extend TMySQLOption enumeration with newer items

  • Anonymous modified a comment on ticket #386

    Originally posted by: a...@anse.de (No comment was entered for this change.) Status: WontFix

  • Anonymous modified a comment on ticket #3192

    Originally posted by: a...@anse.de I guess configuring as WinXP is the valid solution here. Issue #3371 was fixed. Status: CantFix

  • Anonymous modified a comment on ticket #2838

    Originally posted by: imre.lo...@gmail.com Theres nothing to fix, because it works as intended for me, except the heidisql dialog. Warning are what they are: just warnings, not errors. Thank you, starred the other.

  • vanessa vanessa posted a comment on ticket #2958

    please can you help me after the installation of xamp and heidi db i get this message (when I click on open and the Login or when I open HeidiSQL) damaged NeTypes value(255) in session ... (connection manager heidi db) access denied for root user @localhost (using password No) what can I do? thanks for your help vanessa

  • Anse Anse committed [r5173]

    fix exception in early stage of table editor initialization

  • Anse Anse committed [r5172]

    * unify context menu of various sql editors, by supporting all contained editors instead of searching for one with the name "SynMemoBody"

  • Anse Anse committed [r5171]

    Trigger OnChange event on TSynMemo after toggling comment, so a save button gets enabled. See https://www.heidisql.com/forum.php?t=23834

  • Anse Anse committed [r5170]

    Save session tree color when creating a copy of a session. See https://www.heidisql.com/forum.php?t=23796

  • bbabic bbabic created ticket #3707

    mySQL procedure/function paremeters formatting

  • Anse Anse committed [r5169]

    Fix detection of column types with DEFAULT CURR...

  • Mikhail Mikhail created ticket #3706

    Crush on performing multiple queries.

  • Anse Anse committed [r5168]

    Add custom setting for number of days to keep q...

  • Anse Anse committed [r5167]

    Use new copy-columns icon in main image list

  • Anse Anse committed [r5166]

    Create a nicer icon for "Copy selected columns/...

  • Anse Anse committed [r5165]

    Reduce flicker on Windows 10. See https://www.h...

  • Anse Anse committed [r5164]

    Silence dumb exceptions from mysql_ping() call....

  • Anse Anse committed [r5163]

    Create a new menu item for copying rows to clip...

  • Anse Anse committed [r5162]

    Revert r5161, as it makes more problems than it...

  • Anse Anse committed [r5161]

    Set DoubleBuffered property on main form, an at...

  • Anse Anse committed [r5160]

    Use the grid export dialog for setting values f...

  • Anse Anse committed [r5159]

    Set tsvn:projectlanguage to english/us

  • Anse Anse committed [r5158]

    Use unsecure project web url for donor checks, ...

  • Anse Anse committed [r5157]

    Fix typos in encoding of xml exports. See https...

  • Anse Anse committed [r5156]

    Support auto_increment flag on indexes other th...

  • Anse Anse committed [r5155]

    Support grouping by tree node type in "check xy...

  • Anse Anse committed [r5154]

    Prevent inserting cell text ellipsis in query t...

  • Anse Anse committed [r5153]

    Add "<server default>" to the engine drop down ...

  • Anse Anse committed [r5152]

    Use HTTPS for all web requests on heidisql.com

  • Anonymous modified a comment on ticket #3262

    Originally posted by: claudiot...@hotmail.com This is one old thread but uqualy I...

  • Anonymous modified a comment on ticket #3262

    Originally posted by: claudiot...@hotmail.com This is one old thread but uqualy I...

  • Anse Anse committed [r5151]

    Additional files from SynEdit GitHub repository

  • Anse Anse committed [r5150]

    Update SynEdit component code to v2.0.9 beta fr...

  • Anse Anse committed [r5149]

    Revert r5144, which causes more problems than i...

  • Anse Anse posted a comment on ticket #3705

    That hostname resolving is not done by HeidiSQL, but by the MySQL server or libmysql.dll....

  • Carlos Hidalgo Carlos Hidalgo created ticket #3705

    Option to avoid hostname to IP resolution

  • Anse Anse committed [r5148]

    Missing file change for previous commit

  • Anse Anse committed [r5147]

    Fix some labels which I modified wrongly some t...

  • Anse Anse committed [r5146]

    Attempt to add an error string which Windows pr...

  • Oliver Kötter Oliver Kötter posted a comment on ticket #3242

    yeah, would also like to see this. Should be an easy fix to use "IDENTITY" instead...

  • Anse Anse committed [r5145]

    Include ADO connection string in status bar con...

  • Anse Anse committed [r5144]

    Work around access violation in highlighter, wh...

  • Anse Anse committed [r5143]

    Make Markdown export code compatible to the par...

  • Anse Anse committed [r5142]

    Support SQL security setting in view editor via...

  • Anse Anse committed [r5141]

    Increase width of "name" field on view editor t...

  • Anse Anse committed [r5140]

    Reasonably increase and unify design time dimen...

  • Anse Anse committed [r5139]

    Remove per-row comment in PHP array grid export...

  • Marcel Berteler Marcel Berteler posted a comment on ticket #3704

    I managed to solve the issue. I downloaded the MariaDB window version (10.0.20) that...

  • Marcel Berteler Marcel Berteler created ticket #3704

    Access Violation after login with PAM authenticated user on MariaDB

  • Anse Anse committed [r5138]

    Revert r5136, which removes support for single ...

  • Anse Anse committed [r5137]

    Don't encode html entities but escape quotes in...

  • Anse Anse committed [r5136]

    Fix sloppy regular expression in TDBConnection....

  • Anse Anse committed [r5135]

    Escape quotes and stuff in JSON keys and values...

  • Anse Anse committed [r5134]

    Use double quotes for PHP values when exporting...

  • Anonymous modified a comment on ticket #386

    Originally posted by: a...@anse.de (No comment was entered for this change.) Status:...

  • Anse Anse committed [r5133]

    PostgreSQL: query timeout is set in millisecond...

  • Anse Anse committed [r5132]

    Try to load libpq.dll with explicit file path i...

  • Anonymous modified a comment on ticket #3578

    Originally posted by: pklawan...@gmail.com Hi Guys, what's the status with this ...

  • Anonymous modified a comment on ticket #3334

    Originally posted by: r...@probc.com Why not just donate and be done with it? Imagine...

  • Anse Anse committed [r5131]

    Inject a line break after the data grid WHERE f...

  • Anonymous modified a comment on ticket #386

    Originally posted by: a...@anse.de (No comment was entered for this change.) Status:...

  • Anse Anse committed [r5130]

    Cast unknown data type columns as text when gen...

  • Anse Anse committed [r5129]

    Use the right SQL commands for killing a proces...

  • Anse Anse committed [r5128]

    Fix compiler warning

  • Warren King Warren King posted a comment on ticket #3242

    Hi - was wondering if this was going to be addressed - it certainly is a valid problem...

  • Anse Anse committed [r5127]

    Remove quirky logic from TMySQLQuery.Execute wh...

  • Anse Anse committed [r5126]

    Fix crash when taskbar button interface is not ...

1 >