vision-dbms / vision

The master repository for the Vision database system.
https://vision-dbms.com
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

Release 8.1 can now bootstrap new databases. #7

Closed MichaelJCaruso closed 7 years ago

MichaelJCaruso commented 7 years ago

During the development of 8.1, the definition of RTYPE_C_ValueStore's 'setColumnPtr:' bootstrap debugger method was temporarily disabled while the machinery for its reimplementation was being developed. While the machinery was eventually reimplemented, 'setColumnPtr:' remained disabled, rendering it unable to bootstrap new databases. This commit corrects that problem.