torque-postgresql 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/torque/postgresql/auxiliary_statement.rb +4 -0
- data/lib/torque/postgresql/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f96fcbf6b494bd83ae35e073e4c2117ad121ce4a
|
4
|
+
data.tar.gz: c9ed9302d1de3401893eeea5968dcceed8be77c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73553f474a4def5b64a99a3af9a8d5e1ea6370184a7bcbaad5eba56796d4b210e077499d08eba504daea69d99c7f46435cd41a576d6d624f78bc908354dc947b
|
7
|
+
data.tar.gz: f60c8a146df018afa0478bb065262b670f2622c0fe2aa0b18594a240b3d57232e862d5e47073ac6ce8c11c4ca42633ebb4da1b4576e3b3f7d8ff2e9e002bb155
|
@@ -125,6 +125,10 @@ module Torque
|
|
125
125
|
|
126
126
|
# Build the statement on the given arel and return the WITH statement
|
127
127
|
def build(base)
|
128
|
+
@bound_attributes.clear
|
129
|
+
@join_sources.clear
|
130
|
+
|
131
|
+
# Prepare all the data for the statement
|
128
132
|
prepare(base)
|
129
133
|
|
130
134
|
# Add the join condition to the list
|