mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-01 02:15:54 -04:00
this is a more "clean" conversion to 64 bit than the type-fixups branch, which does borrow some elements from it but has far less find and replace...it is about 98-99% done, notes to follow later
This commit is contained in:
@@ -127,7 +127,7 @@ void DB::OCIQueryImpl::preprocessBinds()
|
||||
(*i)->indicator=-1;
|
||||
else
|
||||
{
|
||||
(*i)->length=(unsigned short)*((*i)->owner->getIndicator()); //TODO: something better
|
||||
(*i)->length=(uint16_t)*((*i)->owner->getIndicator()); //TODO: something better
|
||||
(*i)->indicator=1;
|
||||
if ((*i)->stringAdjust)
|
||||
++(*i)->length; //TODO: This feels like a hack
|
||||
|
||||
Reference in New Issue
Block a user