Changeset error-handling,9


Ignore:
Timestamp:
06/09/2008 01:38:45 AM (18 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
error-handling
parents:
RevTreeChgset
8@error-handling,8[error-handling,8]
2.1.5@error-handling,2.1.5[error-handling,2.1.5]
revision id:
dsowen@fugue88.ws-20080609013845-b666kkm3u5fba2x9
Message:

Merged from vendor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • error-handling/doc/documentation.html

    r2.1.4 r2.1.5  
    3131      On Linux it worked with CMUCL and MySQL. Since the interface to the ODBC library
    3232      is done with
    33       CFFI, plain-odbc should still with on these platforms/systems.
     33      CFFI, plain-odbc should still work on these platforms/systems.
    3434      </p>
    3535    <p>
     
    485485     <p>
    486486      <br><b>[Function]</b><br>
    487       <tt>exec-update*<i>connection sqlstring parameters</i></tt><br>
     487      <tt>exec-update* <i>connection sqlstring parameters</i></tt><br>
    488488      The same as <tt>exec-update</tt>, but the ODBC parameters are passed as a list.
    489489    </p>
     
    497497      <p>
    498498      <br><b>[Function]</b><br>
    499       <tt>exec-command*<i>connection sqlstring parameters</i></tt><br>
     499      <tt>exec-command* <i>connection sqlstring parameters</i></tt><br>
    500500      The same as <tt>exec-command</tt>, but the ODBC parameters are passed as a list.
    501501      </p>
     
    525525    <p>
    526526      <br><b>[Function]</b><br>
    527           <tt>exec-sql*<i>connection sqlstring parameters</i></tt><br>
     527          <tt>exec-sql* <i>connection sqlstring parameters</i></tt><br>
    528528            The same as <tt>exec-sql</tt>, but the ODBC parameters are passed as a list.
    529529    </p>
Note: See TracChangeset for help on using the changeset viewer.