Changeset cffi,6 for cffi/doc/notes.html


Ignore:
Timestamp:
02/19/2008 08:12:24 PM (18 years ago)
Author:
raverkamp
revision id:
svn-v3-trunk1:1c22b0a8-4d0b-0410-a296-af6a2e6f35e3:plain-odbc%2Ftrunk:11
Message:

fixed lob parameter handling, fixed tests so they run with sbcl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cffi/doc/notes.html

    r5 r6  
    281281The decimal expansion of 1/7 is periodic, so the digits 0.285 are correct. Thus
    282282MySQL uses the precision of double, but does not return all digits.
    283 
     283<p>
     284
     285<h3>The SQL Parser</h3>
     286The <tt>/* ..*/</tt> comments do not have to be closed:
     287<pre>
     28819]> (exec-query *con3* "select 1 as a /*bla")
     289
     290((1)) ;
     291("a")
     292</pre>
     293Maybe this depends on the version of MySQL or some system parameter.
     294</p>
    284295<h3>Parameters</h3>
    285296<p>
Note: See TracChangeset for help on using the changeset viewer.