pike.git/
lib/
modules/
__builtin.pmod/
Sql.pmod/
Connection.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-09
2017-11-09 09:05:23 by Stephen R. van den Berg <srb@cuci.nl>
53f964b42590a25705466431640f303dbf91774d (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Spelling fixes.
24:
//! works well. That means at least that SQL integer fields are //! returned as pike integers, floats as floats, SQL NULL as //! @[Val.null], and of course strings still as strings. The
-
//! representation of other SQL types
depend
on the capabilities of
+
//! representation of other SQL types
depends
on the capabilities of
//! the server specific backends. It's also possible that floats in //! some cases are represented in other ways if too much precision is //! lost in the conversion to pike floats.