tiny_tds 2.1.0.pre1-x64-mingw32 → 2.1.0.pre2-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{CHANGELOG → CHANGELOG.md} +32 -31
- data/VERSION +1 -1
- data/bin/{defncopy → defncopy-ttds} +0 -0
- data/bin/{tsql → tsql-ttds} +0 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f79710a81230b8f6dd74e2050a39a38c25064d44
|
4
|
+
data.tar.gz: b915ab41287503dfa7d8b8034fee3e12a295b7f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c85aad8b2ede2194d98665779414815bf8a7a60b08939a9a3097b72043d3d8785dcae5b90e550197da1b1ae14d22cf934913c260b72d86a48aa8e3834b3bfff6
|
7
|
+
data.tar.gz: 17a78414f918f0a6fc62b4642d1921c1a0dc47de3ac5a7248c0c51521e5632304a870328e09af3e6b89d2a1aa6ebab67c0f976af957ed3bfe4730c372209a050
|
data/{CHANGELOG → CHANGELOG.md}
RENAMED
@@ -1,25 +1,26 @@
|
|
1
|
-
|
1
|
+
## 2.1.0
|
2
2
|
|
3
3
|
* Support RubyInstaller2 for Windows. Fixes #365.
|
4
4
|
* Support the FREETDS_DIR environment variable. Fixes #371.
|
5
|
+
* Rename binstubs to tsql-ttds and defncopy-ttds
|
5
6
|
|
6
7
|
|
7
|
-
|
8
|
+
## 2.0.0
|
8
9
|
|
9
10
|
* Stop building FreeTDS as a part of the extension build.
|
10
11
|
|
11
12
|
|
12
|
-
|
13
|
+
## 1.3.0
|
13
14
|
|
14
15
|
* FreeTDS: Link libgcc statically for Windows. (#351) Fixes #349.
|
15
16
|
|
16
17
|
|
17
|
-
|
18
|
+
## 1.2.0
|
18
19
|
|
19
20
|
* Use OpenSSL v1.1.0e & FreeTDS v1.00.27 for Windows builds.
|
20
21
|
|
21
22
|
|
22
|
-
|
23
|
+
## 1.1.0
|
23
24
|
|
24
25
|
* Use rake-compiler-dock v0.6.0
|
25
26
|
* Handle SYBVARIANT types from SQL function. Fixes #317. Fixed #321.
|
@@ -30,7 +31,7 @@
|
|
30
31
|
* CircleCI & TravisCI both test 2016.
|
31
32
|
|
32
33
|
|
33
|
-
|
34
|
+
## 1.0.5
|
34
35
|
|
35
36
|
* Windows Static Builds - Use FreeTDS 1.00.15, OpenSSL 1.0.2j.
|
36
37
|
* Appveyor tests 2012, 2014, 2016.
|
@@ -40,29 +41,29 @@
|
|
40
41
|
* New `:use_utf16` login option. Toggle UCS-2 or UTF-16. Default true.
|
41
42
|
|
42
43
|
|
43
|
-
|
44
|
+
## 1.0.4
|
44
45
|
|
45
46
|
* Use FreeTDS 1.0 final
|
46
47
|
|
47
48
|
|
48
|
-
|
49
|
+
## 1.0.3
|
49
50
|
|
50
51
|
* Use FreeTDS 1.0rc5 for cross compile windows gems.
|
51
52
|
* Ensure we only work with latest FreeTDS v0.95.x or higher.
|
52
53
|
|
53
54
|
|
54
|
-
|
55
|
+
## 1.0.2
|
55
56
|
|
56
57
|
* Cross compile w/2.3.0 using rake-compiler-dock ~> 0.5.1. Fixes #268 #270.
|
57
58
|
* Use FreeTDS 1.0rc4 for cross compile windows gems.
|
58
59
|
|
59
60
|
|
60
|
-
|
61
|
+
## 1.0.1
|
61
62
|
|
62
63
|
* Fix ruby exe's in non-platform gem.
|
63
64
|
|
64
65
|
|
65
|
-
|
66
|
+
## 1.0.0
|
66
67
|
|
67
68
|
* Tested with FreeTDS 1.0.
|
68
69
|
* Add emoji support by default using FreeTDS v1.0 in docs.
|
@@ -86,7 +87,7 @@
|
|
86
87
|
* FreeTDS - Remove support for bad iconv.
|
87
88
|
|
88
89
|
|
89
|
-
|
90
|
+
## 0.7.0
|
90
91
|
|
91
92
|
* Refactor build of FreeTDS & Iconv recipes. Add OpenSSL. Merged #207.
|
92
93
|
* Ensure zero terminated strings, where C-str pointers are expected. Use StringValueCStr() Fixes #208.
|
@@ -98,7 +99,7 @@
|
|
98
99
|
* Remove Ruby 1.8.6 support. We always use Time vs edge case DateTime.
|
99
100
|
|
100
101
|
|
101
|
-
|
102
|
+
## 0.6.2
|
102
103
|
|
103
104
|
* Support an optional environment variable to find FreeTDS. Fixes #128.
|
104
105
|
* Allow Support for 31+ Character Usernames/Passwords. Fixes #134. Thanks @wbond.
|
@@ -108,12 +109,12 @@
|
|
108
109
|
as backups and restores. Fixes #150.
|
109
110
|
|
110
111
|
|
111
|
-
|
112
|
+
## 0.6.1
|
112
113
|
|
113
114
|
Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
|
114
115
|
|
115
116
|
|
116
|
-
|
117
|
+
## 0.6.0
|
117
118
|
|
118
119
|
* Use dbsetversion() vs. dbsetlversion. Fixes #62.
|
119
120
|
* Remove Ruby 1.8 support.
|
@@ -130,12 +131,12 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
|
|
130
131
|
* Raise and handle encoding errors on DB writes. Fixes #89.
|
131
132
|
|
132
133
|
|
133
|
-
|
134
|
+
## 0.5.1
|
134
135
|
|
135
136
|
* Change how we configure with iconv, basically it is always needed. Fixes #11 & #69.
|
136
137
|
|
137
138
|
|
138
|
-
|
139
|
+
## 0.5.0
|
139
140
|
|
140
141
|
* Copy mysql2s handling of Time and Datetime so 64bit systems are leveraged. Fixes #46 and #47. Thanks @lsylvester!
|
141
142
|
* Add CFLAGS='-fPIC' for libtool. Fix TDS version configs in our ports file. Document. Fixes #45
|
@@ -149,7 +150,7 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
|
|
149
150
|
* Do not raise a TinyTds::Error with our message handler unless the severity is greater than 10.
|
150
151
|
|
151
152
|
|
152
|
-
|
153
|
+
## 0.4.5
|
153
154
|
|
154
155
|
* Includes precompiled Windows binaries for FreeTDS 0.91rc2 & LibIconv. No precompiled OpenSSL yet for Windows to SQL Azure.
|
155
156
|
* Fixed symbolized unicode column names.
|
@@ -158,19 +159,19 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
|
|
158
159
|
* Change how :host/:port are implemented. Now sending "host:port" to :dataserver.
|
159
160
|
|
160
161
|
|
161
|
-
|
162
|
+
## 0.4.4
|
162
163
|
|
163
164
|
* New :host/:port connection options. Removes need for freetds.conf file.
|
164
165
|
|
165
166
|
|
166
|
-
|
167
|
+
## 0.4.3
|
167
168
|
|
168
169
|
* New Client#active? method to check for good connection. Always use this abstract method.
|
169
170
|
* Better SYBEWRIT "Write to SQL Server failed." error handling. New Client#dead? check.
|
170
171
|
* Azure tested using latest FreeTDS with submitted patch. https://gist.github.com/889190
|
171
172
|
|
172
173
|
|
173
|
-
|
174
|
+
## 0.4.2
|
174
175
|
|
175
176
|
* Iconv is a dep only when compiling locally. However, left in the ability to configure
|
176
177
|
it for native gem installation but you must use
|
@@ -178,12 +179,12 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
|
|
178
179
|
* Really fix what 0.4.1 was supposed to do, force SYBDBLIB compile.
|
179
180
|
|
180
181
|
|
181
|
-
|
182
|
+
## 0.4.1
|
182
183
|
|
183
184
|
* Undefine MSDBLIB in case others have explicitly compiled FreeTDS with "MS db-lib source compatibility: yes".
|
184
185
|
|
185
186
|
|
186
|
-
|
187
|
+
## 0.4.0
|
187
188
|
|
188
189
|
* Allow SYBEICONVI errors to pass thru so that bad data is converted to ? marks.
|
189
190
|
* Build native deps using MiniPortile [Luis Lavena]
|
@@ -194,40 +195,40 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
|
|
194
195
|
* Look for the syb headers only.
|
195
196
|
|
196
197
|
|
197
|
-
|
198
|
+
## 0.3.2
|
198
199
|
|
199
200
|
* Small changes while testing JRuby. Using options hash for connect vs many args.
|
200
201
|
|
201
202
|
|
202
|
-
|
203
|
+
## 0.3.1
|
203
204
|
|
204
205
|
* Fix bad gem build.
|
205
206
|
|
206
207
|
|
207
|
-
|
208
|
+
## 0.3.0
|
208
209
|
|
209
210
|
* Access stored procedure return codes.
|
210
211
|
* Make sure dead or not enabled connections are handled.
|
211
212
|
* Fix bad client after timeout & read from server errors.
|
212
213
|
|
213
214
|
|
214
|
-
|
215
|
+
## 0.2.3
|
215
216
|
|
216
217
|
* Do not use development ruby/version, but simple memoize an eval check on init to find out, for 1.8.6 reflection.
|
217
218
|
|
218
219
|
|
219
|
-
|
220
|
+
## 0.2.2
|
220
221
|
|
221
222
|
* Fixed failing test in Ruby 1.8.6. DateTime doesn't support fractional seconds greater than 59.
|
222
223
|
See: http://redmine.ruby-lang.org/issues/show/1490 [Erik Bryn]
|
223
224
|
|
224
225
|
|
225
|
-
|
226
|
+
## 0.2.1
|
226
227
|
|
227
228
|
* Compatibility with 32-bit systems. Better cross language testing. [Klaus Gundermann]
|
228
229
|
|
229
230
|
|
230
|
-
|
231
|
+
## 0.2.0
|
231
232
|
|
232
233
|
* Convert GUID's in a more compatible way. [Klaus Gundermann]
|
233
234
|
* Handle multiple result sets in command buffer or stored procs. [Ken Collins]
|
@@ -236,5 +237,5 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
|
|
236
237
|
* Properly encode column names in 1.9. [Erik Bryn]
|
237
238
|
|
238
239
|
|
239
|
-
|
240
|
+
## 0.1.0 Initial release!
|
240
241
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.0.
|
1
|
+
2.1.0.pre2
|
File without changes
|
data/bin/{tsql → tsql-ttds}
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiny_tds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.0.
|
4
|
+
version: 2.1.0.pre2
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Ken Collins
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-
|
13
|
+
date: 2017-09-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: mini_portile2
|
@@ -102,8 +102,8 @@ email:
|
|
102
102
|
- ken@metaskills.net
|
103
103
|
- will@wbond.net
|
104
104
|
executables:
|
105
|
-
- defncopy
|
106
|
-
- tsql
|
105
|
+
- defncopy-ttds
|
106
|
+
- tsql-ttds
|
107
107
|
extensions: []
|
108
108
|
extra_rdoc_files: []
|
109
109
|
files:
|
@@ -113,7 +113,7 @@ files:
|
|
113
113
|
- ".rubocop.yml"
|
114
114
|
- ".travis.yml"
|
115
115
|
- BACKERS.md
|
116
|
-
- CHANGELOG
|
116
|
+
- CHANGELOG.md
|
117
117
|
- CODE_OF_CONDUCT.md
|
118
118
|
- Gemfile
|
119
119
|
- ISSUE_TEMPLATE.md
|
@@ -122,8 +122,8 @@ files:
|
|
122
122
|
- Rakefile
|
123
123
|
- VERSION
|
124
124
|
- appveyor.yml
|
125
|
-
- bin/defncopy
|
126
|
-
- bin/tsql
|
125
|
+
- bin/defncopy-ttds
|
126
|
+
- bin/tsql-ttds
|
127
127
|
- circle.yml
|
128
128
|
- exe/.keep
|
129
129
|
- ext/tiny_tds/client.c
|