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 10 hours
ago. based on code collected
about 10 hours
ago.
Aug 12, 2024 — Aug 12, 2025
Showing page 46 of 47
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
use if/elsif rather than case, for slight performance improvement (thanks Erik Veenstra)
Jamis Buck
More...
over 17 years ago
Add test case to show that type translation must explicitly check for nil values
Jamis Buck
More...
over 17 years ago
cache the type-name, instead of recomputing it on each request (thanks Erik Veenstra)
Jamis Buck
More...
over 17 years ago
Use #eval instead of #define_method and #send for significant speed-up (thanks Erik Veenstra)
Jamis Buck
More...
over 17 years ago
ruby 1.9 compatibility tweaks (thanks Roman Le Negrate <
[email protected]
>)
Jamis Buck
More...
over 17 years ago
version bump
Jamis Buck
More...
over 18 years ago
make the table_info method adjust the returned default value for the rows so that the sqlite3 change in 3.3.8 and greater can be handled transparently
Jamis Buck
More...
over 18 years ago
support for building beta gems
Jamis Buck
More...
over 18 years ago
Update rdoc task to pass options correctly to rdoc
Jamis Buck
More...
over 18 years ago
Version bump!
Jamis Buck
More...
over 18 years ago
a simple batch file to aid in building the library on win32
Jamis Buck
More...
over 18 years ago
Include a link to the current SVN repository
Jamis Buck
More...
over 18 years ago
reset the statement when binding new variables (thanks Mike Kusick, debian bug #405614)
Jamis Buck
More...
over 18 years ago
Fix another warning (thanks Mike Kasick, debian bug #405612)
Jamis Buck
More...
over 18 years ago
Add a 'build' task for more easily building the native extension
Jamis Buck
More...
over 18 years ago
Get more detailed error messages when a DB connection cannot be established (thanks Tom Moertel, closes #5504)
Jamis Buck
More...
over 18 years ago
Get rid of (most of) the warnings when running in -w mode
Jamis Buck
More...
over 18 years ago
Allow bignum values to be bound (thanks Timothy Wood, closes #3463)
Jamis Buck
More...
over 18 years ago
deprecate the DL driver
Jamis Buck
More...
over 18 years ago
Add a test case to make sure table_info works with type-translation active.
Jamis Buck
More...
over 18 years ago
Allow bind parameters to be specified without a leading colon. Also allow them to be specified as a symbol.
Jamis Buck
More...
over 18 years ago
Add a test to ensure that bug #2045 is no longer an issue
Jamis Buck
More...
over 18 years ago
Fix for use of callbacks (busy_handler, set_authorize and trace) (thanks Sylvain Joyeux, closes #2955)
Jamis Buck
More...
over 18 years ago
Parenthesize parameters correctly (closes #3847)
Jamis Buck
More...
over 18 years ago
db.transaction should properly catch an exception (closes #3981)
Jamis Buck
More...
over 18 years ago
Update win32 gemspec
Jamis Buck
More...
almost 20 years ago
Update gemspec and version. Update README with instructions for installation if sqlite3 is installed in a non-standard location.
Jamis Buck
More...
almost 20 years ago
Fix a few broken tests (and comment out a few that appear to be broken due to sqlite3 bugs). Add a pre-built sqlite3_api_wrap.c and make the extconf.rb not try to build it every time. Make extconf.rb die if asked to build the wrap.c file and swig is not installed.
Jamis Buck
More...
almost 20 years ago
Fixed a bug that caused crashes when using type translation with typeless columns (like those from count(*), etc.).
Jamis Buck
More...
over 20 years ago
ChangeLog is dynamically generated again.
Jamis Buck
More...
over 20 years ago
←
1
2
…
39
40
41
42
43
44
45
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