mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Sql, Doc: tutorial modernization to the new hilighting.
This commit is contained in:
parent
7b13126b72
commit
33f582c75e
2 changed files with 405 additions and 308 deletions
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue