C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa 7571535ff4 added comments to PostgreSQLQueryResult::get_value_from_result():
* in the future we can use single row mode:
 * https://www.postgresql.org/docs/10/libpq-single-row-mode.html
 *
 * or just cursors from database:
 * https://www.postgresql.org/docs/current/sql-fetch.html




git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1230 e52654a7-88a9-db11-a3e9-0013d4bc506e
2019-11-22 13:40:30 +00:00
samples fixed: a parent key was not properly set to simple childs (insert statements) 2019-09-24 17:08:45 +00:00
src added comments to PostgreSQLQueryResult::get_value_from_result(): 2019-11-22 13:40:30 +00:00