mfp / ocaml-sqlexpr

Minimalistic syntax extension for type-safe, convenient execution of SQL statements.
Other
86 stars 17 forks source link

Fix compiler warnings 4 and 27 #35

Closed vog closed 5 years ago

vog commented 5 years ago

This fixes the following warnings on [%sqlcheck "sqlite"]:

Warning 4: this pattern-matching is fragile Warning 27: unused variable rc

See #34

mfp commented 5 years ago

Subsumed by #32.