mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Introduce new preference option "Prefill empty date/time fields". Fixes issue #2708.
This commit is contained in:
@ -270,10 +270,12 @@ const
|
||||
|
||||
REGNAME_FIELDEDITOR_BINARY = 'FieldEditor_Binary';
|
||||
REGNAME_FIELDEDITOR_DATETIME = 'FieldEditor_Datetime';
|
||||
REGNAME_PREFILL_DATETIME = 'FieldEditor_Datetime_Prefill';
|
||||
REGNAME_FIELDEDITOR_ENUM = 'FieldEditor_Enum';
|
||||
REGNAME_FIELDEDITOR_SET = 'FieldEditor_Set';
|
||||
DEFAULT_FIELDEDITOR_BINARY = True;
|
||||
DEFAULT_FIELDEDITOR_DATETIME = True;
|
||||
DEFAULT_PREFILL_DATETIME = True;
|
||||
DEFAULT_FIELDEDITOR_ENUM = True;
|
||||
DEFAULT_FIELDEDITOR_SET = True;
|
||||
|
||||
|
Reference in New Issue
Block a user