emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69292: closed ([PATCH 0/6] Prepare the database code for use in the


From: GNU bug Tracking System
Subject: bug#69292: closed ([PATCH 0/6] Prepare the database code for use in the daemon)
Date: Wed, 03 Apr 2024 17:37:01 +0000

Your message dated Wed, 03 Apr 2024 18:36:04 +0100
with message-id <87y19uic1n.fsf@cbaines.net>
and subject line Re: [bug#69292] [PATCH 0/6] Prepare the database code for use 
in the daemon
has caused the debbugs.gnu.org bug report #69292,
regarding [PATCH 0/6] Prepare the database code for use in the daemon
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69292: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69292
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/6] Prepare the database code for use in the daemon Date: Tue, 20 Feb 2024 19:20:45 +0000 User-agent: mu4e 1.10.8; emacs 29.1
These changes prepare the database module for use in a Guile
implementation of the guix-daemon.

There's quite a few procedures that need adding, but these changes just
adapt the existing functionality in to something that can be built on.


Christopher Baines (6):
  store: database: Remove call-with-savepoint and associated code.
  store: database: Remove with-statement and associated code.
  store: database: Inline SQL to where it's used.
  store: database: Stop finalizing prepared statements.
  store: database: Refactor sqlite-register.
  store: database: Rename a couple of procedures.

 .dir-locals.el          |   3 -
 guix/store/database.scm | 273 +++++++++++++++++-----------------------
 2 files changed, 112 insertions(+), 164 deletions(-)


base-commit: f4af19b037826cad90bbcfe400ad864f028cc7d8
-- 
2.41.0

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#69292] [PATCH 0/6] Prepare the database code for use in the daemon Date: Wed, 03 Apr 2024 18:36:04 +0100 User-agent: mu4e 1.12.2; emacs 29.3
Christopher Baines <mail@cbaines.net> writes:

> These changes prepare the database module for use in a Guile
> implementation of the guix-daemon.
>
> There's quite a few procedures that need adding, but these changes just
> adapt the existing functionality in to something that can be built on.
>
>
> Christopher Baines (6):
>   store: database: Remove call-with-savepoint and associated code.
>   store: database: Remove with-statement and associated code.
>   store: database: Inline SQL to where it's used.
>   store: database: Stop finalizing prepared statements.
>   store: database: Refactor sqlite-register.
>   store: database: Rename a couple of procedures.
>
>  .dir-locals.el          |   3 -
>  guix/store/database.scm | 273 +++++++++++++++++-----------------------
>  2 files changed, 112 insertions(+), 164 deletions(-)

I've pushed these to master as c9cd16c630ccba655b93ff32fd9a99570b4f5373.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]