summaryrefslogtreecommitdiffstats
path: root/lib/sqlite3/statement.rb
Commit message (Expand)AuthorAgeFilesLines
* Use int_bind64 on Fixnum values larger than a 32bit C int can take.Rob Holland2008-05-121-1/+5
* kill the paranoid copy of the license at the top of every source fileJamis Buck2008-05-021-32/+0
* reset the statement when binding new variables (thanks Mike Kusick, debian bu...Jamis Buck2007-01-131-1/+15
* Get rid of (most of) the warnings when running in -w modeJamis Buck2007-01-131-1/+2
* Allow bignum values to be bound (thanks Timothy Wood, closes #3463)Jamis Buck2007-01-131-0/+2
* Allow bind parameters to be specified without a leading colon. Also allow the...Jamis Buck2007-01-131-2/+3
* Added Database#query and made it possible to close a statement from a results...Jamis Buck2005-02-071-0/+22
* Version bump, and made it so that an array may be passed as the bind paramete...Jamis Buck2005-02-051-1/+1
* Changed layout to support tagging and branchingJamis Buck2005-01-091-0/+218