issues
search
fukamachi
/
cl-dbi
Database independent interface for Common Lisp
206
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add `disconnect-cached-all`.
#90
fukamachi
closed
2 months ago
0
README: mention the db drivers (required for binaries)
#89
vindarel
closed
2 months ago
1
Json Field Support
#88
hauter
opened
4 months ago
2
Allow to pass application name to the postgres connection.
#87
svetlyak40wt
closed
4 months ago
0
Fix UNBOUND-SLOT of 'postgres query' when throwing a query without fields
#86
fukamachi
closed
4 months ago
0
Add `:format` option to `dbi:fetch` to specify the format for each row
#85
fukamachi
closed
5 months ago
0
Added mechanism so that begin, commit, rollback can be used outside of with-transaction
#84
beberman
opened
6 months ago
3
SSL Error when connecting to MySQL database
#83
nkhan-re
opened
6 months ago
0
Enable customization of 'row-reader in cl-dbi as it is in cl-postgres
#82
thijs
opened
7 months ago
2
add ssl-ca parameter
#81
cxxxr
closed
7 months ago
1
Migrate to Bordeaux-Threads APIv2.
#80
fukamachi
closed
1 year ago
0
Begin/ End transaction - fails on the commit
#79
beberman
opened
1 year ago
4
MySQL unable to load Foreign library
#78
valentin-grilli
opened
1 year ago
3
Clear query cache on disconnect.
#77
fukamachi
closed
1 year ago
0
Fix dbi:ping for PostgreSQL.
#76
fukamachi
closed
1 year ago
0
Function steal-cache-table was made thread-safe.
#75
svetlyak40wt
closed
1 year ago
3
Fix memory leak of MySQL driver
#74
fukamachi
opened
2 years ago
0
MySQL memory leak
#73
simon639
opened
2 years ago
2
unexpected behaviour in insert-into
#72
jnc-nj
closed
3 years ago
0
Make ":binds" of "retrieve-by-sql" into an optional param
#71
TatriX
opened
3 years ago
2
Preparing statement
#70
ghost
closed
2 years ago
2
The id of the new record with PostgreSQL, how?
#69
asarch
opened
3 years ago
0
fix cl-dbi and dbi version mismatch
#68
compufox
closed
3 years ago
1
fix typo
#67
poga
closed
3 years ago
1
Functions connect-cached and get-connection-pool are not thread-safe
#66
svetlyak40wt
opened
4 years ago
4
dbi table exists function?
#65
slyrus
opened
4 years ago
0
f2cfb60: 'Converts Calls With Parameters to `&optional` instead of `&rest`' broke my code
#64
slyrus
opened
4 years ago
1
Range of elements
#63
asarch
opened
4 years ago
1
README: warn on execute's breaking change
#62
vindarel
closed
4 years ago
2
Converts Calls With Parameters to `&optional` instead of `&rest`
#61
kat-co
closed
4 years ago
1
Please Consider Converting `prepare-sql` from Variadic to take in a list
#60
kat-co
closed
4 years ago
2
Preparing statement with lists
#59
simkoc
opened
4 years ago
2
sqlite3 transaction behavior changed
#58
slyrus
opened
4 years ago
0
Added reference for connecting to SQLite3.
#57
gptix
closed
4 years ago
1
Add prepare-cached
#56
fukamachi
closed
3 years ago
1
Delete a dependency on cl-annot.
#55
fukamachi
closed
4 years ago
0
Replace Prove by Rove.
#54
fukamachi
closed
4 years ago
0
@export annotations cause sbcl package variance warnings
#53
slyrus
closed
4 years ago
1
Prevent from stopping while freeing GCed query objects in PostgreSQL driver
#52
fukamachi
closed
4 years ago
0
typo in Usage: Connecting and executing a query
#51
absrnd
closed
4 years ago
1
Refactored the way how transactions and savepoints are handled.
#50
svetlyak40wt
closed
4 years ago
13
cl-dbi:commit should make a non-local exit
#49
svetlyak40wt
closed
4 years ago
9
Add SQL logging
#48
fukamachi
closed
5 years ago
0
Free query resource poc
#47
cage2
closed
5 years ago
1
Non thread safe connect-cached
#46
svetlyak40wt
closed
5 years ago
0
- memory leak regression
#45
cage2
closed
5 years ago
8
- modified the value of 'ping' expression for sqlite driver.
#44
cage2
closed
5 years ago
2
- [sqlite driver] mitigated a memory leak.
#43
cage2
closed
5 years ago
2
Raise a condition in commit/rollback
#42
fukamachi
closed
5 years ago
0
Installation instruction was updated.
#41
svetlyak40wt
closed
5 years ago
1
Next