summaryrefslogtreecommitdiffstats
path: root/lib/sqlite3/database.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-171-3/+0
* amend rdoc to make it clear to use Statement#execute to execute a prepared st...Rob Holland2008-05-171-0/+3
* 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-021-32/+0
* ruby 1.9 compatibility tweaks (thanks Roman Le Negrate <roman2k@free.fr>)Jamis Buck2008-01-171-1/+0
* Fix another warning (thanks Mike Kasick, debian bug #405612)Jamis Buck2007-01-131-0/+1
* Get more detailed error messages when a DB connection cannot be established (...Jamis Buck2007-01-131-1/+1
* Get rid of (most of) the warnings when running in -w modeJamis Buck2007-01-131-1/+1
* db.transaction should properly catch an exception (closes #3981)Jamis Buck2007-01-131-1/+1
* Added Database#query and made it possible to close a statement from a results...Jamis Buck2005-02-071-2/+26
* If 'Native' driver is not found, opening a second database resulted in a Name...Jamis Buck2005-02-071-1/+1
* Changed layout to support tagging and branchingJamis Buck2005-01-091-0/+720