Artifact 0fdf9eeba9fc0ea51e7680e2b8253eafe347784d:
- File bindings/s2/unit2/100-000-vtbl-settingsmetadata.s2 — part of check-in [fdc5e1014e] at 2021-02-11 12:42:23 on branch trunk — Moved C++ and s2 bindings to bindings/{cpp,s2}. Got the C++ bindings compiling for new gcc breakage and new, stricter T-card validation. (user: stephan size: 370)
- File s2/unit2/100-000-vtbl-settingsmetadata.s2 — part of check-in [e3ece3ef7f] at 2014-10-29 09:43:27 on branch trunk — unit test tweak. (user: stephan size: 370)
const f = Fossil.Context.new(); affirm f.db; var count = 0; f.db.each({ sql: 'select * from settingsmetadata', callback: proc(){ ++count; if(1===rowNumber){ //print(__FLC,columnNames); affirm 7 === columnNames.length(); /* TODO: check column names, once they're final */ } } }); affirm count > 10;