Danny Milosavljevic dannym

dannym closed pull request guile-sqlite3/guile-sqlite3#7

Change the readme to a .md

1 year ago

dannym commented on issue guile-sqlite3/guile-sqlite3#7

Change the readme to a .md

Sure, why not.

1 year ago

dannym pushed to master at guile-sqlite3/guile-sqlite3

1 year ago

dannym pushed to master at dannym/cargoless-rust-experiments

  • 9c8bd1c66c antioxidant: Fix license field (syntactically) of rust-lebe, rust-exr, rust-pico-args. * antioxidant-packages.scm (rust-lebe): Fix license syntactically. (rust-exr): Fix license syntactically. (rust-pico-args): Fix license syntactically.

1 year ago

dannym forked a repository to dannym/cargoless-rust-experiments

1 year ago

dannym pushed tag v0.1.3 to guile-sqlite3/guile-sqlite3

4 years ago

dannym pushed to master at guile-sqlite3/guile-sqlite3

  • 9405dda613 Add trace support. * sqlite3.scm.in (SQLITE_TRACE_STMT, SQLITE_TRACE_PROFILE, SQLITE_TRACE_ROW, SQLITE_TRACE_CLOSE): New variables, (sqlite-expanded-sql, sqlite-trace): new procedures. * tests/basic.scm ("trace"): New associated test case.

4 years ago

dannym merged pull request guile-sqlite3/guile-sqlite3#16

Add trace support.

4 years ago

dannym closed pull request guile-sqlite3/guile-sqlite3#16

Add trace support.

4 years ago

dannym merged pull request guile-sqlite3/guile-sqlite3#15

Clean-up whitespaces

4 years ago

dannym closed pull request guile-sqlite3/guile-sqlite3#15

Clean-up whitespaces

4 years ago

dannym closed issue guile-sqlite3/guile-sqlite3#14

Repeated statement finalization no longer works

4 years ago

dannym commented on issue guile-sqlite3/guile-sqlite3#14

Repeated statement finalization no longer works

Fixed in guile-sqlite 0.1.2.

4 years ago

dannym pushed tag v0.1.2 to guile-sqlite3/guile-sqlite3

4 years ago

dannym deleted tag v0.1.2 at guile-sqlite3/guile-sqlite3

4 years ago

dannym pushed tag v0.1.2 to guile-sqlite3/guile-sqlite3

4 years ago

dannym pushed to master at guile-sqlite3/guile-sqlite3

  • e4325a6858 Make it possible to sqlite-finalize the same statement twice. * sqlite3.scm.in (sqlite-finalize): Make it possible to finalize twice. * tests/basic.scm: Add test for finalizing the same statement twice.

4 years ago

dannym pushed tag v0.1.1 to guile-sqlite3/guile-sqlite3

4 years ago

dannym pushed tag v0.1.1 to guile-sqlite3/guile-sqlite3

4 years ago

dannym pushed to master at guile-sqlite3/guile-sqlite3

  • c59db66f9a Reset statement when sqlite-finalize is called on cached statement Automatically-started transactions only end when a statement finishes, which is normally either when sqlite-reset or sqlite-finalize is called for that statement. Consequently, transactions automatically started by cached statements won't end until the statement is next reused by sqlite-prepare or sqlite-reset is called on it. This changes sqlite-finalize so that it preserves the statement-finishing (and thus transaction-finishing) behavior of sqlite_finalize.

4 years ago