Re: guile-sqlite3 - patch

2012-01-23 Thread Andy Wingo
Pushed both of these patches; thanks! Andy -- http://wingolog.org/

guile-sqlite3 - patch

2012-01-20 Thread David Pirotte
Hello, Attached is a patch which changes the sqlite-open default optional flags argument value. If I am not misunderstanding the API doc and the intention behind the union of both sqlite3_open and sqlite3_open_v2 into a single sqlite-open procedure with optional arguments, then the default val

guile-sqlite3 - patch

2012-01-20 Thread David Pirotte
Hello, Attached is a patch which defines and export sqlite3_enable_load_extension Cheers, David>From 866e578beaf1eb89b1bb80b9c6347f62e8ee5c60 Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Fri, 20 Jan 2012 14:38:13 -0200 Subject: [PATCH] sqlite3_enable_load_extension, added Extension loadin