doc/odbc.html in ruby-odbc-0.99994 vs doc/odbc.html in ruby-odbc-0.99995
- old
+ new
@@ -25,11 +25,11 @@
<title>Ruby ODBC Reference</title>
</head>
<body>
<h1><a name="reference">Ruby ODBC Reference</a></h1>
<div class = "lastmodifed">
- Last update: Thu, 16 September 2010
+ Last update: Wed, 13 March 2013
</div>
<hr>
<div>
<h2><a name="ODBC">ODBC</a></h2>
<p>
@@ -704,9 +704,15 @@
<dt><a name="use_utc"><code>use_utc[=<var>bool</var>]</code></a>
<dd>Sets or queries the timezone applied on SQL_DATE, SQL_TIME, and
SQL_TIMESTAMP data types to Ruby objects. When true,
Ruby Date and Time objects are represented in UTC, when
false (default) in the local timezone.
+ <dt><a name="use_sql_column_name">
+ <code>use_sql_column_name[=<var>bool</var>]</code></a>
+ <dd>Sets or queries the flag controlling how column names are
+ read from the data source. When false (default), the ODBC
+ API <code>SQLColAttributes(SQL_COLUMN_LABEL)</code> is used,
+ otherwise <code>SQLColAttributes(SQL_COLUMN_NAME)</code> is used.
</dl>
<h3>singleton methods:</h3>
<dl>
<dt><a name="ODBC::new"><code>new</code></a>
<dd>Creates an unconnected ODBC object, e.g. for a later