<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -224,6 +224,7 @@ let is_autoid f = match f.f_info with Internal_autoid -&gt; true | _ -&gt; false
 
 (* return index in list or Not_found *)
 exception Found_item of int
+exception Not_found
 let listi fn l = try 
     ignore(List.fold_left (fun a b -&gt; 
       if fn b then raise (Found_item a) else a+1</diff>
      <filename>lib/sql_types.ml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb3e20e383c24f20c4e70ebd2ef4cffdbd1e63ee</id>
    </parent>
  </parents>
  <author>
    <name>Thomas Gazagnaire</name>
    <email>thomas@gazagnaire.com</email>
  </author>
  <url>http://github.com/avsm/ocaml-orm-sqlite/commit/40be9085b2d45ea389e9db37bc0a6602c3fa193e</url>
  <id>40be9085b2d45ea389e9db37bc0a6602c3fa193e</id>
  <committed-date>2009-10-29T09:26:03-07:00</committed-date>
  <authored-date>2009-10-29T09:26:03-07:00</authored-date>
  <message>Do not confuse type-conv with an unexpected raising of Not_found. That solve the weird bug when compiling lib_test/bug.ml.

Need to continue fixing stuff to be able to compile bug.ml though ...</message>
  <tree>9fbde18ca5abc00ec1d6f9fb1dcf16fc88c48313</tree>
  <committer>
    <name>Thomas Gazagnaire</name>
    <email>thomas@gazagnaire.com</email>
  </committer>
</commit>
