Sql, Doc: tutorial modernization to the new hilighting.

This commit is contained in:
Zbigniew Rębacz 2023-10-01 12:57:10 +02:00
parent 7b13126b72
commit 33f582c75e
2 changed files with 405 additions and 308 deletions

View file

@ -18,5 +18,5 @@ CONSOLE_APP_MAIN
Sql sql(sqlite3);
sql.Execute("select date('now')");
while(sql.Fetch())
Cout() << sql[0];
Cout() << sql[0] << '\n';
}