|
04e272e2c6
|
Display a SQL dynamic preview for the CREATE DATABASE statement using a SynMemo.
|
2007-09-18 22:44:17 +00:00 |
|
|
5d00783b02
|
Safety fixes:
- Only generate COLLATE in CREATE DATABASE if CHARACTER SET was not empty.
- Surround CHARACTER SET + COLLATE in version conditional comment.
|
2007-09-18 22:19:01 +00:00 |
|
|
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 |
|
|
a0fb2f7f1b
|
Creation of databases should follow the servers charset by default, not the charset of the currently used database.
|
2007-09-18 16:13:59 +00:00 |
|
|
7c05ba1f75
|
Recycle CreateDatabase-form after first usage / don't FreeAndNil' it. Avoids 3 SQL-queries for each calling time after the first one.
|
2007-09-18 16:10:29 +00:00 |
|
|
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 |
|