summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added authors fileHEADmasterChris Alfonso2008-07-141-0/+3
* Adding the gemspecs and the Rakefiles to the packaged gemMatt Hicks2008-07-131-1/+1
* Fix linking against Ruby 1.8.5Rob Holland2008-06-231-0/+8
* set the release dateJamis Buck2008-05-311-1/+1
* Merge branch 'robholland/master'Jamis Buck2008-05-301-1/+1
|\
| * Inherit from StandardError for SQLite3 exceptions so that they are caught wit...Rob Holland2008-05-251-1/+1
* | make sure the Makefile gets cleaned up via rake cleanJamis Buck2008-05-301-1/+1
* | don't need the svn-to-changelog converter anymore, now that we're on gitJamis Buck2008-05-301-29/+0
* | Update the sqlite3-api wrapper implementation.Jamis Buck2008-05-303-261/+120
* | version bumpJamis Buck2008-05-301-1/+1
* | Add a .gitignore fileJamis Buck2008-05-301-0/+3
* | rename README to README.rdoc.Jamis Buck2008-05-304-21/+12
* | use a real CHANGELOG to track significant changes in a human-readable fashionJamis Buck2008-05-301-0/+33
* | unquote double-quoted values, too.Jamis Buck2008-05-301-0/+2
|/
* Add test for defaults from Daniel Rodríguez TroitiñoRob Holland2008-05-191-0/+11
* add missing requireRob Holland2008-05-191-0/+1
* add missing requireRob Holland2008-05-191-0/+1
* rename data structures to avoid collion on win32. based on patch by: Luis LavenaRob Holland2008-05-191-8/+8
* check for the rt library and fdatasync so we link against that when neededRob Holland2008-05-191-0/+3
* use Date directly for parsing rather than going via TimeRob Holland2008-05-171-1/+1
* be more granular with time/data translationRob Holland2008-05-172-5/+19
* amend rdoc to make it clear to use Statement#execute to execute a prepared st...Rob Holland2008-05-171-0/+3
* Revert "amend rdoc to make it clear to use Statement#execute to execute a pre...Rob Holland2008-05-172-8/+0
* amend rdoc to make it clear to use Statement#execute to execute a prepared st...Rob Holland2008-05-172-0/+8
* switch to mochaRob Holland2008-05-151-3/+2
* small style fixRob Holland2008-05-151-1/+1
* doc fix from rubyforge [#16451]Rob Holland2008-05-151-1/+1
* Move to mocha instead of flexmock.Rob Holland2008-05-132-80/+69
* Add missing method, just becauseRob Holland2008-05-131-0/+1
* Work around a quirk in SQLite's error reporting by calling sqlite3_reset to p...Rob Holland2008-05-121-0/+3
* Use int_bind64 on Fixnum values larger than a 32bit C int can take.Rob Holland2008-05-123-112/+116
* Use true/false for the busy_handler return value as the rdoc suggests.Rob Holland2008-05-111-2/+2
* Up the busy_timeout test time so that systems on which SQLite has reverted to...Rob Holland2008-05-111-2/+2
* Adjust test cases such that there is no possibility of using the same databas...Rob Holland2008-05-111-64/+74
* Correct busy_handler documentationRob Holland2008-05-071-4/+4
* kill the paranoid copy of the license at the top of every source fileJamis Buck2008-05-0219-610/+0
* use a more recent email addressJamis Buck2008-05-021-1/+1
* indicate github as the source code repositoryJamis Buck2008-05-021-6/+2
* check for TEXT columns before NULL, on the assumption that TEXT will be more ...Jamis Buck2008-01-261-1/+3
* use if/elsif rather than case, for slight performance improvement (thanks Eri...Jamis Buck2008-01-261-7/+8
* Add test case to show that type translation must explicitly check for nil valuesJamis Buck2008-01-261-0/+13
* cache the type-name, instead of recomputing it on each request (thanks Erik V...Jamis Buck2008-01-261-3/+6
* Use #eval instead of #define_method and #send for significant speed-up (thank...Jamis Buck2008-01-261-1/+1
* ruby 1.9 compatibility tweaks (thanks Roman Le Negrate <roman2k@free.fr>)Jamis Buck2008-01-176-64/+68
* version bumpJamis Buck2007-02-031-1/+1
* make the table_info method adjust the returned default value for the rows so ...Jamis Buck2007-01-303-3/+61
* support for building beta gemsJamis Buck2007-01-292-0/+18
* Update rdoc task to pass options correctly to rdocJamis Buck2007-01-131-1/+1
* Version bump!Jamis Buck2007-01-131-2/+2
* a simple batch file to aid in building the library on win32Jamis Buck2007-01-131-0/+7