~ubuntu-branches/ubuntu/quantal/glom/quantal

« back to all changes in this revision

Viewing changes to glom/base_db_table_data.cc

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-01-29 15:18:17 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100129151817-tzpjgd5tuw2pixa4
Tags: 1.13.2-0ubuntu1
* New upstream release.
* Update debian/copyright according to Debian DEP-5 spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
510
510
          std::cerr << "Base_DB_Table_Data::refresh_related_fields(): The result had 0 columns" << std::endl;
511
511
        }
512
512
 
513
 
        for(guint uiCol = 0; uiCol < cols_count; uiCol++)
 
513
        for(guint uiCol = 0; uiCol < cols_count; ++uiCol)
514
514
        {
515
515
#ifdef GLIBMM_EXCEPTIONS_ENABLED        
516
516
          const Gnome::Gda::Value value = result->get_value_at(uiCol, 0 /* row */);