tiny_tds 2.1.0.pre1 → 2.1.0.pre2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 674f3bf12c13153acee5eefef544142949aff87c
4
- data.tar.gz: 057a6b081fdb91f6f936b38b8415638956e15968
3
+ metadata.gz: d2d676319d7afa209a0eaaf878ce2606fa275daf
4
+ data.tar.gz: 12360c67d76881fa42f24f798b1e31f68828d534
5
5
  SHA512:
6
- metadata.gz: d54ee93e3d6930738113d13e1c16ea2007da098418b9e859d80742f8389fe7fd41801f53748a641c331d2399ec79a21bad87c372e1a6c4a3b38eca05c1dc10f1
7
- data.tar.gz: 46605e6eea9b24e70ffe6f6abebcdb257f38dcc1a675b153c93abd563267a753458c307b15f0b495533a09fe92fb92023251f71920fc17a75e4d9165a46fbfc6
6
+ metadata.gz: 265e162c230eaedabae443fb8ca341999827d2af2633cc271a56a3c450bfd900c7bea31b97f2230affce62988932e519379791d43d738c134f435fb7544eb8cb
7
+ data.tar.gz: 8fce1c49005186b3c322904be62068a6d8d910de43c689be2a28f574a76b5f3d374546b7bc28493f6648fcacb9dfc424b3b8caa980054d8198c7d3801c2a316f
@@ -1,25 +1,26 @@
1
- * 2.1.0 *
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
- * 2.0.0 *
8
+ ## 2.0.0
8
9
 
9
10
  * Stop building FreeTDS as a part of the extension build.
10
11
 
11
12
 
12
- * 1.3.0 *
13
+ ## 1.3.0
13
14
 
14
15
  * FreeTDS: Link libgcc statically for Windows. (#351) Fixes #349.
15
16
 
16
17
 
17
- * 1.2.0 *
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
- * 1.1.0 *
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
- * 1.0.5 *
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
- * 1.0.4 *
44
+ ## 1.0.4
44
45
 
45
46
  * Use FreeTDS 1.0 final
46
47
 
47
48
 
48
- * 1.0.3 *
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
- * 1.0.2 *
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
- * 1.0.1 *
61
+ ## 1.0.1
61
62
 
62
63
  * Fix ruby exe's in non-platform gem.
63
64
 
64
65
 
65
- * 1.0.0 *
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
- * 0.7.0 *
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
- * 0.6.2 *
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
- * 0.6.1 *
112
+ ## 0.6.1
112
113
 
113
114
  Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
114
115
 
115
116
 
116
- * 0.6.0 *
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
- * 0.5.1 *
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
- * 0.5.0 *
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
- * 0.4.5 *
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
- * 0.4.4 *
162
+ ## 0.4.4
162
163
 
163
164
  * New :host/:port connection options. Removes need for freetds.conf file.
164
165
 
165
166
 
166
- * 0.4.3 *
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
- * 0.4.2 *
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
- * 0.4.1 *
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
- * 0.4.0 *
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
- * 0.3.2 *
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
- * 0.3.1 *
203
+ ## 0.3.1
203
204
 
204
205
  * Fix bad gem build.
205
206
 
206
207
 
207
- * 0.3.0 *
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
- * 0.2.3 *
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
- * 0.2.2 *
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
- * 0.2.1 *
226
+ ## 0.2.1
226
227
 
227
228
  * Compatibility with 32-bit systems. Better cross language testing. [Klaus Gundermann]
228
229
 
229
230
 
230
- * 0.2.0 *
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
- * 0.1.0 Initial release!
240
+ ## 0.1.0 Initial release!
240
241
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.0.pre1
1
+ 2.1.0.pre2
File without changes
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.pre1
4
+ version: 2.1.0.pre2
5
5
  platform: ruby
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-07-30 00:00:00.000000000 Z
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
  - ext/tiny_tds/extconf.rb
109
109
  extra_rdoc_files: []
@@ -114,7 +114,7 @@ files:
114
114
  - ".rubocop.yml"
115
115
  - ".travis.yml"
116
116
  - BACKERS.md
117
- - CHANGELOG
117
+ - CHANGELOG.md
118
118
  - CODE_OF_CONDUCT.md
119
119
  - Gemfile
120
120
  - ISSUE_TEMPLATE.md
@@ -123,8 +123,8 @@ files:
123
123
  - Rakefile
124
124
  - VERSION
125
125
  - appveyor.yml
126
- - bin/defncopy
127
- - bin/tsql
126
+ - bin/defncopy-ttds
127
+ - bin/tsql-ttds
128
128
  - circle.yml
129
129
  - exe/.keep
130
130
  - ext/tiny_tds/client.c