| Commit message (Expand) | Author | Age | Files | Lines |
| * | indicate github as the source code repository | Jamis Buck | 2008-05-02 | 1 | -6/+2 |
| * | check for TEXT columns before NULL, on the assumption that TEXT will be more ... | Jamis Buck | 2008-01-26 | 1 | -1/+3 |
| * | use if/elsif rather than case, for slight performance improvement (thanks Eri... | Jamis Buck | 2008-01-26 | 1 | -7/+8 |
| * | Add test case to show that type translation must explicitly check for nil values | Jamis Buck | 2008-01-26 | 1 | -0/+13 |
| * | cache the type-name, instead of recomputing it on each request (thanks Erik V... | Jamis Buck | 2008-01-26 | 1 | -3/+6 |
| * | Use #eval instead of #define_method and #send for significant speed-up (thank... | Jamis Buck | 2008-01-26 | 1 | -1/+1 |
| * | ruby 1.9 compatibility tweaks (thanks Roman Le Negrate <roman2k@free.fr>) | Jamis Buck | 2008-01-17 | 6 | -64/+68 |
| * | version bump | Jamis Buck | 2007-02-03 | 1 | -1/+1 |
| * | make the table_info method adjust the returned default value for the rows so ... | Jamis Buck | 2007-01-30 | 3 | -3/+61 |
| * | support for building beta gems | Jamis Buck | 2007-01-29 | 2 | -0/+18 |
| * | Update rdoc task to pass options correctly to rdoc | Jamis Buck | 2007-01-13 | 1 | -1/+1 |
| * | Version bump! | Jamis Buck | 2007-01-13 | 1 | -2/+2 |
| * | a simple batch file to aid in building the library on win32 | Jamis Buck | 2007-01-13 | 1 | -0/+7 |
| * | Include a link to the current SVN repository | Jamis Buck | 2007-01-13 | 1 | -0/+9 |
| * | reset the statement when binding new variables (thanks Mike Kusick, debian bu... | Jamis Buck | 2007-01-13 | 2 | -1/+16 |
| * | Fix another warning (thanks Mike Kasick, debian bug #405612) | Jamis Buck | 2007-01-13 | 1 | -0/+1 |
| * | Add a 'build' task for more easily building the native extension | Jamis Buck | 2007-01-13 | 1 | -0/+8 |
| * | Get more detailed error messages when a DB connection cannot be established (... | Jamis Buck | 2007-01-13 | 1 | -1/+1 |
| * | Get rid of (most of) the warnings when running in -w mode | Jamis Buck | 2007-01-13 | 3 | -3/+4 |
| * | Allow bignum values to be bound (thanks Timothy Wood, closes #3463) | Jamis Buck | 2007-01-13 | 2 | -0/+13 |
| * | deprecate the DL driver | Jamis Buck | 2007-01-13 | 3 | -262/+268 |
| * | Add a test case to make sure table_info works with type-translation active. | Jamis Buck | 2007-01-13 | 1 | -1/+6 |
| * | Allow bind parameters to be specified without a leading colon. Also allow the... | Jamis Buck | 2007-01-13 | 2 | -2/+13 |
| * | Add a test to ensure that bug #2045 is no longer an issue | Jamis Buck | 2007-01-13 | 1 | -6/+20 |
| * | Fix for use of callbacks (busy_handler, set_authorize and trace) (thanks Sylv... | Jamis Buck | 2007-01-13 | 5 | -410/+974 |
| * | Parenthesize parameters correctly (closes #3847) | Jamis Buck | 2007-01-13 | 1 | -1/+1 |
| * | db.transaction should properly catch an exception (closes #3981) | Jamis Buck | 2007-01-13 | 3 | -4/+6 |
| * | Update win32 gemspec | Jamis Buck | 2005-09-11 | 1 | -2/+2 |
| * | Update gemspec and version. Update README with instructions for installation ... | Jamis Buck | 2005-09-11 | 3 | -8/+18 |
| * | Fix a few broken tests (and comment out a few that appear to be broken due to... | Jamis Buck | 2005-09-11 | 6 | -23/+2734 |
| * | Fixed a bug that caused crashes when using type translation with typeless col... | Jamis Buck | 2005-02-15 | 2 | -0/+8 |
| * | ChangeLog is dynamically generated again. | Jamis Buck | 2005-02-15 | 3 | -37/+41 |
| * | Support for solaris. | Jamis Buck | 2005-02-10 | 1 | -1/+1 |
| * | Added missing exceptions (format, range, and NOTADB). Exceptions also now hav... | Jamis Buck | 2005-02-08 | 2 | -4/+74 |
| * | Added Database#query and made it possible to close a statement from a results... | Jamis Buck | 2005-02-07 | 5 | -4/+160 |
| * | If 'Native' driver is not found, opening a second database resulted in a Name... | Jamis Buck | 2005-02-07 | 1 | -1/+1 |
| * | Version bump. | Jamis Buck | 2005-02-06 | 1 | -1/+1 |
| * | Updated changelog. | Jamis Buck | 2005-02-06 | 1 | -0/+4 |
| * | Fixed problem with /usr/local sqlite includes not being found. Hopefully. | Jamis Buck | 2005-02-06 | 1 | -1/+1 |
| * | Updated changelog with latest changes | Jamis Buck | 2005-02-05 | 1 | -0/+6 |
| * | Version bump, and made it so that an array may be passed as the bind paramete... | Jamis Buck | 2005-02-05 | 4 | -4/+10 |
| * | Changed Rakefile to support the static changelog file. | Jamis Buck | 2005-01-31 | 1 | -14/+4 |
| * | Added static changelog | Jamis Buck | 2005-01-31 | 1 | -0/+109 |
| * | Added various bsds to the detection routine in dl/api.rb. | Jamis Buck | 2005-01-31 | 1 | -1/+1 |
| * | Fixed deprecation warnings in faq.rb about Object#id. | Jamis Buck | 2005-01-31 | 1 | -2/+2 |
| * | Changed extconf.rb to allow /usr/local sqlite3 installations to be supported ... | Jamis Buck | 2005-01-25 | 1 | -1/+1 |
| * | Changed layout to support tagging and branching | Jamis Buck | 2005-01-09 | 33 | -0/+6937 |