0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 12, 2024 — Aug 12, 2025
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) More... over 17 years ago
Add test case to show that type translation must explicitly check for nil values More... over 17 years ago
cache the type-name, instead of recomputing it on each request (thanks Erik Veenstra) More... over 17 years ago
Use #eval instead of #define_method and #send for significant speed-up (thanks Erik Veenstra) More... over 17 years ago
ruby 1.9 compatibility tweaks (thanks Roman Le Negrate <[email protected]>) More... over 17 years ago
version bump 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 More... over 18 years ago
support for building beta gems More... over 18 years ago
Update rdoc task to pass options correctly to rdoc More... over 18 years ago
Version bump! More... over 18 years ago
a simple batch file to aid in building the library on win32 More... over 18 years ago
Include a link to the current SVN repository More... over 18 years ago
reset the statement when binding new variables (thanks Mike Kusick, debian bug #405614) More... over 18 years ago
Fix another warning (thanks Mike Kasick, debian bug #405612) More... over 18 years ago
Add a 'build' task for more easily building the native extension More... over 18 years ago
Get more detailed error messages when a DB connection cannot be established (thanks Tom Moertel, closes #5504) More... over 18 years ago
Get rid of (most of) the warnings when running in -w mode More... over 18 years ago
Allow bignum values to be bound (thanks Timothy Wood, closes #3463) More... over 18 years ago
deprecate the DL driver More... over 18 years ago
Add a test case to make sure table_info works with type-translation active. More... over 18 years ago
Allow bind parameters to be specified without a leading colon. Also allow them to be specified as a symbol. More... over 18 years ago
Add a test to ensure that bug #2045 is no longer an issue More... over 18 years ago
Fix for use of callbacks (busy_handler, set_authorize and trace) (thanks Sylvain Joyeux, closes #2955) More... over 18 years ago
Parenthesize parameters correctly (closes #3847) More... over 18 years ago
db.transaction should properly catch an exception (closes #3981) More... over 18 years ago
Update win32 gemspec More... almost 20 years ago
Update gemspec and version. Update README with instructions for installation if sqlite3 is installed in a non-standard location. 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. More... almost 20 years ago
Fixed a bug that caused crashes when using type translation with typeless columns (like those from count(*), etc.). More... over 20 years ago
ChangeLog is dynamically generated again. More... over 20 years ago