Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
PsyCrow-code
/
HeidiSQL
Public
forked from
HeidiSQL/HeidiSQL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
HeidiSQL
source
editvar.pas
on
master
User selector
All users
All time
Commit history
Commits on Jun 19, 2024
Issue #1965: show SQL warnings after modifying server variable
ansgarbecker
committed
51f199c
View commit details
Copy full SHA for 51f199c
View code at this point
Browse repository at this point
Commits on Sep 10, 2023
Translation fixes: remove various unused strings, fix some wrong spelled strings, add some missing strings
ansgarbecker
committed
587c88e
View commit details
Copy full SHA for 587c88e
View code at this point
Browse repository at this point
Commits on Dec 26, 2022
Remove unit scopes from project settings, prefer fully qualified unit names in uses clauses. Enhance readability and compiler performance.
ansgarbecker
committed
0d9de51
View commit details
Copy full SHA for 0d9de51
View code at this point
Browse repository at this point
Commits on Apr 23, 2022
Refactor: move structures for specific network types out of dbstructures, into their own dbstructures.xxx.pas, and include const.inc in project sources
ansgarbecker
committed
c4085be
View commit details
Copy full SHA for c4085be
View code at this point
Browse repository at this point
Commits on Dec 26, 2021
Issue #1503: reactivate DPI awareness, and try to read/write component dimensions DPI independently
ansgarbecker
committed
d46716f
View commit details
Copy full SHA for d46716f
View code at this point
Browse repository at this point
Commits on Jul 21, 2019
Let TExtForm translate all strings on a form, to reduce the code in any FormCreate event
ansgarbecker
committed
fcdf323
View commit details
Copy full SHA for fcdf323
View code at this point
Browse repository at this point
Remove remainders of DPI related code, and move TExtForm.AddSizeGrip procedure to property .HasSizeGrip. Uses TSizeGripXP instead of TSizeGripThemed, as this looks quite the same.
ansgarbecker
committed
88a9e53
View commit details
Copy full SHA for 88a9e53
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
Giving up on high DPI readiness - remove tweaks which mostly don't work as expected, and even differently on various computers. Instead, let Windows blur fonts.
ansgarbecker
committed
c31cae2
View commit details
Copy full SHA for c31cae2
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
High DPI:
Show description for 92c8f62
ansgarbecker
committed
92c8f62
View commit details
Copy full SHA for 92c8f62
View code at this point
Browse repository at this point
Commits on Jul 8, 2019
Issue #677:
Show description for 2a91a13
ansgarbecker
committed
2a91a13
View commit details
Copy full SHA for 2a91a13
View code at this point
Browse repository at this point
Commits on Jul 7, 2019
High DPI: fix growing window dimensions on each opening. Related to #378
ansgarbecker
committed
4f9613b
View commit details
Copy full SHA for 4f9613b
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Refactor: rename mysql_structures unit neutrally to dbstructures
ansgarbecker
committed
1d6a415
View commit details
Copy full SHA for 1d6a415
View code at this point
Browse repository at this point
Commits on Apr 21, 2019
Issue #74: attempt to support all kinds of expressions in column DEFAULT + ON UPDATE clauses
ansgarbecker
committed
9fc7150
View commit details
Copy full SHA for 9fc7150
View code at this point
Browse repository at this point
Commits on Oct 25, 2018
Issue #213: Assign system or custom font once, to the application, and let all forms inherit that font, so there is no need to call InheritFont() for each form.
ansgarbecker
committed
9cdcd63
View commit details
Copy full SHA for 9cdcd63
View code at this point
Browse repository at this point
Commits on Jan 22, 2018
Rename helpers unit to apphelpers, to overcome a naming conflict with the FireMonkey unit FMX.Canvas.GPU.Helpers. Closes #102.
ansgarbecker
committed
5a8a4af
View commit details
Copy full SHA for 5a8a4af
View code at this point
Browse repository at this point
Commits on Nov 1, 2013
Replace out-dated code which does not compile in 64bit mode in helpers.SetWindowSizeGrip. Use a TForm descendant in the new unit "extra_controls". Code parts taken from http://www.delphigroups.info…
Show description for 6e608f1
ansgarbecker
committed
6e608f1
View commit details
Copy full SHA for 6e608f1
View code at this point
Browse repository at this point
Commits on Jun 14, 2013
Various variables are int64 or float, for which we have no specific editor other than the string editor. Do not quote these to avoid "Incorrect argument type to variable.." Fixes issue #3153.
ansgarbecker
committed
f2a89f2
View commit details
Copy full SHA for f2a89f2
View code at this point
Browse repository at this point
Commits on Dec 10, 2012
Fix typo in variable editor, and make "on"/"off" buttons slightly wider, so different translation fit.
ansgarbecker
committed
ff1d7fa
View commit details
Copy full SHA for ff1d7fa
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Translate string variables and literals in .pas files. TODO: translate constants.
ansgarbecker
committed
f96288f
View commit details
Copy full SHA for f96288f
View code at this point
Browse repository at this point
Commits on Nov 10, 2012
Issue #557: Include gnugettext.pas from https://dxgettext.svn.sourceforge.net/svnroot/dxgettext/trunk/dxgettext/sample/ . And add basic code to all FormCreate events to translate their components i…
Show description for ca1d94c
ansgarbecker
committed
ca1d94c
View commit details
Copy full SHA for ca1d94c
View code at this point
Browse repository at this point
Commits on Aug 19, 2012
Refactor logic for reading and writing application and session settings:
Show description for 90ab0b6
ansgarbecker
committed
90ab0b6
View commit details
Copy full SHA for 90ab0b6
View code at this point
Browse repository at this point
Commits on May 20, 2012
Remove TServerVariable.VarType property, and detect that by only examining the value. Fetch list of variables from a more complete documentation table which also reveals their read/write state. Als…
Show description for 1f313df
ansgarbecker
committed
1f313df
View commit details
Copy full SHA for 1f313df
View code at this point
Browse repository at this point
Implement server variable mapping table, and extend the variable editor to explicitly modify strings, numbers, booleans or enumerations, as described on http://dev.mysql.com/doc/refman/5.6/en/dynam…
Show description for 2ef9f4e
ansgarbecker
committed
2ef9f4e
View commit details
Copy full SHA for 2ef9f4e
View code at this point
Browse repository at this point
Commits on Jun 26, 2011
Do not cache dialog instances any longer. OnCreate code is mostly very quick, and caching them adds quite some pitfalls into the code. Not to mention 30 lines less code in main.pas now :)
ansgarbecker
committed
e96fa77
View commit details
Copy full SHA for e96fa77
View code at this point
Browse repository at this point
Commits on May 27, 2011
Introduce some wrapper functions for message and error dialogs in order to have less code and to avoid hidden titles on Windows XP. Fixes issue #2425.
ansgarbecker
committed
2d548b5
View commit details
Copy full SHA for 2d548b5
View code at this point
Browse repository at this point
Commits on Mar 17, 2011
Code preparation for non-MySQL connections: Extract abstract stuff into a new TDBConnection class, and let TMySQLConnection derive from that. Same with TDBQuery / TMySQLQuery. See issue #1008.
ansgarbecker
committed
49a9758
View commit details
Copy full SHA for 49a9758
View code at this point
Browse repository at this point
Commits on Oct 5, 2010
Implement multiple connections per window. DBtree and friends now have their nodes bound to TDBObject instances. Fixes issue #2144.
ansgarbecker
committed
0fa6c15
View commit details
Copy full SHA for 0fa6c15
View code at this point
Browse repository at this point
Commits on Apr 24, 2010
Introduce EDatabaseError exception class, so we're able to handle only those and let others raise the exception up to MadExcept. Helps finding non-database related AVs as users are able to get the …
Show description for b3b1710
ansgarbecker
committed
b3b1710
View commit details
Copy full SHA for b3b1710
View code at this point
Browse repository at this point
Commits on Jan 7, 2010
* Fix compiler warnings due to implicit AnsiString to (Unicode)String or vice versa
Show description for a4652d3
ansgarbecker
committed
a4652d3
View commit details
Copy full SHA for a4652d3
View code at this point
Browse repository at this point
Commits on Jan 5, 2010
Upgrade to Delphi 2010:
Show description for 7d401ff
ansgarbecker
committed
7d401ff
View commit details
Copy full SHA for 7d401ff
View code at this point
Browse repository at this point
Commits on Dec 22, 2009
Sanitize all "uses" clauses from unneeded unit references.
ansgarbecker
committed
e356cb7
View commit details
Copy full SHA for e356cb7
View code at this point
Browse repository at this point
Commits on Nov 22, 2009
Wrap most queries in a try..except block which may fail with a SQL privilege error. So these places do not raise an exception at user level. Exceptions should only raise in unpredictable error situ…
Show description for 45fa64f
ansgarbecker
committed
45fa64f
View commit details
Copy full SHA for 45fa64f
View code at this point
Browse repository at this point
Commits on Oct 28, 2009
Implement a more lightweight connection layer, consisting of 2 units in source directory. Breaks threading and window to window communication, which should be reimplemented later.
ansgarbecker
committed
12a8e2e
View commit details
Copy full SHA for 12a8e2e
View code at this point
Browse repository at this point
Commits on Jan 1, 2009
Remove last traces of MDI (issue #513). Merges code, controls and events from childwin into main.
ansgarbecker
committed
f1b3f55
View commit details
Copy full SHA for f1b3f55
View code at this point
Browse repository at this point
Commits on Aug 29, 2008
Use Vista's Segeo font for all forms by using the SetVistaFonts() in mainform plus the new routine InheritFont() which simply overtakes fontname and size from the mainform to all other forms.
ansgarbecker
committed
9a52593
View commit details
Copy full SHA for 9a52593
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.