Commit History

Author SHA1 Message Date
  Danny Milosavljevic e4325a6858 Make it possible to sqlite-finalize the same statement twice. 3 years ago
  Caleb Ristvedt c59db66f9a Reset statement when sqlite-finalize is called on cached statement 3 years ago
  Danny Milosavljevic 8772658fd9 Merge branch 'fix-blob-bug' of dcottingham/guile-sqlite3 into master 3 years ago
  Mathieu Othacehe ff7106bced build: Fix cross-compilation. 5 years ago
  Martin Michel bfbd0731ed feat: Add URI filename interpretation 4 years ago
  Ludovic Courtès 103fa4973b build: Allow builds with Guile 3.0. 4 years ago
  Dave Cottingham 658d003ba0 Add test for blob select bug; fix bug. 4 years ago
  Danny Milosavljevic 4fea703b0d tests: Don't use (unspecified) sqlite-finalize return value. 5 years ago
  Danny Milosavljevic be8ad982a5 tests: Finalize uncached statements. 5 years ago
  Danny Milosavljevic 4c9f5c20f3 tests: Fix sqlite-close test. 5 years ago
  Ludovic Courtès 3dd79b488c Add COPYING.LESSER. 5 years ago
  Ludovic Courtès cd03a677dd build: Use SRFI-64 for tests. 5 years ago
  Ludovic Courtès f7f78a1e31 Add 'sqlite-db?'. 5 years ago
  Ludovic Courtès 94bc732090 Update .gitignore. 5 years ago
  Ludovic Courtès 13a748d5f8 build: Install .go files to /lib/…/site-ccache. 5 years ago
  Ludovic Courtès 945038bb44 Update README and AUTHORS. 5 years ago
  Ludovic Courtès 01565eecc0 build: Adjust 'AC_INIT' use. 5 years ago
  Ludovic Courtès 3215f54262 build: Substitute SQLITE_LIBDIR in sqlite3.scm. 5 years ago
  Ludovic Courtès a24b5c9bbb build: Detect sqlite3. 5 years ago
  civodul 7760d4848b Merge branch 'add-readme' of jonsger/guile-sqlite3 into master 5 years ago
  Jonathan Brielmaier 3a5ccc4545 Add README file. 5 years ago
  Ludovic Courtès b87302f9bc Add 'sqlite-exec'. 5 years ago
  Ludovic Courtès ca3c4d0169 Remove wrong export. 5 years ago
  Danny Milosavljevic a034178870 Add 'sqlite-busy-timeout'. 6 years ago
  Danny Milosavljevic 7005a77da5 Add SQLITE_CONSTRAINT_UNIQUE. 6 years ago
  Ludovic Courtès 10c13a7e02 'sqlite-finalize' is a no-op for cached statements. 6 years ago
  Ludovic Courtès 1cd1dec96a Add 'sqlite-bind-arguments'. 6 years ago
  Danny Milosavljevic 21f35ca875 Add optional statement caching. 6 years ago
  Danny Milosavljevic b8be84bad3 Support named parameters. 6 years ago
  Danny Milosavljevic 88badc30b3 Add constants. 6 years ago