Ansgar Becker
814b4ee14b
Ban vertical line from all TSynMemo's. Never heard of anyone using it, and fixes issue #1051 .
2009-03-12 19:50:42 +00:00
Ansgar Becker
d752a67a59
Fix bug #976 : Setting database defaults
2009-02-09 22:54:46 +00:00
Ansgar Becker
aabd4bbf57
Add some more support for databases and tables with unicode characters.
2008-08-08 19:32:24 +00:00
rosenfield
e7bcbdf293
* Bugfix: plug the most obvious memory leaks.
...
* Clear some unused code and wrong comments.
2007-11-09 09:51:31 +00:00
Ansgar Becker
6968817941
Minor enhancements and consistency fixes for CreateDatabase + CreateTable dialogs:
...
- Fetch charsets from collations dataset rather than firing an extra "SHOW CHARSET"
- Move fetching defaultCharset to existing TRY clause. No functionality change, just more consistent.
- Sort all comboboxes with charsets and collations alphabetically
- Leave the responsibility for disabling the comboboxes on old servers to the code rather than to the DFM file.
- Adapt Enabled-property of TLables to the comboboxes they belong to.
2007-09-25 18:47:34 +00:00
Ansgar Becker
04e272e2c6
Display a SQL dynamic preview for the CREATE DATABASE statement using a SynMemo.
2007-09-18 22:44:17 +00:00
Ansgar Becker
917ede28d7
Implement new feature: "Alter database", reachable in rightclick menu from within dbtree. Supports renaming a database and changing existing charset + collation.
2007-09-18 22:10:55 +00:00
Ansgar Becker
1e08e582e8
Partly fullfill feature wish #1693393 "Selection of charset and engine at creation"
...
By turning the CREATE DATABASE dialog from an InputQuery into a real form with 2 additional pulldowns:
- character set
- collation
See also: http://www.heidisql.com/forum/viewtopic.php?p=1322#1322
2007-09-17 23:11:39 +00:00