openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
sqlite3-ruby
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 9 hours
ago.
Sep 06, 2024 — Sep 06, 2025
Showing page 34 of 47
Search / Filter on:
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
Aaron Patterson
More...
over 13 years ago
fixing type test and macro test
Aaron Patterson
More...
over 13 years ago
Merge pull request #62 from shigi/colname
Aaron Patterson
More...
over 13 years ago
use SQLITE3_UTF8_STR_NEW2 at returning column name
Teruki Shigitani
More...
over 13 years ago
allow true and false as parameters to `enable_load_extension`
Aaron Patterson
More...
over 13 years ago
Fix backwards compatibility with 1.2.5 with bind vars and `query` method. Fixes #35.
Aaron Patterson
More...
over 13 years ago
Merge pull request #38 from sj26/master
Aaron Patterson
More...
over 13 years ago
Protect parameters to custom functions from being garbage collected too soon. Fixes #60. Thanks hirataya!
Aaron Patterson
More...
over 13 years ago
Merge pull request #59 from richmeyers/sqlite-3.3.6-compat
Aaron Patterson
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
Rich Meyers
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
Rich Meyers
More...
over 13 years ago
sqlite 3.3.6 compatibility: add ifdefs around load_extension/enable_load_extension
Rich Meyers
More...
over 13 years ago
sqlite 3.3.6 compatibility: fall back from sqlite3_int64 to sqlite_int64
Rich Meyers
More...
over 13 years ago
sqlite 3.3.6 compatibility: fall back from sqlite3_prepare_v2 to sqlite3_prepare
Rich Meyers
More...
over 13 years ago
Prep for 1.3.5 release
Luis Lavena
More...
almost 14 years ago
Be able to compile local sqlite under x86_64
Luis Lavena
More...
almost 14 years ago
Update docs in preparation for a release
Luis Lavena
More...
almost 14 years ago
Build static with SQLITE_COLUMN_METADATA
Luis Lavena
More...
almost 14 years ago
Bump SQLite version used for static builds
Luis Lavena
More...
almost 14 years ago
Remove conditions for Bignum statement binding.
Luis Lavena
More...
almost 14 years ago
Add missing RDoc gem for Travis CI
Luis Lavena
More...
almost 14 years ago
Add Travis CI
Luis Lavena
More...
almost 14 years ago
Merge pull request #55 from codeodor/patch-1
Luis Lavena
More...
almost 14 years ago
There seems to be no package "sqlite3-devel" available with yum; there is "sqlite-devel" though.
Sammy Larbi
More...
almost 14 years ago
Merge pull request #30 from premchai21/master
Aaron Patterson
More...
almost 14 years ago
Fixed a segv on Databas.new. Fixes #34 (thanks nobu!)
Aaron Patterson
More...
almost 14 years ago
* Added Statement#clear_bindings! to set bindings back to nil
Aaron Patterson
More...
almost 14 years ago
Database error is not reset, so don't check it in Statement#reset!
Aaron Patterson
More...
almost 14 years ago
Adding test to reproduce issue with incorrect reset of the statement if previous execution has raised error.
Evgeny Myasishchev
More...
almost 14 years ago
Failing test case for #52
Aaron Patterson
More...
almost 14 years ago
←
1
2
…
30
31
32
33
34
35
36
37
38
…
46
47
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree