diff --git a/packages/dbgateways/BaseGateway.cfc b/packages/dbgateways/BaseGateway.cfc
index 436164ef1..5669fe296 100644
--- a/packages/dbgateways/BaseGateway.cfc
+++ b/packages/dbgateways/BaseGateway.cfc
@@ -58,7 +58,7 @@
-
+
diff --git a/packages/dbgateways/MSSQL2005Gateway.cfc b/packages/dbgateways/MSSQL2005Gateway.cfc
index ef70c38d6..0764467be 100644
--- a/packages/dbgateways/MSSQL2005Gateway.cfc
+++ b/packages/dbgateways/MSSQL2005Gateway.cfc
@@ -44,8 +44,8 @@
DEFAULT NULL
DEFAULT '#stVal.value#'
-
- DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"hh:mm:s")#'
+
+ DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"HH:mm:s")#'
DEFAULT #stVal.value#
@@ -159,8 +159,8 @@
DEFAULT NULL
DEFAULT '#stVal.value#'
-
- DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"hh:mm:s")#'
+
+ DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"HH:mm:s")#'
DEFAULT #stVal.value#
@@ -298,8 +298,8 @@
DEFAULT NULL
DEFAULT '#stVal.value#'
-
- DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"hh:mm:s")#'
+
+ DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"HH:mm:s")#'
DEFAULT #stVal.value#
diff --git a/packages/dbgateways/MSSQL2012Gateway.cfc b/packages/dbgateways/MSSQL2012Gateway.cfc
index dbab0b9bf..7c9651dbd 100644
--- a/packages/dbgateways/MSSQL2012Gateway.cfc
+++ b/packages/dbgateways/MSSQL2012Gateway.cfc
@@ -50,8 +50,8 @@
DEFAULT NULL
DEFAULT '#stVal.value#'
-
- DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"hh:mm:s")#'
+
+ DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"HH:mm:s")#'
DEFAULT #stVal.value#
@@ -171,8 +171,8 @@
DEFAULT NULL
DEFAULT '#stVal.value#'
-
- DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"hh:mm:s")#'
+
+ DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"HH:mm:s")#'
DEFAULT #stVal.value#
@@ -316,8 +316,8 @@
DEFAULT NULL
DEFAULT '#stVal.value#'
-
- DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"hh:mm:s")#'
+
+ DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"HH:mm:s")#'
DEFAULT #stVal.value#
diff --git a/packages/dbgateways/MSSQLGateway.cfc b/packages/dbgateways/MSSQLGateway.cfc
index a6b47185f..96c43e168 100644
--- a/packages/dbgateways/MSSQLGateway.cfc
+++ b/packages/dbgateways/MSSQLGateway.cfc
@@ -9,7 +9,7 @@
-
+
@@ -129,8 +129,8 @@
DEFAULT NULL
DEFAULT '#stVal.value#'
-
- DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"hh:mm:s")#'
+
+ DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"HH:mm:s")#'
DEFAULT #stVal.value#
@@ -250,8 +250,8 @@
DEFAULT NULL
DEFAULT '#stVal.value#'
-
- DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"hh:mm:s")#'
+
+ DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"HH:mm:s")#'
DEFAULT #stVal.value#
@@ -395,8 +395,8 @@
DEFAULT NULL
DEFAULT '#stVal.value#'
-
- DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"hh:mm:s")#'
+
+ DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"HH:mm:s")#'
DEFAULT #stVal.value#
@@ -861,7 +861,11 @@
-
+
+
+
+
+
diff --git a/packages/dbgateways/MySQLGateway.cfc b/packages/dbgateways/MySQLGateway.cfc
index 9625ec0e4..f5101a93d 100644
--- a/packages/dbgateways/MySQLGateway.cfc
+++ b/packages/dbgateways/MySQLGateway.cfc
@@ -129,8 +129,8 @@
DEFAULT NULL
DEFAULT '#stVal.value#'
-
- DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"hh:mm:s")#'
+
+ DEFAULT '#dateformat(stVal.value,"YYYY-MM-DD")#T#timeformat(stVal.value,"HH:mm:s")#'
DEFAULT #stVal.value#