- Timestamp:
- May 27, 2016 1:36:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testbox.py
r61220 r61221 523 523 524 524 # Would be easier to do this using an insert or update hook, I think. Much easier. 525 526 ## 527 ## @todo The table is growing too fast. Rows are too long. Mixing data from here and there. Split it and 528 ## rethink storage and update strategy! 529 ## 530 525 531 self._oDb.execute('INSERT INTO TestBoxes (\n' 526 532 ' idGenTestBox,\n' … … 550 556 ' cMbMemory,\n' 551 557 ' cMbScratch,\n' 558 ' sReport,\n' 552 559 ' iTestBoxScriptRev,\n' 553 560 ' iPythonHexVersion,\n' … … 580 587 ' cMbMemory,\n' 581 588 ' cMbScratch,\n' 589 ' sReport,\n' 582 590 ' iTestBoxScriptRev,\n' 583 591 ' iPythonHexVersion,\n'
Note:
See TracChangeset
for help on using the changeset viewer.