Caleb Ristvedt
|
c59db66f9a
Reset statement when sqlite-finalize is called on cached statement
|
4 years ago |
Danny Milosavljevic
|
8772658fd9
Merge branch 'fix-blob-bug' of dcottingham/guile-sqlite3 into master
|
4 years ago |
Mathieu Othacehe
|
ff7106bced
build: Fix cross-compilation.
|
5 years ago |
Martin Michel
|
bfbd0731ed
feat: Add URI filename interpretation
|
5 years ago |
Ludovic Courtès
|
103fa4973b
build: Allow builds with Guile 3.0.
|
5 years ago |
Dave Cottingham
|
658d003ba0
Add test for blob select bug; fix bug.
|
5 years ago |
Danny Milosavljevic
|
4fea703b0d
tests: Don't use (unspecified) sqlite-finalize return value.
|
6 years ago |
Danny Milosavljevic
|
be8ad982a5
tests: Finalize uncached statements.
|
6 years ago |
Danny Milosavljevic
|
4c9f5c20f3
tests: Fix sqlite-close test.
|
6 years ago |
Ludovic Courtès
|
3dd79b488c
Add COPYING.LESSER.
|
6 years ago |
Ludovic Courtès
|
cd03a677dd
build: Use SRFI-64 for tests.
|
6 years ago |
Ludovic Courtès
|
f7f78a1e31
Add 'sqlite-db?'.
|
6 years ago |
Ludovic Courtès
|
94bc732090
Update .gitignore.
|
6 years ago |
Ludovic Courtès
|
13a748d5f8
build: Install .go files to /lib/…/site-ccache.
|
6 years ago |
Ludovic Courtès
|
945038bb44
Update README and AUTHORS.
|
6 years ago |
Ludovic Courtès
|
01565eecc0
build: Adjust 'AC_INIT' use.
|
6 years ago |
Ludovic Courtès
|
3215f54262
build: Substitute SQLITE_LIBDIR in sqlite3.scm.
|
6 years ago |
Ludovic Courtès
|
a24b5c9bbb
build: Detect sqlite3.
|
6 years ago |
civodul
|
7760d4848b
Merge branch 'add-readme' of jonsger/guile-sqlite3 into master
|
6 years ago |
Jonathan Brielmaier
|
3a5ccc4545
Add README file.
|
6 years ago |
Ludovic Courtès
|
b87302f9bc
Add 'sqlite-exec'.
|
6 years ago |
Ludovic Courtès
|
ca3c4d0169
Remove wrong export.
|
6 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 |
Ludovic Courtès
|
e337661072
build: Adjust test machinery to current Automake.
|
6 years ago |