Skip to content

Commit e768dde

Browse files
authored
Merge pull request #1717 from JCOvergaard-at-SBA/patch-1
Added default CFSSqlType -- CF_SQL_CHAR
2 parents eda3562 + a6d4f7e commit e768dde

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)