summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Include a link to the current SVN repositoryJamis Buck2007-01-131-0/+9
|
* 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
|
* Add a 'build' task for more easily building the native extensionJamis Buck2007-01-131-0/+8
|
* 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-133-3/+4
|
* Allow bignum values to be bound (thanks Timothy Wood, closes #3463)Jamis Buck2007-01-132-0/+13
|
* deprecate the DL driverJamis Buck2007-01-133-262/+268
|
* Add a test case to make sure table_info works with type-translation active.Jamis Buck2007-01-131-1/+6
|
* Allow bind parameters to be specified without a leading colon. Also allow ↵Jamis Buck2007-01-132-2/+13
| | | | them to be specified as a symbol.
* Add a test to ensure that bug #2045 is no longer an issueJamis Buck2007-01-131-6/+20
|
* Fix for use of callbacks (busy_handler, set_authorize and trace) (thanks ↵Jamis Buck2007-01-135-410/+974
| | | | 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-133-4/+6
|
* Update win32 gemspecJamis Buck2005-09-111-2/+2
|
* Update gemspec and version. Update README with instructions for installation ↵Jamis Buck2005-09-113-8/+18
| | | | if sqlite3 is installed in a non-standard location.
* Fix a few broken tests (and comment out a few that appear to be broken due ↵Jamis Buck2005-09-116-23/+2734
| | | | to sqlite3 bugs). Add a pre-built sqlite3_api_wrap.c and make the extconf.rb not try to build it every time. Make extconf.rb die if asked to build the wrap.c file and swig is not installed.
* Fixed a bug that caused crashes when using type translation with typeless ↵Jamis Buck2005-02-152-0/+8
| | | | columns (like those from count(*), etc.).
* ChangeLog is dynamically generated again.Jamis Buck2005-02-153-37/+41
|
* Support for solaris.Jamis Buck2005-02-101-1/+1
|
* Added missing exceptions (format, range, and NOTADB). Exceptions also now ↵Jamis Buck2005-02-082-4/+74
| | | | 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-075-4/+160
| | | | 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
|
* Updated changelog.Jamis Buck2005-02-061-0/+4
|
* Fixed problem with /usr/local sqlite includes not being found. Hopefully.Jamis Buck2005-02-061-1/+1
|
* Updated changelog with latest changesJamis Buck2005-02-051-0/+6
|
* Version bump, and made it so that an array may be passed as the bind ↵Jamis Buck2005-02-054-4/+10
| | | | 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 Rakefile to support the static changelog file.Jamis Buck2005-01-311-14/+4
|
* Added static changelogJamis Buck2005-01-311-0/+109
|
* Added various bsds to the detection routine in dl/api.rb.Jamis Buck2005-01-311-1/+1
|
* Fixed deprecation warnings in faq.rb about Object#id.Jamis Buck2005-01-311-2/+2
|
* Changed extconf.rb to allow /usr/local sqlite3 installations to be supported ↵Jamis Buck2005-01-251-1/+1
| | | | "out-of-the-box".
* Changed layout to support tagging and branchingJamis Buck2005-01-0933-0/+6937