Allow the types of parameters to PREPARE to be inferred. If a parameter's

Neil Conway <neilc@samurai.com>

Commit: 106a3695f588a1efd4d68e40fd175a6ee6a3ae84
Author: Neil Conway <neilc@samurai.com>
Date: 2006-01-15T22:18:47Z
Releases: 8.2.0
Allow the types of parameters to PREPARE to be inferred. If a parameter's
data type is unspecified or is declared to be "unknown", the type will
be inferred from the context in which the parameter is used. This was
already possible for protocol-level prepared statements.

Files