summaryrefslogtreecommitdiffstats
path: root/ext/sqlite3_api/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update the sqlite3-api wrapper implementation.Jamis Buck2008-05-301-146/+0
| | | | This updates the swig-generated C file, so that people can build sqlite3-ruby without needing swig around. Also, the makefile is built on-demand by extconf.rb so we don't need it in the repo.
* ruby 1.9 compatibility tweaks (thanks Roman Le Negrate <roman2k@free.fr>)Jamis Buck2008-01-171-14/+17
|
* Fix for use of callbacks (busy_handler, set_authorize and trace) (thanks ↵Jamis Buck2007-01-131-0/+143
Sylvain Joyeux, closes #2955)