mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
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
This commit is contained in:
@ -36,7 +36,8 @@ uses
|
||||
mysql in '..\..\source\mysql.pas',
|
||||
column_selection in '..\..\source\column_selection.pas' {ColumnSelectionForm},
|
||||
data_sorting in '..\..\source\data_sorting.pas' {DataSortingForm},
|
||||
runsqlfile in '..\..\source\runsqlfile.pas' {RunSQLFileForm};
|
||||
runsqlfile in '..\..\source\runsqlfile.pas' {RunSQLFileForm},
|
||||
createdatabase in '..\..\source\createdatabase.pas' {CreateDatabaseForm};
|
||||
|
||||
{$R *.RES}
|
||||
|
||||
|
@ -79,6 +79,9 @@
|
||||
<DCCReference Include="..\..\source\copytable.pas">
|
||||
<Form>CopyTableForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\createdatabase.pas">
|
||||
<Form>CreateDatabaseForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\createtable.pas">
|
||||
<Form>CreateTableForm</Form>
|
||||
</DCCReference>
|
||||
|
Reference in New Issue
Block a user