bugfix for sync_query
This commit is contained in:
parent
d1539a7e0e
commit
ca2feecef7
|
@ -135,7 +135,6 @@ module LPGAR
|
||||||
WHERE #{selector}
|
WHERE #{selector}
|
||||||
LIMIT 1
|
LIMIT 1
|
||||||
QUERY
|
QUERY
|
||||||
puts @sync_query
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns transaction class for this record.
|
# Returns transaction class for this record.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "lpgar"
|
spec.name = "lpgar"
|
||||||
spec.version = "0.2.2"
|
spec.version = "0.2.3"
|
||||||
spec.summary = "Lightweight Postgres Active Record"
|
spec.summary = "Lightweight Postgres Active Record"
|
||||||
spec.description = <<~DESC
|
spec.description = <<~DESC
|
||||||
Lightweight implementation of Active Record pattern for Postgres.
|
Lightweight implementation of Active Record pattern for Postgres.
|
||||||
|
|
Loading…
Reference in New Issue