|
53ed180cfd
|
CSV layout detector: allow NULL on columns with \N values. See https://www.heidisql.com/forum.php?t=38663
|
2022-01-06 08:20:15 +01:00 |
|
|
a469d89227
|
Issue #1169: give items in TDBDatatypeIndex a different prefix (dt => dbdt), to fix a conflict with those from Delphi's database components
|
2021-06-26 17:44:50 +02:00 |
|
|
cb1024b048
|
Fix more potential theme related EAccessViolation's, due to Action:=caFree in OnClose event of modal forms. Their caller now frees these modal forms. In non-modal forms, keep caFree in OnClose but remove existing OnDestroy events, moving code to OnClose instead.
https://www.heidisql.com/forum.php?t=38043
https://stackoverflow.com/questions/2075405/how-to-close-non-modal-form-in-delphi
|
2021-06-22 20:37:34 +02:00 |
|
|
2dc7f934f0
|
Issue #477: support DATE and DATETIME column types in CSV layout detection
|
2020-12-08 08:06:30 +01:00 |
|
|
5df6149db4
|
Issue #477: Implement CSV layout detection, in a new dialog, callable through a "<New table>" item. Detection yet limited to integers, floats and text column types.
|
2020-11-29 14:25:29 +01:00 |
|