<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/ruby-sqlite3/PLIST, branch pkgsrc_2013Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-04-28T14:09:22Z</updated>
<entry>
<title>Update ruby-sqlite3 package to 1.3.6.</title>
<updated>2012-04-28T14:09:22Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-04-28T14:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bf0d9a1d00d8fcb65f38aa4aa0825f65a652e9a5'/>
<id>urn:sha1:bf0d9a1d00d8fcb65f38aa4aa0825f65a652e9a5</id>
<content type='text'>
=== 1.3.6 / 2012-04-16

* Enhancements
  * Windows: build against SQLite 3.7.11
  * Added SQLite3::ResultSet#each_hash for fetching each row as a hash.
  * Added SQLite3::ResultSet#next_hash for fetching one row as a hash.

* Bugfixes
  * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63
  * Protect parameters to custom functions from being garbage collected too
    soon. Fixes #60. Thanks hirataya!
  * Fix backwards compatibility with 1.2.5 with bind vars and `query` method.
    Fixes #35.
  * Fix double definition error caused by defining sqlite3_int64/uint64.
  * Fix suspicious version regexp.

* Deprecations
  * ArrayWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * ArrayWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.
  * The ArrayWithTypesAndFields class will be removed in 2.0.0
  * The ArrayWithTypes class will be removed in 2.0.0
  * HashWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * HashWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.
</content>
</entry>
<entry>
<title>Update databases/ruby-sqlite3 package to 1.3.5.</title>
<updated>2012-02-19T11:27:01Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-02-19T11:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9b2c93d5b094802f6df151ce1807b207026eee92'/>
<id>urn:sha1:9b2c93d5b094802f6df151ce1807b207026eee92</id>
<content type='text'>
=== 1.3.5 / 2011-12-03 - ZOMG Holidays are here Edition!

* Enhancements
  * Windows: build against SQLite 3.7.9
  * Static: enable SQLITE_ENABLE_COLUMN_METADATA
  * Added Statement#clear_bindings! to set bindings back to nil

* Bugfixes
  * Fixed a segv on Database.new. Fixes #34 (thanks nobu!)
  * Database error is not reset, so don't check it in Statement#reset!
  * Remove conditional around Bignum statement bindings.
    Fixes #52. Fixes #56. Thank you Evgeny Myasishchev.

* Internal
  * Use proper endianness when testing database connection with UTF-16.
    Fixes #40. Fixes #51
  * Use -fPIC for static compilation when host is x86_64.

=== 1.3.4 / 2011-07-25

* Enhancements:
  * Windows: build against SQLite 3.7.7.1
  * Windows: build static binaries that do not depend on sqlite3.dll be
    installed anymore

* Bugfixes
  * Backup API is conditionaly required so that older libsqlite3 can be used.
    Thanks Hongli Lai.
  * Fixed segmentation fault when nil is passed to SQLite3::Statement.new
  * Fix extconf's hardcoded path that affected installation on certain systems.
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 package to 1.3.2.</title>
<updated>2010-12-04T03:47:14Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2010-12-04T03:47:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=734537f977986c8b395502d1b66a40a5ad26c4f2'/>
<id>urn:sha1:734537f977986c8b395502d1b66a40a5ad26c4f2</id>
<content type='text'>
=== 1.3.2 / 2010-10-30 / RubyConf Uruguay Edition!

* Enhancements:
  * Windows: build against 3.7.3 version of SQLite3
  * SQLite3::Database can now be open as readonly

      db = SQLite3::Database.new('my.db', :readonly =&gt; true)

  * Added SQLite3::SQLITE_VERSION and SQLite3::SQLITE_VERSION_NUMBER [nurse]

* Bugfixes
  * type_translation= works along with Database#execute and a block
  * defined functions are kept in a hash to prevent GC. #7
  * Removed GCC specific flags from extconf.

* DEPRECATIONS
  * SQLite3::Database#type_translation= will be deprecated in the future with
    no replacement.
  * SQlite3::Version will be deprecated in 2.0.0 with SQLite3::VERSION as the
    replacement.
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 to 1.3.1.</title>
<updated>2010-07-10T09:29:21Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-07-10T09:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1f7380b1c4c080db052c8b0b87c6e47b9aa60395'/>
<id>urn:sha1:1f7380b1c4c080db052c8b0b87c6e47b9aa60395</id>
<content type='text'>
=== 1.3.1 / 2010-07-09

* Enhancements
  * Custom collations may be defined using SQLite3::Database#collation

* Bugfixes
  * Statements returning 0 columns are automatically stepped. [RF #28308]
  * SQLite3::Database#encoding works on 1.8 and 1.9
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 to 1.3.0.</title>
<updated>2010-06-07T09:34:41Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-06-07T09:34:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=166ba9d0df23f1d2e7b881d44f4900f4b138457f'/>
<id>urn:sha1:166ba9d0df23f1d2e7b881d44f4900f4b138457f</id>
<content type='text'>
Changes:
### 1.3.0 / 2010-06-06

* Enhancements
* Complete rewrite of C-based adapter from SWIG to hand-crafted one
  [tenderlove]
  See API_CHANGES document for details.
  This closes: Bug #27300, Bug #27241, Patch #16020
* Improved UTF, Unicode, M17N, all that handling and proper BLOB
  handling [tenderlove, nurse]
* Added support for type translations [tenderlove]

  @db.translator.add_translator('sometime') do |type, thing|
  'output' # this will be returned as value for that column
  end

* Experimental
* Added API to access and load extensions. [kashif]
  These functions maps directly into SQLite3 own enable_load_extension()
  and load_extension() C-API functions. See SQLite3::Database API
  documentation for details.
  This closes: Patches #9178

* Bugfixes
* Corrected gem dependencies (runtime and development)
* Fixed threaded tests [Alexey Borzenkov]
* Removed GitHub gemspec
* Fixed "No definition for" warnings from RDoc
* Generate zip and tgz files for releases
* Added Luis Lavena as gem Author (maintainer)
* Prevent mkmf interfere with Mighty Snow Leopard
* Allow extension compilation search for common lib paths [kashif]
(lookup /usr/local, /opt/local and /usr)
* Corrected extension compilation under MSVC [romuloceccon]
* Define load_extension functionality based on availability [tenderlove]
* Deprecation notices for Database#query. Fixes RF #28192
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 package to 1.2.5.</title>
<updated>2009-10-17T09:31:43Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2009-10-17T09:31:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c6d442b970bd3cc782ecad51c6650b3c617818c8'/>
<id>urn:sha1:c6d442b970bd3cc782ecad51c6650b3c617818c8</id>
<content type='text'>
* Add LICENSE.


=== 1.2.5 / 25 Jul 2009

* Check for illegal nil before executing SQL [Erik Veenstra]
* Switch to Hoe for gem task management and packaging.
* Advertise rake-compiler as development dependency.
* Build gem binaries for Windows.
* Improved Ruby 1.9 support compatibility.
* Taint returned values. Patch #20325.


=== 1.2.4.1 (internal) / 5 Jul 2009

* Check for illegal nil before executing SQL [Erik Veenstra]
* Switch to Hoe for gem task management and packaging.
* Advertise rake-compiler as development dependency.
* Build gem binaries for Windows.
* Improved Ruby 1.9 support compatibility.
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T17:38:38Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T17:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7af33f0780f46bb1a19daa9c6479e75838fa936b'/>
<id>urn:sha1:7af33f0780f46bb1a19daa9c6479e75838fa936b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 package to 1.2.4.</title>
<updated>2008-09-15T09:26:50Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2008-09-15T09:26:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0de129005ff889716ccfde6a99cdf98fd684a417'/>
<id>urn:sha1:0de129005ff889716ccfde6a99cdf98fd684a417</id>
<content type='text'>
Release Name: 1.2.4

Notes: This release only updates the generated C file to reflect the
compatibility changes that were made to the SWIG file. Binary builds
(e.g., Windows) are not affected, and need no update. In general, you
will not need this update unless you are using a version of Ruby prior
to 1.8.6.

Release Name: 1.2.3

Notes:
Mostly, this release just fixes the permissions
issue on *nix platforms on the database.rb and
translator.rb files. It also has a few
optimizations and compatibility fixes.


Changes:
=== 1.2.3 / 26 Aug 2008

* Fix incorrect permissions on database.rb and translator.rb [Various]

* Avoid using Object#extend for greater speedups [Erik Veenstra]

* Ruby 1.9 compatibility tweaks for Array#zip [jimmy88@gmail.com]

* Fix linking against Ruby 1.8.5 [Rob Holland &lt;rob@inversepath.com&gt;]
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 package to 1.2.2.</title>
<updated>2008-06-22T15:52:59Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2008-06-22T15:52:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ebae64b1a2a055e8c146ee771cb634d927070846'/>
<id>urn:sha1:ebae64b1a2a055e8c146ee771cb634d927070846</id>
<content type='text'>
Changes:
=== 1.2.2 / 31 May 2008

* Make the table_info method adjust the returned default value for the rows
  so that the sqlite3 change in 3.3.8 and greater can be handled
  transparently [Jamis Buck &lt;jamis@37signals.com&gt;]

* Ruby 1.9 compatibility tweaks [Roman Le Negrate &lt;roman2k@free.fr&gt;]

* Various performance enhancements [thanks Erik Veenstra]

* Correct busy_handler documentation [Rob Holland &lt;rob@inversepath.com&gt;]

* Use int_bind64 on Fixnum values larger than a 32bit C int can take. [Rob Holland &lt;rob@inversepath.com&gt;]

* Work around a quirk in SQLite's error reporting by calling sqlite3_reset
  to produce a more informative error code upon a failure from
  sqlite3_step. [Rob Holland &lt;rob@inversepath.com&gt;]

* Various documentation, test, and style tweaks [Rob Holland &lt;rob@inversepath.com&gt;]

* Be more granular with time/data translation [Rob Holland &lt;rob@inversepath.com&gt;]

* Use Date directly for parsing rather than going via Time [Rob Holland &lt;rob@inversepath.com&gt;]

* Check for the rt library and fdatasync so we link against that when
  needed [Rob Holland &lt;rob@inversepath.com&gt;]

* Rename data structures to avoid collision on win32. based on patch
  by: Luis Lavena [Rob Holland &lt;rob@inversepath.com&gt;]

* Add test for defaults [Daniel Rodr?guez Troiti?o]

* Correctly unquote double-quoted pragma defaults [?ukasz Dargiewicz &lt;lukasz.dargiewicz@gmail.com&gt;]
</content>
</entry>
<entry>
<title>Install as a gem using the pkgsrc rubygem.mk framework instead of</title>
<updated>2008-04-04T15:30:00Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-04-04T15:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bb91d465009f79ffc1ee660432fbd12aad691235'/>
<id>urn:sha1:bb91d465009f79ffc1ee660432fbd12aad691235</id>
<content type='text'>
directly into site_ruby.
</content>
</entry>
</feed>
