From c0b30bd6639ad43efbb8d7723ad0ad8c7b3991e0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 22 Jan 2012 15:44:52 +0200 Subject: Rename range to precision in Oracle generator --- odb/relational/oracle/context.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odb/relational/oracle/context.hxx') diff --git a/odb/relational/oracle/context.hxx b/odb/relational/oracle/context.hxx index e130dfa..ea81136 100644 --- a/odb/relational/oracle/context.hxx +++ b/odb/relational/oracle/context.hxx @@ -55,14 +55,14 @@ namespace relational }; sql_type () : - type (invalid), range (false), scale (false), byte_semantics (true) + type (invalid), prec (false), scale (false), byte_semantics (true) { } core_type type; - bool range; - unsigned short range_value; // Oracle max value is 4000. + bool prec; + unsigned short prec_value; // Oracle max value is 4000. bool scale; short scale_value; // Oracle min value is -84. Max value is 127. -- cgit v1.1