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
table_editor.pas
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 14, 2019
Fix still disabled union text input on table designer, when engine MRG_MyISAM is selected
ansgarbecker
committed
6107bc9
View commit details
Copy full SHA for 6107bc9
View code at this point
Browse repository at this point
Commits on Mar 10, 2019
Issue #196: Prefer to take comment from SHOW TABLE STATUS result, to support single quotes without including some "compression" option on TokuDB
ansgarbecker
committed
7ae1599
View commit details
Copy full SHA for 7ae1599
View code at this point
Browse repository at this point
Commits on Feb 10, 2019
Table editor: Make it impossible to (accidentally) click the save button twice. Closes #527
ansgarbecker
committed
768bc00
View commit details
Copy full SHA for 768bc00
View code at this point
Browse repository at this point
Commits on Jan 7, 2019
Show ellipsis button on inplace text edit box of table editor. See https://www.heidisql.com/forum.php?t=26293
ansgarbecker
committed
ae297ee
View commit details
Copy full SHA for ae297ee
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Fix y-position of bottom buttons on table editor in high-dpi mode. It seems to help to bring the controls into the same order in which they shall be created. Closes #440.
ansgarbecker
committed
150e4a6
View commit details
Copy full SHA for 150e4a6
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
Use text color of integer data type for AUTO_INCREMENT flag in table editor. See https://www.heidisql.com/forum.php?t=25952#p26223
ansgarbecker
committed
f24d524
View commit details
Copy full SHA for f24d524
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
Required code updates for recent VirtualTreeview update
ansgarbecker
committed
cdb10d8
View commit details
Copy full SHA for cdb10d8
View code at this point
Browse repository at this point
Support STORED virtual columns on MySQL, as an equivalent to PERSISTENT on MariaDB. Closes #244
ansgarbecker
committed
d0cf930
View commit details
Copy full SHA for d0cf930
View code at this point
Browse repository at this point
Commits on Nov 25, 2018
Fix increasing height of upper table editor area on each table click. Closes #405. Also fix double-scaled controls on routine editor.
ansgarbecker
committed
aeba457
View commit details
Copy full SHA for aeba457
View code at this point
Browse repository at this point
Commits on Nov 3, 2018
Issue #213 and issue #380: auto-fix high DPI glitch in table designer
ansgarbecker
committed
f995110
View commit details
Copy full SHA for f995110
View code at this point
Browse repository at this point
Commits on Nov 1, 2018
Issue #213: nest everything on broken TTabSheet's on a TPanel, to avoid overscaling in high-dpi mode
ansgarbecker
committed
9983792
View commit details
Copy full SHA for 9983792
View code at this point
Browse repository at this point
Commits on Oct 27, 2018
Issue #8: convert system colors applied by code into their theme color
ansgarbecker
committed
3759611
View commit details
Copy full SHA for 3759611
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
Distinguish between multiple stored procedures with different argument list, on PostgreSQL. Closes #58.
ansgarbecker
committed
8202e76
View commit details
Copy full SHA for 8202e76
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 May 18, 2017
fix exception in early stage of table editor initialization
ansgarbecker
committed
68b46b2
View commit details
Copy full SHA for 68b46b2
View code at this point
Browse repository at this point
* unify context menu of various sql editors, by supporting all contained editors instead of searching for one with the name "SynMemoBody"
Show description for a50c21a
ansgarbecker
committed
a50c21a
View commit details
Copy full SHA for a50c21a
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
Add "<server default>" to the engine drop down on the table editor, and make that the new default, so we leave the ENGINE=.. clause away. See https://www.heidisql.com/forum.php?t=23363
ansgarbecker
committed
b480606
View commit details
Copy full SHA for b480606
View code at this point
Browse repository at this point
Commits on Dec 20, 2015
Table designer: Do not allow an empty length/set for data types which require one. See http://stackoverflow.com/questions/34315162/how-to-create-table-in-mariadb
ansgarbecker
committed
3729f29
View commit details
Copy full SHA for 3729f29
View code at this point
Browse repository at this point
Commits on Oct 13, 2015
MSSQL: Fix broken query for altering column comment via table editor. See
Show description for 19df80e
ansgarbecker
committed
19df80e
View commit details
Copy full SHA for 19df80e
View code at this point
Browse repository at this point
Commits on Aug 8, 2015
PostgreSQL: Fix wrong ALTER TABLE query for modifying table comment. See http://www.heidisql.com/forum.php?t=18937
ansgarbecker
committed
8998811
View commit details
Copy full SHA for 8998811
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
Remove defined but unused variable
ansgarbecker
committed
098827a
View commit details
Copy full SHA for 098827a
View code at this point
Browse repository at this point
Commits on Nov 14, 2014
Fix non working addition of new columns in MySQL. See http://www.heidisql.com/forum.php?t=16948
Show description for aa6ed7d
ansgarbecker
committed
aa6ed7d
View commit details
Copy full SHA for aa6ed7d
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
PostgreSQL, table editor: Retrieve columns from pg_attribute, to get the column comments. Also support applying a comment on new and existing columns.
ansgarbecker
committed
3d29d13
View commit details
Copy full SHA for 3d29d13
View code at this point
Browse repository at this point
Commits on Oct 16, 2014
Restrict column reordering to MySQL only. Not supported by MSSQL and PostgreSQL. See http://www.heidisql.com/forum.php?t=16328
ansgarbecker
committed
d2f3662
View commit details
Copy full SHA for d2f3662
View code at this point
Browse repository at this point
Call more useful online help by "Help" button on table editor
ansgarbecker
committed
6ac5256
View commit details
Copy full SHA for 6ac5256
View code at this point
Browse repository at this point
Commits on Aug 30, 2014
Fix unsupported AFTER/FIRST clause in ALTER TABLE ADD COLUMN... query on PostgreSQL
ansgarbecker
committed
d1b0c27
View commit details
Copy full SHA for d1b0c27
View code at this point
Browse repository at this point
Commits on Aug 21, 2014
Support data types with spaces in them, for example "DOUBLE PRECISION" on PostgreSQL. See http://www.heidisql.com/forum.php?t=16072#p16169
ansgarbecker
committed
3a169b8
View commit details
Copy full SHA for 3a169b8
View code at this point
Browse repository at this point
Commits on Jul 26, 2014
Enable foreign keys editor on NDB cluster >= 7.3.x. See http://www.heidisql.com/forum.php?t=16059
ansgarbecker
committed
7e98620
View commit details
Copy full SHA for 7e98620
View code at this point
Browse repository at this point
Commits on May 8, 2014
Add "Save as textfile" action, and include that in routine editor > "CREATE code" tab > context menu. Fixes issue #3486.
ansgarbecker
committed
8c3775f
View commit details
Copy full SHA for 8c3775f
View code at this point
Browse repository at this point
Commits on Apr 2, 2014
Disable UNSIGNED and ZEROFILL checkboxes for BIT type columns. See http://www.heidisql.com/forum.php?t=15354
ansgarbecker
committed
ac3f8e2
View commit details
Copy full SHA for ac3f8e2
View code at this point
Browse repository at this point
Commits on Mar 13, 2014
Clear partitions tab when creating new table.
ansgarbecker
committed
6c7a158
View commit details
Copy full SHA for 6c7a158
View code at this point
Browse repository at this point
Add a read-only tab for a potentially existing PARTITION clause of the table. Fixes issue #1692.
ansgarbecker
committed
1366ace
View commit details
Copy full SHA for 1366ace
View code at this point
Browse repository at this point
Commits on Mar 9, 2014
Move code from helpers.GetColumnDefaultClause into dbconnection.TTableColumn.SQLCode. Support microseconds part in DEFAULT CURRENT_TIMESTAMP clause. Fixes issue #3506.
ansgarbecker
committed
906b80f
View commit details
Copy full SHA for 906b80f
View code at this point
Browse repository at this point
Commits on Feb 20, 2014
Check if all indexes have at least one column when creating or altering table to prevent creation of empty index. Fixes issue #3516.
adri.granger
committed
e3c288f
View commit details
Copy full SHA for e3c288f
View code at this point
Browse repository at this point
Commits on Dec 25, 2013
MSSQL wants one ALTER TABLE query also per DROP COLUMN. See http://www.heidisql.com/forum.php?t=14421
ansgarbecker
committed
5590754
View commit details
Copy full SHA for 5590754
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.