summaryrefslogtreecommitdiffstats
path: root/lib/sqlite3/resultset.rb
Commit message (Expand)AuthorAgeFilesLines
* Work around a quirk in SQLite's error reporting by calling sqlite3_reset to p...Rob Holland2008-05-121-0/+3
* kill the paranoid copy of the license at the top of every source fileJamis Buck2008-05-021-32/+0
* 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
* reset the statement when binding new variables (thanks Mike Kusick, debian bu...Jamis Buck2007-01-131-0/+1
* Added Database#query and made it possible to close a statement from a results...Jamis Buck2005-02-071-0/+17
* Changed layout to support tagging and branchingJamis Buck2005-01-091-0/+172