mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Affected issues: rfe #618, rfe #464, bug #324, bug #635 (maybe more) Breaks: Unicode grid editing (due to yet unsolved bug #620), enum pulldowns, MEMO editing Major changes: - editor tab at bottom completely removed, SQL log is always visible now. - memo, blob and enum editors don't have a replacement yet. This is left for later commits. - grid cells are colorized to signalize their datatypes - UPDATEs, DELETEs and INSERTs are composed by own code, no longer by Zeos internal mechanisms. Should make debugging easier. - UPDATEs + DELETEs on tables without unique key are blocked now. - editing in the query grid is always blocked. Would need some extensive parser to allow that.