summaryrefslogtreecommitdiffstats
Commit message (Collapse)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 ↵Rob Holland2008-05-251-1/+1
| | | | | | | | with a standard rescue
* | 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
| | | | | | | | This updates the swig-generated C file, so that people can build sqlite3-ruby without needing swig around. Also, the makefile is built on-demand by extconf.rb so we don't need it in the repo.
* | 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
| | | | | | | | Also update the Rakefile and gemspecs to reference the new CHANGELOG.rdoc README.rdoc.
* | 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
|/ | | | Contributed by Łukasz Dargiewicz <lukasz.dargiewicz@gmail.com>
* 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 ↵Rob Holland2008-05-171-0/+3
| | | | statement
* Revert "amend rdoc to make it clear to use Statement#execute to execute a ↵Rob Holland2008-05-172-8/+0
| | | | | | | | prepared statement" Included some portability work by mistake. This reverts commit 36ff0b85ed9049a63cc3b66533282e730a7db398.
* amend rdoc to make it clear to use Statement#execute to execute a prepared ↵Rob Holland2008-05-172-0/+8
| | | | statement
* 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 ↵Rob Holland2008-05-121-0/+3
| | | | produce a more informative error code upon a failure from sqlite3_step.
* 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 ↵Rob Holland2008-05-111-2/+2
| | | | to using sleep instead of usleep can still pass the tests.
* Adjust test cases such that there is no possibility of using the same ↵Rob Holland2008-05-111-64/+74
| | | | database handle from more than one thread, as per the SQLite usage API requirements.
* 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
| | | | common than NULL (thanks Erik Veenstra)
* use if/elsif rather than case, for slight performance improvement (thanks ↵Jamis Buck2008-01-261-7/+8
| | | | Erik Veenstra)
* 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 ↵Jamis Buck2008-01-261-3/+6
| | | | Veenstra)
* Use #eval instead of #define_method and #send for significant speed-up ↵Jamis Buck2008-01-261-1/+1
| | | | (thanks Erik Veenstra)
* 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
| | | | that the sqlite3 change in 3.3.8 and greater can be handled transparently
* 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
|