We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5a3b2 commit e24f40fCopy full SHA for e24f40f
system/core/database/SchemaInfo.cfc
@@ -191,9 +191,9 @@ component singleton {
191
/**
192
* Get the query param type for a specific datasource for a date/time column
193
*
194
- * @dsn The datasource name
195
- * @username The username to use
196
- * @password The password to use
+ * @dsn The datasource name
+ * @username The username to use
+ * @password The password to use
197
* @deprecated There are no longer any instances where this would be different between engines. Deprecate in 7.x and remove in 8x.
198
*/
199
public string function getQueryParamDateTimeType(
0 commit comments