pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:31 by Arne Goedeke <el@laramies.com>
134cd3cd522bd3d2d611fe23f148a0f7a5b8e9cb (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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.