Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 12
and
Version 13
of
FDORfc30
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/21/08 09:18:14 (
16 years
ago)
Author:
brentrobinson
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
FDORfc30
v12
v13
147
147
FdoBoolean truncate = false
148
148
);
149
150
FDO_API static FdoBLOBValue* FdoBLOBValue::Create(
151
FdoDataValue* src,
152
FdoBoolean nullIfIncompatible = false,
153
FdoBoolean shift = true,
154
FdoBoolean truncate = false
155
);
149
156
}}}
150
157