Next | Query returned 80 messages, browsing 71 to 80 | previous

History of commit frequency

CVS Commit History:


   2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120)
Log message:
Remove @dirrm entries from PLISTs
   2008-09-15 11:26:50 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update ruby-sqlite3 package to 1.2.4.

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 <rob@inversepath.com>]
   2008-06-22 17:52:59 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-sqlite3 package to 1.2.2.

Changes are unknown.
   2008-04-10 09:28:50 by OBATA Akio | Files touched by this commit (3)
Log message:
Drop maintainership.
These packages was switched to gem version, I'm not in the area.
   2008-04-04 17:30:02 by Johnny C. Lam | Files touched by this commit (98)
Log message:
Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
   2008-02-08 16:13:54 by OBATA Akio | Files touched by this commit (1)
Log message:
Add DESTDIR support.
   2007-04-01 11:10:34 by OBATA Akio | Files touched by this commit (3)
Log message:
Update ruby-sqlite3 to 1.2.1.

Release Name: 1.2.1

Notes:
Only a single change in this release: sqlite3
3.3.8 and higher have changed the format of the
'dflt_value' column for the table_info pragma.
This caused breakage in apps that depend on that
pragma, like Ruby on Rails. This release makes the
Database#table_info helper check the libversion,
and adjust the dflt_value column accordingly. If
you want the new format and not the old, you can
invoke the table_info pragma directly, instead of
using the helper.

Release Name: 1.2.0

Notes:
* Fixed bug that caused crashes when type translation was asked to translate the \ 
type of a typeless column (like count(*), etc.)
* Added pre-built sqlite3_api_wrap.c to remove the dependency on SWIG.
* db.transaction should now catch all exceptions (bug #3981)
* Removed lots of warnings when running in -w mode
* Fixed problems with callbacks (thanks Sylvan Joyeux!)
* Named bind parameters may now be specified as symbols, or as strings. You can \ 
also leave off the leading colon when specifying them as a string.
* DL (pure-ruby) driver is now deprecated.
* Bignum values may be bound in a prepared statement.
* Get a more detailed error message when the connection cannot be established.
* Reset the statement when binding new variables to a prepared statement.
   2007-04-01 03:58:38 by OBATA Akio | Files touched by this commit (19)
Log message:
Change my mail address to @NetBSD.org.
   2006-04-05 17:18:34 by Min Sik Kim | Files touched by this commit (3)
Log message:
Merge (almost replace) this package with ruby-sqlite3 in pkgsrc-wip
packgaed by OBATA Akio, because the latter is more complete.

Bump PKGREVISION.
   2006-03-30 18:21:14 by Min Sik Kim | Files touched by this commit (4) | Imported package
Log message:
Import ruby-sqlite3.

This module allows Ruby programs to interface with the SQLite database
engine.


Next | Query returned 80 messages, browsing 71 to 80 | previous