dzitkowskik / mini-dos

Project for Distributed Operating Systems at Warsaw University of Technology (Mathematics and Computer Science department) Winter 2015
Apache License 2.0
0 stars 0 forks source link

Additional column - row version(id) + Inserts #55

Closed dzitkowskik closed 8 years ago

dzitkowskik commented 8 years ago

Every table in the system should have one more column generated by us called VERSION. This column should be automatically added to table in node when it creates a table. It will be used for version of a row. Additionaly when data is inserted to a row, master in response with metadata sends new generated internal id for this insert. Use it to fill VERSION column when inserting data to node SQLite DB.

davidmigloz commented 8 years ago

Done.