summaryrefslogtreecommitdiffstats
path: root/lib/sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* reset the statement when binding new variables (thanks Mike Kusick, debian ↵Jamis Buck2007-01-132-1/+16
| | | | bug #405614)
* Fix another warning (thanks Mike Kasick, debian bug #405612)Jamis Buck2007-01-131-0/+1
|
* Get more detailed error messages when a DB connection cannot be established ↵Jamis Buck2007-01-131-1/+1
| | | | (thanks Tom Moertel, closes #5504)
* Get rid of (most of) the warnings when running in -w modeJamis Buck2007-01-132-2/+3
|
* Allow bignum values to be bound (thanks Timothy Wood, closes #3463)Jamis Buck2007-01-131-0/+2
|
* deprecate the DL driverJamis Buck2007-01-131-0/+4
|
* 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.
* Fix for use of callbacks (busy_handler, set_authorize and trace) (thanks ↵Jamis Buck2007-01-131-10/+35
| | | | Sylvain Joyeux, closes #2955)
* Parenthesize parameters correctly (closes #3847)Jamis Buck2007-01-131-1/+1
|
* db.transaction should properly catch an exception (closes #3981)Jamis Buck2007-01-131-1/+1
|
* Update gemspec and version. Update README with instructions for installation ↵Jamis Buck2005-09-111-1/+1
| | | | if sqlite3 is installed in a non-standard location.
* Fixed a bug that caused crashes when using type translation with typeless ↵Jamis Buck2005-02-151-0/+1
| | | | columns (like those from count(*), etc.).
* Support for solaris.Jamis Buck2005-02-101-1/+1
|
* Added missing exceptions (format, range, and NOTADB). Exceptions also now ↵Jamis Buck2005-02-081-4/+20
| | | | have a "code" attribute that is the numeric value of the error that occurred.
* Added Database#query and made it possible to close a statement from a ↵Jamis Buck2005-02-074-4/+67
| | | | resultset. This should make it easier to create a sqlite3 adapter for Og.
* If 'Native' driver is not found, opening a second database resulted in a ↵Jamis Buck2005-02-071-1/+1
| | | | NameError because the require would not fail--it would just return false.
* Version bump.Jamis Buck2005-02-061-1/+1
|
* Version bump, and made it so that an array may be passed as the bind ↵Jamis Buck2005-02-053-4/+4
| | | | 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.
* Added various bsds to the detection routine in dl/api.rb.Jamis Buck2005-01-311-1/+1
|
* Changed layout to support tagging and branchingJamis Buck2005-01-0912-0/+2534