dcottingham

dcottingham commented on issue guile-sqlite3/guile-sqlite3#6

Build instructions give error on Debian

I said earlier this is in the Ubuntu bug tracker. In fact I can't find it there, but I did find it in the Debian tracker:

5 years ago

dcottingham created pull request guile-sqlite3/guile-sqlite3#9

Patch blob reading bug.

5 years ago

dcottingham opened issue guile-sqlite3/guile-sqlite3#8

Reading a large blob from the database can give the wrong answer

5 years ago

dcottingham commented on issue guile-sqlite3/guile-sqlite3#6

Build instructions give error on Debian

Ran into this on Ubuntu-18.04. The problem is that there is an inconsistency between the way Ubuntu (and I guess Debian) defines the guile autoconf macros, and the way they packaged the guile tools. It's an open issue in the Ubuntu bug tracker (citation needed).

5 years ago

dcottingham pushed to fix-blob-bug at dcottingham/guile-sqlite3

  • 658d003ba0 Add test for blob select bug; fix bug.
  • 4fea703b0d tests: Don't use (unspecified) sqlite-finalize return value. * tests/basic.scm: Don't use (unspecified) sqlite-finalize return value. (sqlite-exec*): Don't use (unspecified) sqlite-finalize return value.
  • be8ad982a5 tests: Finalize uncached statements. * tests/basic.scm (sqlite-exec*): Finalize uncached statements.
  • 4c9f5c20f3 tests: Fix sqlite-close test. * tests/basic.scm: Modify.
  • 3dd79b488c Add COPYING.LESSER. * COPYING.LESSER: New file. * Makefile.am (EXTRA_DIST): Add it.

5 years ago

dcottingham created new branch fix-blob-bug at dcottingham/guile-sqlite3

5 years ago

dcottingham forked a repository to dcottingham/guile-sqlite3

5 years ago