File tree 2 files changed +50
-2
lines changed
reference/sqlite3/sqlite3stmt 2 files changed +50
-2
lines changed Original file line number Diff line number Diff line change 31
31
Either a <type >string</type > (for named parameters) or an <type >int</type >
32
32
(for positional parameters) identifying the statement variable to which the
33
33
value should be bound.
34
- If a named parameter does not start with a colon, it is automatically preprended.
34
+ If a named parameter does not start with a colon (<literal >:</literal >) or an
35
+ at sign (<literal >@</literal >), a colon (<literal >:</literal >) is automatically preprended.
35
36
Positional parameters start with <literal >1</literal >.
36
37
</para >
37
38
</listitem >
112
113
</para >
113
114
</refsect1 >
114
115
116
+ <refsect1 role =" changelog" >
117
+ &reftitle.changelog;
118
+ <informaltable >
119
+ <tgroup cols =" 2" >
120
+ <thead >
121
+ <row >
122
+ <entry >&Version; </entry >
123
+ <entry >&Description; </entry >
124
+ </row >
125
+ </thead >
126
+ <tbody >
127
+ <row >
128
+ <entry >7.4.0</entry >
129
+ <entry >
130
+ <parameter >sql_param</parameter > now also supports the <literal >@param</literal >
131
+ notation.
132
+ </entry >
133
+ </row >
134
+ </tbody >
135
+ </tgroup >
136
+ </informaltable >
137
+ </refsect1 >
138
+
115
139
<refsect1 role =" notes" ><!-- {{{ -->
116
140
&reftitle.notes;
117
141
<caution >
Original file line number Diff line number Diff line change 35
35
Either a <type >string</type > (for named parameters) or an <type >int</type >
36
36
(for positional parameters) identifying the statement variable to which the
37
37
value should be bound.
38
- If a named parameter does not start with a colon, it is automatically preprended.
38
+ If a named parameter does not start with a colon (<literal >:</literal >) or an
39
+ at sign (<literal >@</literal >), a colon (<literal >:</literal >) is automatically preprended.
39
40
Positional parameters start with <literal >1</literal >.
40
41
</para >
41
42
</listitem >
117
118
</para >
118
119
</refsect1 >
119
120
121
+ <refsect1 role =" changelog" >
122
+ &reftitle.changelog;
123
+ <informaltable >
124
+ <tgroup cols =" 2" >
125
+ <thead >
126
+ <row >
127
+ <entry >&Version; </entry >
128
+ <entry >&Description; </entry >
129
+ </row >
130
+ </thead >
131
+ <tbody >
132
+ <row >
133
+ <entry >7.4.0</entry >
134
+ <entry >
135
+ <parameter >sql_param</parameter > now also supports the <literal >@param</literal >
136
+ notation.
137
+ </entry >
138
+ </row >
139
+ </tbody >
140
+ </tgroup >
141
+ </informaltable >
142
+ </refsect1 >
143
+
120
144
<refsect1 role =" examples" >
121
145
&reftitle.examples;
122
146
<para >
You can’t perform that action at this time.
0 commit comments