Browse Source

bugfix for sync_query

master
Yessiest 7 months ago
parent
commit
ca2feecef7
  1. 1
      lib/lpgar.rb
  2. 2
      lpgar.gemspec

1
lib/lpgar.rb

@ -135,7 +135,6 @@ module LPGAR
WHERE #{selector}
LIMIT 1
QUERY
puts @sync_query
end
# Returns transaction class for this record.

2
lpgar.gemspec

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "lpgar"
spec.version = "0.2.2"
spec.version = "0.2.3"
spec.summary = "Lightweight Postgres Active Record"
spec.description = <<~DESC
Lightweight implementation of Active Record pattern for Postgres.

Loading…
Cancel
Save