summaryrefslogtreecommitdiffstats
path: root/lib/sqlite3/statement.rb
Commit message (Collapse)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 ↵Jamis Buck2007-01-131-1/+15
| | | | bug #405614)
* 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 ↵Jamis Buck2007-01-131-2/+3
| | | | them to be specified as a symbol.
* Added Database#query and made it possible to close a statement from a ↵Jamis Buck2005-02-071-0/+22
| | | | resultset. This should make it easier to create a sqlite3 adapter for Og.
* Version bump, and made it so that an array may be passed as the bind ↵Jamis Buck2005-02-051-1/+1
| | | | parameter and it will be flattened prior to binding. The native implementation of bind_text also does a to_s on its parameter now to prevent segfaults.
* Changed layout to support tagging and branchingJamis Buck2005-01-091-0/+218