tiny_tds 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ * 0.4.1 *
3
+
4
+ * Undefine MSDBLIB in case others have explicitly compiled FreeTDS with "MS db-lib source compatibility: yes".
5
+
6
+
2
7
  * 0.4.0 *
3
8
 
4
9
  * Allow SYBEICONVI errors to pass thru so that bad data is converted to ? marks.
@@ -1,5 +1,6 @@
1
1
  #ifndef TINYTDS_EXT
2
2
  #define TINYTDS_EXT
3
+ #undef MSDBLIB
3
4
 
4
5
  #include <ruby.h>
5
6
  #include <sybfront.h>
@@ -4,7 +4,6 @@ require 'bigdecimal'
4
4
  require 'rational' unless RUBY_VERSION >= '1.9.2'
5
5
 
6
6
  require 'tiny_tds/error'
7
- require 'tiny_tds/tiny_tds'
8
7
  require 'tiny_tds/client'
9
8
  require 'tiny_tds/result'
10
9
 
@@ -15,5 +14,5 @@ require 'tiny_tds/tiny_tds'
15
14
  #
16
15
  # Tiny Ruby Wrapper For FreeTDS Using DB-Library
17
16
  module TinyTds
18
- VERSION = '0.4.0'
17
+ VERSION = '0.4.1'
19
18
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiny_tds
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ken Collins
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-03-23 00:00:00 -04:00
19
+ date: 2011-03-24 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies: []
22
22