-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(south): Add an output datetime format section in sql items
- Loading branch information
1 parent
b9098d1
commit 6f561b6
Showing
30 changed files
with
851 additions
and
820 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,13 +116,6 @@ const manifest: SouthConnectorManifest = { | |
key: 'serialization', | ||
type: 'OibSerialization', | ||
label: 'Serialization', | ||
defaultValue: { | ||
type: 'file', | ||
filename: '[email protected]', | ||
delimiter: 'COMMA', | ||
compression: true, | ||
datetimeSerialization: [] | ||
}, | ||
allowedDateObjectTypes: ['Date', 'DateTime', 'DateTime2', 'DateTimeOffset', 'SmallDateTime'], | ||
class: 'col', | ||
newRow: true, | ||
|
Oops, something went wrong.