Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KnowageLabs
Knowage-Server
Commits
994d89f1
Unverified
Commit
994d89f1
authored
May 27, 2022
by
Davide Vernassa
Committed by
GitHub
May 27, 2022
Browse files
[KNOWAGE-6700] Added java.time.localDateTime in types list
parent
76ed38d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
knowagecockpitengine/src/main/webapp/js/src/angular_1.4/cockpit/factory/cockpitModule_generalOptions.js
View file @
994d89f1
...
@@ -109,6 +109,7 @@ angular.module('cockpitModule').factory('cockpitModule_generalOptions',function(
...
@@ -109,6 +109,7 @@ angular.module('cockpitModule').factory('cockpitModule_generalOptions',function(
{
label
:
'
time
'
,
value
:
'
java.sql.Time
'
},
{
label
:
'
time
'
,
value
:
'
java.sql.Time
'
},
{
label
:
'
timestamp
'
,
value
:
'
java.sql.Timestamp
'
},
{
label
:
'
timestamp
'
,
value
:
'
java.sql.Timestamp
'
},
{
label
:
'
timestamp
'
,
value
:
'
oracle.sql.TIMESTAMP
'
},
{
label
:
'
timestamp
'
,
value
:
'
oracle.sql.TIMESTAMP
'
},
{
label
:
'
timestamp
'
,
value
:
'
java.time.LocalDateTime
'
},
{
label
:
'
blob
'
,
value
:
'
oracle.sql.BLOB
'
},
{
label
:
'
blob
'
,
value
:
'
oracle.sql.BLOB
'
},
{
label
:
'
clob
'
,
value
:
'
oracle.sql.CLOB
'
}
{
label
:
'
clob
'
,
value
:
'
oracle.sql.CLOB
'
}
],
],
...
@@ -130,6 +131,7 @@ angular.module('cockpitModule').factory('cockpitModule_generalOptions',function(
...
@@ -130,6 +131,7 @@ angular.module('cockpitModule').factory('cockpitModule_generalOptions',function(
"
java.util.Date
"
:
{
label
:
'
date
'
,
icon
:
'
fa fa-calendar
'
},
"
java.util.Date
"
:
{
label
:
'
date
'
,
icon
:
'
fa fa-calendar
'
},
"
java.sql.Date
"
:
{
label
:
'
date
'
,
icon
:
'
fa fa-calendar
'
},
"
java.sql.Date
"
:
{
label
:
'
date
'
,
icon
:
'
fa fa-calendar
'
},
"
java.sql.Time
"
:
{
label
:
'
time
'
,
icon
:
'
fa fa-clock-o
'
},
"
java.sql.Time
"
:
{
label
:
'
time
'
,
icon
:
'
fa fa-clock-o
'
},
"
java.time.LocalDateTime
"
:
{
label
:
'
time
'
,
icon
:
'
fa fa-clock-o
'
},
"
oracle.sql.BLOB
"
:
{
label
:
'
blob
'
,
icon
:
'
fa fa-archive
'
},
"
oracle.sql.BLOB
"
:
{
label
:
'
blob
'
,
icon
:
'
fa fa-archive
'
},
"
oracle.sql.CLOB
"
:
{
label
:
'
clob
'
,
icon
:
'
fa fa-archive
'
},
"
oracle.sql.CLOB
"
:
{
label
:
'
clob
'
,
icon
:
'
fa fa-archive
'
},
"
com.simba.googlebigquery.dsi.dataengine.utilities.TimestampTz
"
:
{
label
:
'
timestamp
'
,
icon
:
'
fa fa-calendar
'
}
"
com.simba.googlebigquery.dsi.dataengine.utilities.TimestampTz
"
:
{
label
:
'
timestamp
'
,
icon
:
'
fa fa-calendar
'
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment