// file : odb/oracle/query-const-expr.cxx // license : ODB NCUEL; see accompanying LICENSE file #include namespace odb { namespace oracle { // Sun CC cannot handle this in query.cxx. // const query_base query_base::true_expr (true); } }