pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-03
2013-11-03 17:32:54 by Arne Goedeke <el@laramies.com>
15feac46d58d071cc39b66ceee42a4f208789fb5 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
corrected comment about Mysql.Error
463:
o Mysql + Added support more modern client libraries (incl. MariaDB)
-
+
The
errors
thrown
are
now
objects
that
will
allow
easy
access
to
-
more
information about the
error.
+
+
Mysql.mysql
now
has
methods
to
query
the
id
or
SQLSTATE
of
the
+
last
error.
o Protocols.DNS + Prevent endless loops in maliciously crafted domain names.