summaryrefslogtreecommitdiffstats
path: root/lib/sqlite3/driver/native/driver.rb
Commit message (Collapse)AuthorAgeFilesLines
* kill the paranoid copy of the license at the top of every source fileJamis Buck2008-05-021-32/+0
|
* Use #eval instead of #define_method and #send for significant speed-up ↵Jamis Buck2008-01-261-1/+1
| | | | (thanks Erik Veenstra)
* Fix for use of callbacks (busy_handler, set_authorize and trace) (thanks ↵Jamis Buck2007-01-131-10/+35
| | | | Sylvain Joyeux, closes #2955)
* 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