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
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 }}
python6460
/
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
event_editor.pas
on
master
User selector
All users
Datepicker
All time
Commit history
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 9, 2014
Open new help page on "Help" buttons of the various object editors.
ansgarbecker
committed
e6e9560
View commit details
Copy full SHA for e6e9560
View code at this point
Browse repository at this point
Commits on Jul 16, 2013
Avoid using Format() on event body, as this causes AVs when it contains some % sign. See http://www.heidisql.com/forum.php?t=13010
ansgarbecker
committed
77df51a
View commit details
Copy full SHA for 77df51a
View code at this point
Browse repository at this point
Commits on Jun 12, 2013
Support editing DEFINER clause in scheduled event editor. Fixes issue #2548.
ansgarbecker
committed
9b21fc6
View commit details
Copy full SHA for 9b21fc6
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 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 29, 2011
Introduce experimental MS SQL support
ansgarbecker
committed
4fbf2c2
View commit details
Copy full SHA for 4fbf2c2
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 Nov 24, 2010
Modify identifier quoting logic:
Show description for 6f95a79
ansgarbecker
committed
6f95a79
View commit details
Copy full SHA for 6f95a79
View code at this point
Browse repository at this point
Commits on Oct 12, 2010
Implement combo box for definer in routine + view + trigger editor. Fixes issue #2189. Some related changes here:
Show description for 6c2a100
ansgarbecker
committed
6c2a100
View commit details
Copy full SHA for 6c2a100
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 Sep 7, 2010
Enable TDBObject instances to return and cache their own CREATE code, and replace various manual SHOW CREATE xyz occurrences with this new function call. Additionally, modify ParseViewStructure so …
Show description for f323420
ansgarbecker
committed
f323420
View commit details
Copy full SHA for f323420
View code at this point
Browse repository at this point
Commits on Aug 19, 2010
Be ungreedy in regular expression when finding end of comment position. Fixes issue #2130.
ansgarbecker
committed
91f5375
View commit details
Copy full SHA for 91f5375
View code at this point
Browse repository at this point
Commits on Jun 25, 2010
Remove superfluous uses unit.
ansgarbecker
committed
74327bb
View commit details
Copy full SHA for 74327bb
View code at this point
Browse repository at this point
Use the right expression group when detecting "AT" date. Fixes issue #2041.
ansgarbecker
committed
a795f0c
View commit details
Copy full SHA for a795f0c
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 Apr 18, 2010
Attempt to slightly simplify logic for refreshing database tree node after adding/renaming a db object.
ansgarbecker
committed
604672f
View commit details
Copy full SHA for 604672f
View code at this point
Browse repository at this point
Commits on Apr 8, 2010
Implement event editor for MySQL 5.1+ servers. Also, simplify some code around database objects and their editors. Fixes issue #1527
ansgarbecker
committed
5f9129b
View commit details
Copy full SHA for 5f9129b
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.