aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/query-const-expr.cxx
blob: 09f16d2e875f7b6cab9718cc7dc7bd7c90dfca46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : odb/pgsql/query-const-expr.cxx
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#include <odb/pgsql/query.hxx>

namespace odb
{
  namespace pgsql
  {
    // Sun CC cannot handle this in query.cxx.
    //
    const query_base query_base::true_expr (true);
  }
}