graf0

Results 14 comments of graf0

straight forward implementation is easy - but it breadks backwards compatiblity - we need to extend BestIndex function by 1 argument coUsed and pass 64-bit integer through that. If changing...

I'm quite new to python so sorry for possiblly basic question, but how to build libzt for python on windows? I've tired to install visual studio build tools 2019 (they...

> sys.path[0] is the external path where the pywin32 files were stored (eg using pyoxidizer's 'files' mode or a resource callback hook, and python_config.module_search_paths = ["$ORIGIN/ext"]). Could you give example...

Hello! > The Linux builds with _libsqlite3_ fail with: > > ``` > === RUN TestBlobRead > blob_io_test.go:46: no such vfs: memdb > --- FAIL: TestBlobRead (0.00s) > ``` >...

sugested fix (will work with any version of sqlite): ```diff diff --git a/blob_io_test.go b/blob_io_test.go index 3e6fb91..b98df8d 100644 --- a/blob_io_test.go +++ b/blob_io_test.go @@ -25,12 +25,14 @@ var _ io.Closer = &SQLiteBlob{}...

imho ticket list checking/unchecking could be just hidden entry in ticket history. The clue of feature is: checklist should be visible in one place, not scattered over ticket with more...

Hi, I think good example of how it could be done is apsw package from python - https://github.com/rogerbinns/apsw/ Trying to translate that into ruby world & terminology: First you should...

Hi, what do you think? Is this design ok? Bye

Virtual tables could be used to access data outside of sqlite just like other tables. Ie.: you can query running processes, list currently running EC instances on AWS, or content...

is there a chance to merge vtable feature into sqlite3 gem?