~ubuntu-branches/ubuntu/precise/glom/precise

« back to all changes in this revision

Viewing changes to glom/libglom/connectionpool.cc

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2011-09-13 11:04:29 UTC
  • mfrom: (1.1.46 upstream)
  • Revision ID: package-import@ubuntu.com-20110913110429-39c9eh8ez2qg0aq4
Tags: 1.18.3-0ubuntu1
* New upstream release, fixes FTBFS (LP: #749267).
* debian/watch: updated.
* Updated to 1.18 ABI.
* debian/control: 
  - update build depends,
  - added libxml++2.6-dev depends to libglom-1.18-dev (LP: #736913).
* Use dh_python2.
* Don't ship internal libjs-underscore, use system version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
514
514
  return m_pFieldTypes;
515
515
}
516
516
 
517
 
Glib::ustring ConnectionPool::get_string_find_operator() const
 
517
Gnome::Gda::SqlOperatorType ConnectionPool::get_string_find_operator() const
518
518
{
519
519
  g_assert(m_backend.get());
520
520
  return m_backend->get_string_find_operator();
569
569
  {
570
570
    Glib::RefPtr<Gnome::Gda::Connection> gda_connection = sharedconnection->get_gda_connection();
571
571
 
572
 
    typedef std::list< Glib::RefPtr<Gnome::Gda::ConnectionEvent> > type_list_errors;
 
572
    typedef std::vector< Glib::RefPtr<Gnome::Gda::ConnectionEvent> > type_list_errors;
573
573
    type_list_errors list_errors = gda_connection->get_events();
574
574
 
575
575
    if(!list_errors.empty())