~ubuntu-branches/ubuntu/edgy/libodbc-ruby/edgy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki
  • Date: 2004-07-17 11:43:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040717114341-imtn1ype3jtjn8kl
Tags: 0.994-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ODBC binding for Ruby
2
2
---------------------
3
3
 
 
4
Wed Jul 14 version 0.994 released
 
5
 
 
6
        * fixed ODBC::Database.new|connect so that 
 
7
          ODBC::Database.new.drvconnect(string) works
 
8
        * fixed SQLTCHAR detect for Win32 in extconf.rb,
 
9
          thanks to Pedro Luis Castedo Cepeda
 
10
 
 
11
Mon Jun 28 2004 version 0.993 released
 
12
 
 
13
        * use HAVE_TYPE_SQLTCHAR from extconf.rb for old iODBC versions
 
14
        * don't rb_define_alloc_func of dsn_new/drv_new for Ruby >= 1.8,
 
15
          gives stack overflows, thanks to Pedro Luis Castedo Cepeda
 
16
          for fixing
 
17
        * fixes for iODBC driver manager concerning SQLFetchScroll
 
18
          availability (SQL state codes IM001 vs HYC000)
 
19
        * blob handling fix as suggested by Kaspar Schiess
 
20
 
 
21
Mon Mar 22 2004 version 0.992 released
 
22
 
 
23
        * fixed buggy UTF8->Unicode conversion code
 
24
        * fixed handling of uppercase column names in row hashes
 
25
 
4
26
Fri Dec 26 2003 version 0.991 released
5
27
 
6
28
        * use SQLConfigDataSourceW() in utf8 version