fluiddb 0.0.27 → 0.0.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/FluidDb/Pgsql.rb +1 -1
  2. metadata +1 -1
@@ -100,7 +100,7 @@ module FluidDb
100
100
  sql = ""
101
101
  parts.each_with_index do |p,idx|
102
102
  sql = sql + p;
103
- sql = sql + "$#{idx}" if idx > 0
103
+ sql = sql + "$#{idx+1}" if idx < parts.length - 1
104
104
  end
105
105
 
106
106
  p = Array.new
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluiddb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.28
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: