summaryrefslogtreecommitdiffstats
path: root/lib/sqlite3/errors.rb
Commit message (Collapse)AuthorAgeFilesLines
* Inherit from StandardError for SQLite3 exceptions so that they are caught ↵Rob Holland2008-05-251-1/+1
| | | | with a standard rescue
* kill the paranoid copy of the license at the top of every source fileJamis Buck2008-05-021-32/+0
|
* Parenthesize parameters correctly (closes #3847)Jamis Buck2007-01-131-1/+1
|
* Added missing exceptions (format, range, and NOTADB). Exceptions also now ↵Jamis Buck2005-02-081-4/+20
| | | | have a "code" attribute that is the numeric value of the error that occurred.
* Changed layout to support tagging and branchingJamis Buck2005-01-091-0/+84