Skip to content

Commit 6276c09

Browse files
committed
1 parent 701ebbb commit 6276c09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/postgres-pr/postgres-compat.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ def notice_processor=(np)
5151
@conn.notice_processor = np
5252
end
5353

54+
def self.quote_ident(name)
55+
%("#{name}")
56+
end
57+
5458
end
5559

5660
class PGresult

lib/postgres-pr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PostgresPR
2-
Version = "0.6.2"
2+
Version = "0.6.3"
33
end

0 commit comments

Comments
 (0)