forest_admin_datasource_toolkit 1.36.1 → 1.36.2
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51ee127106056bda65b02399b7e18c980aa70d50de94834986c5493842d01fcd
|
|
4
|
+
data.tar.gz: 10031885d75ec6f7730cb9b69cb115093c5fc3b680aca50eeaaae132840ceade
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9661d2812f3d677b15c4558f5254b7f3d6dfb6f11ef9dd34a90ac7b142a3d8937bbc75bb3f58cc0da0420f3dac05a62d1c8aa4a289e4e649d4b23cab71bdcb0f
|
|
7
|
+
data.tar.gz: 6f1d7d4986b1ebedb79d3890c035ff80de2772424b6dc63827549c9681b7f222cc5b42996adf316f20d7fa6fc672300105ec5cfc0964c859b1532660d28d0d26
|
|
@@ -36,6 +36,10 @@ module ForestAdminDatasourceToolkit
|
|
|
36
36
|
def execute_native_query(connection_name, query, binds)
|
|
37
37
|
@child_datasource.execute_native_query(connection_name, query, binds)
|
|
38
38
|
end
|
|
39
|
+
|
|
40
|
+
def build_binding_symbol(connection_name, binds)
|
|
41
|
+
@child_datasource.build_binding_symbol(connection_name, binds)
|
|
42
|
+
end
|
|
39
43
|
end
|
|
40
44
|
end
|
|
41
45
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forest_admin_datasource_toolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.36.
|
|
4
|
+
version: 1.36.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthieu
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2026-
|
|
12
|
+
date: 2026-08-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|