summaryrefslogtreecommitdiffstats
path: root/lib/sqlite3/database.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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-171-3/+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-171-0/+3
| | | | statement
* 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
| | | | (thanks Tom Moertel, closes #5504)
* 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 ↵Jamis Buck2005-02-071-2/+26
| | | | resultset. This should make it easier to create a sqlite3 adapter for Og.
* If 'Native' driver is not found, opening a second database resulted in a ↵Jamis Buck2005-02-071-1/+1
| | | | NameError because the require would not fail--it would just return false.
* Changed layout to support tagging and branchingJamis Buck2005-01-091-0/+720