tiny_tds 3.0.0-x64-mingw-ucrt → 3.1.0-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +9 -2
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/tiny_tds/3.1/tiny_tds.so +0 -0
- data/lib/tiny_tds/3.2/tiny_tds.so +0 -0
- data/lib/tiny_tds/3.3/tiny_tds.so +0 -0
- data/lib/tiny_tds/3.4/tiny_tds.so +0 -0
- data/test/gem_test.rb +1 -1
- data/test/test_helper.rb +1 -1
- data/tiny_tds.gemspec +2 -2
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da882b9832b37e84a785ce1df5c881dabe9fef53e9251a9d36ba0109b8defa49
|
4
|
+
data.tar.gz: 262832bad6eff0c52d9d13de9612565a5d975ddf295b631b41554f1493e537b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 204212045b31736fddaa0d41360bd4957ff1d0b8e193daca7f2ccd6635283e667f990adb1664691dd4ea7c125015900cd2f8eaced22642539ac4da699a18bc4e
|
7
|
+
data.tar.gz: df592b9163bac593a7daf86a85351494faeff5ead4275665ddedb87832732efdc147e35f1ed216ef9a387d5c24915ee8c0a8610701b9cb809d3e17bb48c839c2
|
data/.github/workflows/ci.yml
CHANGED
@@ -16,7 +16,7 @@ jobs:
|
|
16
16
|
name: cross-compile-windows
|
17
17
|
runs-on: ubuntu-22.04
|
18
18
|
container:
|
19
|
-
image: "ghcr.io/rake-compiler/rake-compiler-dock-image:1.
|
19
|
+
image: "ghcr.io/rake-compiler/rake-compiler-dock-image:1.7.0-mri-${{ matrix.platform }}"
|
20
20
|
steps:
|
21
21
|
- uses: actions/checkout@v4
|
22
22
|
|
@@ -181,6 +181,7 @@ jobs:
|
|
181
181
|
- "3.1"
|
182
182
|
- "3.2"
|
183
183
|
- "3.3"
|
184
|
+
- "3.4"
|
184
185
|
|
185
186
|
name: install-windows-ucrt
|
186
187
|
runs-on: windows-latest
|
@@ -230,6 +231,8 @@ jobs:
|
|
230
231
|
- "3.1"
|
231
232
|
- "3.2"
|
232
233
|
- "3.3"
|
234
|
+
- "3.4"
|
235
|
+
|
233
236
|
name: test-windows-ucrt
|
234
237
|
runs-on: windows-latest
|
235
238
|
steps:
|
@@ -305,6 +308,7 @@ jobs:
|
|
305
308
|
- "3.1"
|
306
309
|
- "3.2"
|
307
310
|
- "3.3"
|
311
|
+
- "3.4"
|
308
312
|
|
309
313
|
name: install-windows-native
|
310
314
|
runs-on: windows-latest
|
@@ -340,7 +344,7 @@ jobs:
|
|
340
344
|
|
341
345
|
- uses: ruby/setup-ruby@v1
|
342
346
|
with:
|
343
|
-
ruby-version: 3.
|
347
|
+
ruby-version: 3.4
|
344
348
|
bundler-cache: true
|
345
349
|
|
346
350
|
- name: Write used versions into file
|
@@ -376,6 +380,8 @@ jobs:
|
|
376
380
|
- "3.1"
|
377
381
|
- "3.2"
|
378
382
|
- "3.3"
|
383
|
+
- "3.4"
|
384
|
+
|
379
385
|
runs-on: ubuntu-22.04
|
380
386
|
steps:
|
381
387
|
- uses: actions/checkout@v4
|
@@ -439,6 +445,7 @@ jobs:
|
|
439
445
|
- "3.1"
|
440
446
|
- "3.2"
|
441
447
|
- "3.3"
|
448
|
+
- "3.4"
|
442
449
|
|
443
450
|
name: install-macos-m1
|
444
451
|
runs-on: macos-14
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -67,7 +67,7 @@ TinyTDS is developed against FreeTDs 1.1+. We also test with SQL Server 2017, 20
|
|
67
67
|
|
68
68
|
* **OK, I am installing FreeTDS, how do I configure it?** Contrary to what most people think, you do not need to specially configure FreeTDS in any way for client libraries like TinyTDS to use it. About the only requirement is that you compile it with libiconv for proper encoding support. FreeTDS must also be compiled with OpenSSL (or the like) to use it with Azure. See the "Using TinyTDS with Azure" section below for more info.
|
69
69
|
|
70
|
-
* **Do I need to configure `--with-tdsver` equal to anything?** Most likely! Technically you should not have to. This is only a default for clients/configs that do not specify what TDS version they want to use.
|
70
|
+
* **Do I need to configure `--with-tdsver` equal to anything?** Most likely! Technically you should not have to. This is only a default for clients/configs that do not specify what TDS version they want to use.
|
71
71
|
|
72
72
|
* **I want to configure FreeTDS using `--enable-msdblib` and/or `--enable-sybase-compat` so it works for my database. Cool?** It's a waste of time and totally moot! Client libraries like TinyTDS define their own C structure names where they diverge from Sybase to SQL Server. Technically we use the MSDBLIB structures which does not mean we only work with that database vs Sybase. These configs are just a low level default for C libraries that do not define what they want. So I repeat, you do not NEED to use any of these, nor will they hurt anything since we control what C structure names we use internally!
|
73
73
|
|
data/Rakefile
CHANGED
@@ -7,7 +7,7 @@ require_relative './ext/tiny_tds/extconsts'
|
|
7
7
|
|
8
8
|
SPEC = Gem::Specification.load(File.expand_path('../tiny_tds.gemspec', __FILE__))
|
9
9
|
|
10
|
-
ruby_cc_ucrt_versions = "3.
|
10
|
+
ruby_cc_ucrt_versions = "3.4.0:3.3.5:3.2.0:3.1.0".freeze
|
11
11
|
ruby_cc_mingw32_versions = "3.0.0:2.7.0".freeze
|
12
12
|
|
13
13
|
GEM_PLATFORM_HOSTS = {
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.1.0
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/test/gem_test.rb
CHANGED
data/test/test_helper.rb
CHANGED
@@ -10,7 +10,7 @@ Minitest::Reporters.use! [Minitest::Reporters::SpecReporter.new, Minitest::Repor
|
|
10
10
|
TINYTDS_SCHEMAS = ['sqlserver_2017', 'sqlserver_azure'].freeze
|
11
11
|
|
12
12
|
module TinyTds
|
13
|
-
class TestCase <
|
13
|
+
class TestCase < Minitest::Spec
|
14
14
|
|
15
15
|
class << self
|
16
16
|
|
data/tiny_tds.gemspec
CHANGED
@@ -24,8 +24,8 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.add_development_dependency 'mini_portile2', '~> 2.5.0'
|
25
25
|
s.add_development_dependency 'rake', '~> 13.0.0'
|
26
26
|
s.add_development_dependency 'rake-compiler', '~> 1.2'
|
27
|
-
s.add_development_dependency 'rake-compiler-dock', '~> 1.
|
28
|
-
s.add_development_dependency 'minitest', '~> 5.
|
27
|
+
s.add_development_dependency 'rake-compiler-dock', '~> 1.7.0'
|
28
|
+
s.add_development_dependency 'minitest', '~> 5.25'
|
29
29
|
s.add_development_dependency 'minitest-reporters', '~> 1.6.1'
|
30
30
|
s.add_development_dependency 'connection_pool', '~> 2.2.0'
|
31
31
|
s.add_development_dependency 'toxiproxy', '~> 2.0.0'
|
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: 3.
|
4
|
+
version: 3.1.0
|
5
5
|
platform: x64-mingw-ucrt
|
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:
|
13
|
+
date: 2025-01-02 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bigdecimal
|
@@ -74,28 +74,28 @@ dependencies:
|
|
74
74
|
requirements:
|
75
75
|
- - "~>"
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: 1.
|
77
|
+
version: 1.7.0
|
78
78
|
type: :development
|
79
79
|
prerelease: false
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - "~>"
|
83
83
|
- !ruby/object:Gem::Version
|
84
|
-
version: 1.
|
84
|
+
version: 1.7.0
|
85
85
|
- !ruby/object:Gem::Dependency
|
86
86
|
name: minitest
|
87
87
|
requirement: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
89
|
- - "~>"
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: 5.
|
91
|
+
version: '5.25'
|
92
92
|
type: :development
|
93
93
|
prerelease: false
|
94
94
|
version_requirements: !ruby/object:Gem::Requirement
|
95
95
|
requirements:
|
96
96
|
- - "~>"
|
97
97
|
- !ruby/object:Gem::Version
|
98
|
-
version: 5.
|
98
|
+
version: '5.25'
|
99
99
|
- !ruby/object:Gem::Dependency
|
100
100
|
name: minitest-reporters
|
101
101
|
requirement: !ruby/object:Gem::Requirement
|
@@ -178,6 +178,7 @@ files:
|
|
178
178
|
- lib/tiny_tds/3.1/tiny_tds.so
|
179
179
|
- lib/tiny_tds/3.2/tiny_tds.so
|
180
180
|
- lib/tiny_tds/3.3/tiny_tds.so
|
181
|
+
- lib/tiny_tds/3.4/tiny_tds.so
|
181
182
|
- lib/tiny_tds/bin.rb
|
182
183
|
- lib/tiny_tds/client.rb
|
183
184
|
- lib/tiny_tds/error.rb
|
@@ -258,7 +259,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
258
259
|
version: '3.1'
|
259
260
|
- - "<"
|
260
261
|
- !ruby/object:Gem::Version
|
261
|
-
version: 3.
|
262
|
+
version: 3.5.dev
|
262
263
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
263
264
|
requirements:
|
264
265
|
- - ">="
|