rothgar / gosqlite

Automatically exported from code.google.com/p/gosqlite
0 stars 0 forks source link

does not compile with release.2010-09-29 #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
diff -r e693baee322d sqlite/sqlite.go
--- a/sqlite/sqlite.go  Wed Aug 25 18:43:58 2010 -0400
+++ b/sqlite/sqlite.go  Mon Oct 04 11:30:06 2010 +0200
@@ -133,7 +133,7 @@
        return err
    }
    defer s.Finalize()
-   err = s.Exec(args)
+   err = s.Exec(args...)
    if err != nil {
        return err
    }

Original issue reported on code.google.com by fiber...@gmail.com on 4 Oct 2010 at 9:31

GoogleCodeExporter commented 8 years ago
i can confirm it compiles with this change

Original comment by sor...@gmail.com on 10 Oct 2010 at 1:54