File: //usr/local/rvm/gems/ruby-2.5.9/doc/sqlite3-ruby-1.3.3/ri/page-CHANGELOG_rdoc.ri
U:RDoc::TopLevel[ i I"CHANGELOG.rdoc:ETcRDoc::Parser::Simpleo:RDoc::Markup::Document:@parts[&S:RDoc::Markup::Heading:
leveli: textI"1.3.3 / 2010-01-16;To:RDoc::Markup::BlankLine o:RDoc::Markup::List:
@type:BULLET:@items[o:RDoc::Markup::ListItem:@label0;[o:RDoc::Markup::Paragraph;[I"
Bugfixes;To;
;;;[o;;0;[o;;[I"GAbort on installation if sqlite3_backup_init is missing. Fixes #19;To;;0;[o;;[I"IGem has been renamed to 'sqlite3'. Please use `gem install sqlite3`;T@
S; ;
i;I"31.3.2 / 2010-10-30 / RubyConf Uruguay Edition!;T@
o;
;;;[o;;0;[o;;[I"Enhancements:;To;
;;;[o;;0;[o;;[I"4Windows: build against 3.7.3 version of SQLite3;To;;0;[o;;[I"2SQLite3::Database can now be open as readonly;T@
o:RDoc::Markup::Verbatim;[I"<db = SQLite3::Database.new('my.db', :readonly => true)
;T:@format0o;;0;[o;;[I"MAdded SQLite3::SQLITE_VERSION and SQLite3::SQLITE_VERSION_NUMBER [nurse];T@
o;;0;[o;;[I"
Bugfixes;To;
;;;[o;;0;[o;;[I"Dtype_translation= works along with Database#execute and a block;To;;0;[o;;[I";defined functions are kept in a hash to prevent GC. #7;To;;0;[o;;[I"-Removed GCC specific flags from extconf.;T@
o;;0;[o;;[I"DEPRECATIONS;To;
;;;[o;;0;[o;;[I"OSQLite3::Database#type_translation= will be deprecated in the future with ;TI"no replacement.;To;;0;[o;;[I"OSQlite3::Version will be deprecated in 2.0.0 with SQLite3::VERSION as the ;TI"replacement.;T@
S; ;
i;I"1.3.1 / 2010-07-09;T@
o;
;;;[o;;0;[o;;[I"Enhancements;To;
;;;[o;;0;[o;;[I"GCustom collations may be defined using SQLite3::Database#collation;T@
o;;0;[o;;[I"
Bugfixes;To;
;;;[o;;0;[o;;[I"JStatements returning 0 columns are automatically stepped. [RF #28308];To;;0;[o;;[I"4SQLite3::Database#encoding works on 1.8 and 1.9;T@
S; ;
i;I"1.3.0 / 2010-06-06;T@
o;
;;;[o;;0;[o;;[I"Enhancements;To;
;;;[o;;0;[o;;[I"TComplete rewrite of C-based adapter from SWIG to hand-crafted one [tenderlove] ;TI"+See API_CHANGES document for details. ;TI"6This closes: Bug #27300, Bug #27241, Patch #16020;To;;0;[o;;[I"`Improved UTF, Unicode, M17N, all that handling and proper BLOB handling [tenderlove, nurse];To;;0;[o;;[I"5Added support for type translations [tenderlove];T@
o;;[I"@@db.translator.add_translator('sometime') do |type, thing|
;TI"A 'output' # this will be returned as value for that column
;TI" end
;T;0o;;0;[o;;[I"Experimental;To;
;;;[o;;0;[o;;[ I"7Added API to access and load extensions. [kashif] ;TI"LThese functions maps directly into SQLite3 own enable_load_extension() ;TI"`and load_extension() C-API functions. See SQLite3::Database API documentation for details. ;TI"This closes: Patches #9178;T@
o;;0;[o;;[I"
Bugfixes;To;
;;;[o;;0;[o;;[I"9Corrected gem dependencies (runtime and development);To;;0;[o;;[I",Fixed threaded tests [Alexey Borzenkov];To;;0;[o;;[I"Removed GitHub gemspec;To;;0;[o;;[I"1Fixed "No definition for" warnings from RDoc;To;;0;[o;;[I",Generate zip and tgz files for releases;To;;0;[o;;[I"1Added Luis Lavena as gem Author (maintainer);To;;0;[o;;[I"4Prevent mkmf interfere with Mighty Snow Leopard;To;;0;[o;;[I"FAllow extension compilation search for common lib paths [kashif] ;TI"-(lookup /usr/local, /opt/local and /usr);To;;0;[o;;[I">Corrected extension compilation under MSVC [romuloceccon];To;;0;[o;;[I"KDefine load_extension functionality based on availability [tenderlove];To;;0;[o;;[I"<Deprecation notices for Database#query. Fixes RF #28192;T@
S; ;
i;I"1.3.0.beta.2 / 2010-05-15;T@
o;
;;;[o;;0;[o;;[I"Enhancements;To;
;;;[o;;0;[o;;[I"5Added support for type translations [tenderlove];T@
o;;[I"@@db.translator.add_translator('sometime') do |type, thing|
;TI"A 'output' # this will be returned as value for that column
;TI" end
;T;0o;;0;[o;;[I"
Bugfixes;To;
;;;[ o;;0;[o;;[I"FAllow extension compilation search for common lib paths [kashif] ;TI"-(lookup /usr/local, /opt/local and /usr);To;;0;[o;;[I">Corrected extension compilation under MSVC [romuloceccon];To;;0;[o;;[I"KDefine load_extension functionality based on availability [tenderlove];To;;0;[o;;[I"<Deprecation notices for Database#query. Fixes RF #28192;T@
S; ;
i;I"1.3.0.beta.1 / 2010-05-10;T@
o;
;;;[o;;0;[o;;[I"Enhancements;To;
;;;[o;;0;[o;;[I"TComplete rewrite of C-based adapter from SWIG to hand-crafted one [tenderlove] ;TI"+See API_CHANGES document for details. ;TI"6This closes: Bug #27300, Bug #27241, Patch #16020;To;;0;[o;;[I"`Improved UTF, Unicode, M17N, all that handling and proper BLOB handling [tenderlove, nurse];T@
o;;0;[o;;[I"Experimental;To;
;;;[o;;0;[o;;[ I"7Added API to access and load extensions. [kashif] ;TI"LThese functions maps directly into SQLite3 own enable_load_extension() ;TI"`and load_extension() C-API functions. See SQLite3::Database API documentation for details. ;TI"This closes: Patches #9178;T@
o;;0;[o;;[I"
Bugfixes;To;
;;;[o;;0;[o;;[I"9Corrected gem dependencies (runtime and development);To;;0;[o;;[I",Fixed threaded tests [Alexey Borzenkov];To;;0;[o;;[I"Removed GitHub gemspec;To;;0;[o;;[I"1Fixed "No definition for" warnings from RDoc;To;;0;[o;;[I",Generate zip and tgz files for releases;To;;0;[o;;[I"1Added Luis Lavena as gem Author (maintainer);To;;0;[o;;[I"4Prevent mkmf interfere with Mighty Snow Leopard;T@
S; ;
i;I"1.2.5 / 25 Jul 2009;T@
o;
;;;[o;;0;[o;;[I"?Check for illegal nil before executing SQL [Erik Veenstra];To;;0;[o;;[I"9Switch to Hoe for gem task management and packaging.;To;;0;[o;;[I"7Advertise rake-compiler as development dependency.;To;;0;[o;;[I"$Build gem binaries for Windows.;To;;0;[o;;[I"-Improved Ruby 1.9 support compatibility.;To;;0;[o;;[I")Taint returned values. Patch #20325.;To;;0;[o;;[I"NDatabase.open and Database.new now take an optional block [Gerrit Kaiser];T@
S; ;
i;I"$1.2.4.1 (internal) / 5 Jul 2009;T@
o;
;;;[
o;;0;[o;;[I"?Check for illegal nil before executing SQL [Erik Veenstra];To;;0;[o;;[I"9Switch to Hoe for gem task management and packaging.;To;;0;[o;;[I"7Advertise rake-compiler as development dependency.;To;;0;[o;;[I"$Build gem binaries for Windows.;To;;0;[o;;[I"-Improved Ruby 1.9 support compatibility.;T@
S; ;
i;I"1.2.4 / 27 Aug 2008;T@
o;
;;;[o;;0;[o;;[I"?Package the updated C file for source builds. [Jamis Buck];T@
S; ;
i;I"1.2.3 / 26 Aug 2008;T@
o;
;;;[ o;;0;[o;;[I"IFix incorrect permissions on database.rb and translator.rb [Various];T@
o;;0;[o;;[I"CAvoid using Object#extend for greater speedups [Erik Veenstra];T@
o;;0;[o;;[I"DRuby 1.9 compatibility tweaks for Array#zip [jimmy88@gmail.com];T@
o;;0;[o;;[I"GFix linking against Ruby 1.8.5 [Rob Holland <rob@inversepath.com>];T@
S; ;
i;I"1.2.2 / 31 May 2008;T@
o;
;;;[o;;0;[o;;[I"OMake the table_info method adjust the returned default value for the rows ;TI"Dso that the sqlite3 change in 3.3.8 and greater can be handled ;TI"5transparently [Jamis Buck <jamis@37signals.com>];T@
o;;0;[o;;[I"GRuby 1.9 compatibility tweaks [Roman Le Negrate <roman2k@free.fr>];T@
o;;0;[o;;[I"<Various performance enhancements [thanks Erik Veenstra];T@
o;;0;[o;;[I"KCorrect busy_handler documentation [Rob Holland <rob@inversepath.com>];T@
o;;0;[o;;[I"lUse int_bind64 on Fixnum values larger than a 32bit C int can take. [Rob Holland <rob@inversepath.com>];T@
o;;0;[o;;[I"NWork around a quirk in SQLite's error reporting by calling sqlite3_reset ;TI"Bto produce a more informative error code upon a failure from ;TI"6sqlite3_step. [Rob Holland <rob@inversepath.com>];T@
o;;0;[o;;[I"VVarious documentation, test, and style tweaks [Rob Holland <rob@inversepath.com>];T@
o;;0;[o;;[I"TBe more granular with time/data translation [Rob Holland <rob@inversepath.com>];T@
o;;0;[o;;[I"aUse Date directly for parsing rather than going via Time [Rob Holland <rob@inversepath.com>];T@
o;;0;[o;;[I"ICheck for the rt library and fdatasync so we link against that when ;TI"/needed [Rob Holland <rob@inversepath.com>];T@
o;;0;[o;;[I"HRename data structures to avoid collision on win32. based on patch ;TI"8by: Luis Lavena [Rob Holland <rob@inversepath.com>];T@
o;;0;[o;;[I"8Add test for defaults [Daniel Rodríguez Troitiño];T@
o;;0;[o;;[I"gCorrectly unquote double-quoted pragma defaults [Łukasz Dargiewicz <lukasz.dargiewicz@gmail.com>];T:
@file@:0@omit_headings_from_table_of_contents_below0