0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use require rather than expanding paths so that the helper is required once More... over 13 years ago
fixing type test and macro test More... over 13 years ago
Merge pull request #62 from shigi/colname More... over 13 years ago
use SQLITE3_UTF8_STR_NEW2 at returning column name More... over 13 years ago
allow true and false as parameters to `enable_load_extension` More... over 13 years ago
Fix backwards compatibility with 1.2.5 with bind vars and `query` method. Fixes #35. More... over 13 years ago
Merge pull request #38 from sj26/master More... over 13 years ago
Protect parameters to custom functions from being garbage collected too soon. Fixes #60. Thanks hirataya! More... over 13 years ago
Merge pull request #59 from richmeyers/sqlite-3.3.6-compat More... over 13 years ago
sqlite 3.3.6 compatibility: fall back from sqlite3_open_v2 to sqlite3_open, readonly databases are not supported by sqlite3_open and will raise a NotImplementedError More... over 13 years ago
sqlite 3.3.6 compatibility: use sqlite3_create_collation instead of sqlite3_create_collation_v2 since xDestroy is set to NULL anyway More... over 13 years ago
sqlite 3.3.6 compatibility: add ifdefs around load_extension/enable_load_extension More... over 13 years ago
sqlite 3.3.6 compatibility: fall back from sqlite3_int64 to sqlite_int64 More... over 13 years ago
sqlite 3.3.6 compatibility: fall back from sqlite3_prepare_v2 to sqlite3_prepare More... over 13 years ago
Prep for 1.3.5 release More... almost 14 years ago
Be able to compile local sqlite under x86_64 More... almost 14 years ago
Update docs in preparation for a release More... almost 14 years ago
Build static with SQLITE_COLUMN_METADATA More... almost 14 years ago
Bump SQLite version used for static builds More... almost 14 years ago
Remove conditions for Bignum statement binding. More... almost 14 years ago
Add missing RDoc gem for Travis CI More... almost 14 years ago
Add Travis CI More... almost 14 years ago
Merge pull request #55 from codeodor/patch-1 More... almost 14 years ago
There seems to be no package "sqlite3-devel" available with yum; there is "sqlite-devel" though. More... almost 14 years ago
Merge pull request #30 from premchai21/master More... almost 14 years ago
Fixed a segv on Databas.new. Fixes #34 (thanks nobu!) More... almost 14 years ago
* Added Statement#clear_bindings! to set bindings back to nil More... almost 14 years ago
Database error is not reset, so don't check it in Statement#reset! More... almost 14 years ago
Adding test to reproduce issue with incorrect reset of the statement if previous execution has raised error. More... almost 14 years ago
Failing test case for #52 More... almost 14 years ago