Skip to content

Commit a6d4f7e

Browse files
Added default CFSSqlType -- CF_SQL_CHAR
CFSqlType was missing the default value and leading to the possible impression that it was a required field (despite correctly noting that it's not.)
1 parent b870405 commit a6d4f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/en/cfqueryparam.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"name": "cfsqltype",
2020
"description": "SQL type that parameter (any type) is bound to. As of CF11+ or Lucee4.5+ you can omit the `cf_sql_` prefix. \nSee [CFSqlType Cheatsheet](https://cfdocs.org/cfsqltype-cheatsheet) for a mapping of CFSQL data types to DBMS data types.",
2121
"required": false,
22-
"default": "",
22+
"default": "CF_SQL_CHAR",
2323
"type": "string",
2424
"values": [
2525
"cf_sql_bigint",

0 commit comments

Comments
 (0)