Next | Query returned 25 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2009-10-17 14:37:00 by Takahiro Kambe | Files touched by this commit (17) | Package removed
Log message:
Remove old ruby-DBI and ruby-DBD-* pacakges.
   2009-06-14 20:36:20 by Joerg Sonnenberger | Files touched by this commit (11)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120)
Log message:
Remove @dirrm entries from PLISTs
   2008-10-16 23:42:43 by Eric Haszlakiewicz | Files touched by this commit (1)
Log message:
Mention the use of this file by ruby-DBD-postgresql
   2008-10-16 23:39:51 by Eric Haszlakiewicz | Files touched by this commit (1)
Log message:
Conditionally set RUBY_DBI_VERSION to make it easier to build older
 version of dependent packages.
   2008-08-16 04:45:06 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ruby-DBI package to 0.2.2.

This update also updates ruby-DBD-mysql, ruby-DBD-postgresql,
ruby-DBD-sqlite and ruby-DBD-sqlite3.

DBI 0.2.2

This contains another fix for postgres, which is similar to the fixes
in 0.2.1, but would only reveal itself when certain SQL functions were
used. Again, other DBDs were not affected.

See \ 
http://rubyforge.org/tracker/index.php?func=detail&aid=21567&group_id=234&atid=967 \ 
for more information.

DBI 0.2.1

This release is a bugfix release to solve #21567, which was a postgres
specific issue where columns with the same name would result in
missing rowdata. Non-postgres users should not be affected.
   2008-06-22 17:44:06 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
ruby-DBI pacakge to 0.2.0.

== 0.2.0 - 03/16/2008

=== Summary

* SQLite (2.x) driver rewritten in ruby
* SQLite (3.x) driver provided by Jun Mukai
* Migrated DBD::Pg to 'pg' low-level library
* bytea and LOB support for DBD::Pg
* New DBD Test suite
* Tons of bug fixes

commit:: 7bc29dd74badd75daa99b4c1f2c97e93dbc6a405
Author:: Erik Hollensbe <erik@hollensbe.org>
Date::   Fri Mar 14 11:13:48 2008 -0700

* Fixed two bugs in the Pg driver (thanks again Mike Pomraning):
* A tables bug where the system tables were not being sent back.
* A columns bug where the columns were not properly selected when the schema \ 
search path was altered.

commit:: eaf228bdf1c992cd8c523872057e5d2e1901eb6d
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Wed Mar 12 15:35:08 2008 -0700

* Fix for timestamp type handling under mysql

commit:: ce4c59e0a60f0dc4bbd66cc84c1b2a50df17c6ca
Author:: Erik Hollensbe <erik@hollensbe.org>
Date::   Tue Mar 11 10:58:18 2008 -0700

* Some fixes for timestamp handling for SQLite3

commit:: beb4c5b31b355180761df024c6933e1b67a2f59c
Author:: Erik Hollensbe <erik@hollensbe.org>
Date::   Tue Mar 11 09:09:37 2008 -0700

* Patch provided by Mike Pomraning that gets timestamps in a sane fashion!

commit:: a6d70ffb23bb0493cd73ebe38dd413a9d86173bd
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Sat Mar 8 19:05:58 2008 -0800

* Fixed a DBI::Timestamp#to_s error

commit:: 48690de14c144ac030b12a2a627db611a0ca257c
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Sat Mar 8 01:19:42 2008 -0800

* Fix for #3916 - sth.any? and sth.rows.zero? not consistent across DBDs

commit:: 55f118d3e54dc546b133083271d80caccf00ab53
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Sat Mar 8 00:34:51 2008 -0800

* Peter Schiller's thread-safety patch
* Some more tests surrounding the row count and fetchable?

commit:: b496e0d981891fad6291dc49161963a15f05472a
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Thu Mar 6 22:55:07 2008 -0800

* Plenty of DBI::Time fixes (based on a patch from #7710 and tests that were \ 
written as generals)

commit:: 679bde33924ee368322f7ece4509822e07e68955
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Thu Mar 6 21:42:00 2008 -0800

* #6965 Fix and test (not ideal, but it does work)

commit:: 3819bd468b941465abaffd6b7adc5afa1ddd0406
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Thu Mar 6 21:11:06 2008 -0800

* #4727 integrated

commit:: 32c0e5e6fea308cd52891bf6dac589ad84b29ba4
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Thu Mar 6 20:57:00 2008 -0800

* Applied patch from ticket #7711

commit:: 34286112df17fbdb7588f45b176a42fb3a77aaae
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Sun Feb 24 12:56:35 2008 -0800

* Fixed bug #10466

commit:: 1f19663fd9b31b0f2f0a111f227220d5ee8cbe1d
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Sun Feb 24 12:09:44 2008 -0800

* Fixed #1082

commit:: f3e6e077e4073c892d8449ec6e1912ffe9f76f95
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Sun Feb 24 12:02:23 2008 -0800

* ByteA fixes!

commit:: 8668eb0c1561b49b144f4a56c3edc2bce90bc2a0
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Sun Feb 24 00:29:00 2008 -0800

* Fixed most of the LOB support (yay!)

commit:: 32ac057631b16429051c90fa9aab3ed1bb560e32
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::   Sat Feb 23 23:35:19 2008 -0800

* Initial porting attempt from ruby-postgres to ruby-pg
* Test fixes and additions

== 0.1.2 - 02-Sep-2006

=== General
* Paul DuBois: test/dbi/tc_dbi.rb: DBI version number test failed because it
  was expected to be 0.1.0. (Should have been 0.1.1.) But 0.1.1 has been
  released, so update DBI version number and expected number in test to 0.1.2.
   2008-06-19 16:43:56 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.
   2007-03-17 16:52:33 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ruby-DBI package to 0.1.1:

This updates ruby-DBD-mysql and ruby-DBD-sqlite pacakge, too.

=== General

* Paul DuBois: README: Added URLs for the RubyForge DBI project.
* Patrick May: removed misleading space in setup.rb config example.
* Francis Hwang: fixed bug 597: behaviour of StatementHandle#fetch doesn't
  match DBI specification
* incorporated Matthew Bloch's patch for handling bad timestamps like
  '0000-00-00 00:00:00'

=== MySQL

* Paul DuBois: Mysql.rb. Expose additional attributes through Database::func():
  :client_info (String), :client_version (Fixnum), :host_info (String),
  :info (String), :proto_info (Fixnum), :server_info (String),
  :stat (String), :thread_id (Fixnum).
* Paul DuBois:
  Mysql.rb. Modified column_info method to support standard sql_type and
  type_name column attributes and MySQL-specific mysql_type_name
  attribute.
  MYSQL_to_XOPEN hash: Added LONGTEXT and BIT members, corrected length
  for BLOB and MEDIUMBLOB members.
* Paul DuBois: Mysql.rb. Renamed column info attributes/methods:
  _type, _length, _max_length, _flags are now
  mysql_type, mysql_length, mysql_max_length, mysql_flags
* Paul DuBois:
  Mysql.rb. Modified column_info method to support standard column
  attributes: nullable, primary, unique, indexed
  Modify column_info method to support MySQL-specific column
  attributes: _type, _length, _max_length, _flags
* Paul DuBois:
  Mysql.rb. Test for sqlstate method using respond_to? rather than by
  raising an exception.
  Implemented mysql_compression={0|1} option in DSN to disable/enable
  compression of client/server protocol. (Default off.)
  Implemented mysql_client_found_rows={0|1} option in DSN to cause
  server to return rows-changed counts (0) or rows-matched counts (1)
  for statements that modify rows (mostly relevant for UPDATE).  (Default
  is rows-changed counts)
  Bugfix: column_info calculated precision as col.length - col.decimals.
  Should be col.length (precision is not just the digits to left of
  decimal point).
* Paul DuBois: Mysql.rb: Added state member value to DBI::DatabaseError
  exceptions for MySQL.  If mysql-ruby doesn't define a sqlstate method that
  provides the SQLSTATE value, state is set to nil (which is the default value
  anyway).
* Paul DuBois: Mysql.rb: Enabled use of mysql_read_default_file and
  mysql_read_default_group options in DSN for MySQL. These options
  enable option files to be read.  This change addresses bug #1951.
* Paul DuBois: MySQL supports transactions.

=== SQLite

* Daniel Berger: Removed hardcoded search paths to search path; Modified
  dir_config name to lower case
   2006-08-17 15:05:08 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Update ruby-DBI package to 0.0.21.  Changes from 0.1.0 are huge,
please refer ChangeLog.

- Update HOMEPAGE

Next | Query returned 25 messages, browsing 1 to 10 | Previous