pike.git/
lib/
modules/
Sql.pmod/
mysql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2022-11-07
2022-11-07 09:50:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f16dbdd8bb12916ab51aa2e2aeb075420f01f0ad (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Sql.mysql: Fix argument type for utf8_encode_query().
425:
} string utf8_encode_query (string q,
-
function(string,
mixed
...:string) encode_fn,
+
function(string,
__unknown__
...:string) encode_fn,
mixed ... extras) //! Encodes the appropriate sections of the query with @[encode_fn]. //! Everything except strings prefixed by an introducer (i.e.