autocompl 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/autocompl/repository.rb +11 -1
- data/lib/autocompl/version.rb +1 -1
- data/test/dummy/log/development.log +467 -0
- data/test/dummy/log/test.log +3 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/bin/console +23 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/cache/pg-0.19.0.gem +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/cache/pq-0.0.1.gem +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/extensions/x86_64-darwin-15/2.3.0-static/pg-0.19.0/gem.build_complete +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/extensions/x86_64-darwin-15/2.3.0-static/pg-0.19.0/gem_make.out +78 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/extensions/x86_64-darwin-15/2.3.0-static/pg-0.19.0/mkmf.log +1346 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/extensions/x86_64-darwin-15/2.3.0-static/pg-0.19.0/pg_ext.bundle +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/BSDL +22 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ChangeLog +6378 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/Contributors.rdoc +46 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/History.rdoc +363 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/LICENSE +56 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/Manifest.txt +85 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/POSTGRES +23 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/README-OS_X.rdoc +68 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/README-Windows.rdoc +56 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/README.ja.rdoc +14 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/README.rdoc +168 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/Rakefile +216 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/Rakefile.cross +301 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/Makefile +261 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/errorcodes.def +947 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/errorcodes.rb +45 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/errorcodes.txt +467 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/extconf.h +38 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/extconf.rb +112 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/gvl_wrappers.c +13 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/gvl_wrappers.h +257 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/gvl_wrappers.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg.c +667 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg.h +395 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_binary_decoder.c +162 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_binary_decoder.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_binary_encoder.c +162 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_binary_encoder.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_coder.c +500 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_coder.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_connection.c +4102 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_connection.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_copy_coder.c +591 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_copy_coder.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_errors.c +95 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_errors.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_ext.bundle +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_result.c +1271 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_result.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_text_decoder.c +421 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_text_decoder.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_text_encoder.c +683 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_text_encoder.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map.c +159 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_all_strings.c +116 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_all_strings.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_by_class.c +239 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_by_class.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_by_column.c +312 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_by_column.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_by_mri_type.c +284 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_by_mri_type.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_by_oid.c +355 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_by_oid.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_in_ruby.c +299 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/pg_type_map_in_ruby.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/util.c +149 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/util.h +65 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/util.o +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/vc/pg.sln +26 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/vc/pg_18/pg.vcproj +216 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/ext/vc/pg_19/pg_19.vcproj +209 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg.rb +64 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg/basic_type_mapping.rb +426 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg/coder.rb +83 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg/connection.rb +271 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg/constants.rb +11 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg/exceptions.rb +11 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg/result.rb +30 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg/text_decoder.rb +51 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg/text_encoder.rb +35 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg/type_map_by_column.rb +15 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/lib/pg_ext.bundle +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/array_insert.rb +20 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/async_api.rb +106 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/async_copyto.rb +39 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/async_mixed.rb +56 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/check_conn.rb +21 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/copyfrom.rb +81 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/copyto.rb +19 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/cursor.rb +21 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/disk_usage_report.rb +186 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/issue-119.rb +94 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/losample.rb +69 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/minimal-testcase.rb +17 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/notify_wait.rb +72 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/pg_statistics.rb +294 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/replication_monitor.rb +231 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/test_binary_values.rb +33 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/wal_shipper.rb +434 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/sample/warehouse_partitions.rb +320 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/data/expected_trace.out +26 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/data/random_binary_data +0 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/helpers.rb +352 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg/basic_type_mapping_spec.rb +305 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg/connection_spec.rb +1676 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg/result_spec.rb +449 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg/type_map_by_class_spec.rb +138 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg/type_map_by_column_spec.rb +222 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg/type_map_by_mri_type_spec.rb +136 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg/type_map_by_oid_spec.rb +149 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg/type_map_in_ruby_spec.rb +164 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg/type_map_spec.rb +22 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg/type_spec.rb +777 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pg-0.19.0/spec/pg_spec.rb +50 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pq-0.0.1/Gemfile +4 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pq-0.0.1/LICENSE.txt +22 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pq-0.0.1/README.md +76 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pq-0.0.1/Rakefile +1 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pq-0.0.1/bin/console +7 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pq-0.0.1/lib/pq.rb +99 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pq-0.0.1/pq.gemspec +29 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pq-0.0.1/spec/helpers.rb +10 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/gems/pq-0.0.1/spec/queue_spec.rb +84 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/specifications/pg-0.19.0.gemspec +63 -0
- data/test/dummy/vendor/bundle/ruby/2.3.0/specifications/pq-0.0.1.gemspec +49 -0
- metadata +253 -1
@@ -0,0 +1,83 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
module PG
|
4
|
+
|
5
|
+
class Coder
|
6
|
+
|
7
|
+
module BinaryFormatting
|
8
|
+
Params = { format: 1 }
|
9
|
+
def initialize( params={} )
|
10
|
+
super(params.merge(Params))
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
14
|
+
|
15
|
+
# Create a new coder object based on the attribute Hash.
|
16
|
+
def initialize(params={})
|
17
|
+
params.each do |key, val|
|
18
|
+
send("#{key}=", val)
|
19
|
+
end
|
20
|
+
end
|
21
|
+
|
22
|
+
def dup
|
23
|
+
self.class.new(to_h)
|
24
|
+
end
|
25
|
+
|
26
|
+
# Returns coder attributes as Hash.
|
27
|
+
def to_h
|
28
|
+
{
|
29
|
+
oid: oid,
|
30
|
+
format: format,
|
31
|
+
name: name,
|
32
|
+
}
|
33
|
+
end
|
34
|
+
|
35
|
+
def ==(v)
|
36
|
+
self.class == v.class && to_h == v.to_h
|
37
|
+
end
|
38
|
+
|
39
|
+
def marshal_dump
|
40
|
+
Marshal.dump(to_h)
|
41
|
+
end
|
42
|
+
|
43
|
+
def marshal_load(str)
|
44
|
+
initialize Marshal.load(str)
|
45
|
+
end
|
46
|
+
|
47
|
+
def inspect
|
48
|
+
str = self.to_s
|
49
|
+
oid_str = " oid=#{oid}" unless oid==0
|
50
|
+
format_str = " format=#{format}" unless format==0
|
51
|
+
name_str = " #{name.inspect}" if name
|
52
|
+
str[-1,0] = "#{name_str} #{oid_str}#{format_str}"
|
53
|
+
str
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
57
|
+
class CompositeCoder < Coder
|
58
|
+
def to_h
|
59
|
+
super.merge!({
|
60
|
+
elements_type: elements_type,
|
61
|
+
needs_quotation: needs_quotation?,
|
62
|
+
delimiter: delimiter,
|
63
|
+
})
|
64
|
+
end
|
65
|
+
|
66
|
+
def inspect
|
67
|
+
str = super
|
68
|
+
str[-1,0] = " elements_type=#{elements_type.inspect} #{needs_quotation? ? 'needs' : 'no'} quotation"
|
69
|
+
str
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
73
|
+
class CopyCoder < Coder
|
74
|
+
def to_h
|
75
|
+
super.merge!({
|
76
|
+
type_map: type_map,
|
77
|
+
delimiter: delimiter,
|
78
|
+
null_string: null_string,
|
79
|
+
})
|
80
|
+
end
|
81
|
+
end
|
82
|
+
end # module PG
|
83
|
+
|
@@ -0,0 +1,271 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require 'pg' unless defined?( PG )
|
4
|
+
require 'uri'
|
5
|
+
|
6
|
+
# The PostgreSQL connection class. The interface for this class is based on
|
7
|
+
# {libpq}[http://www.postgresql.org/docs/9.2/interactive/libpq.html], the C
|
8
|
+
# application programmer's interface to PostgreSQL. Some familiarity with libpq
|
9
|
+
# is recommended, but not necessary.
|
10
|
+
#
|
11
|
+
# For example, to send query to the database on the localhost:
|
12
|
+
#
|
13
|
+
# require 'pg'
|
14
|
+
# conn = PG::Connection.open(:dbname => 'test')
|
15
|
+
# res = conn.exec_params('SELECT $1 AS a, $2 AS b, $3 AS c', [1, 2, nil])
|
16
|
+
# # Equivalent to:
|
17
|
+
# # res = conn.exec('SELECT 1 AS a, 2 AS b, NULL AS c')
|
18
|
+
#
|
19
|
+
# See the PG::Result class for information on working with the results of a query.
|
20
|
+
#
|
21
|
+
class PG::Connection
|
22
|
+
|
23
|
+
# The order the options are passed to the ::connect method.
|
24
|
+
CONNECT_ARGUMENT_ORDER = %w[host port options tty dbname user password]
|
25
|
+
|
26
|
+
|
27
|
+
### Quote the given +value+ for use in a connection-parameter string.
|
28
|
+
def self::quote_connstr( value )
|
29
|
+
return "'" + value.to_s.gsub( /[\\']/ ) {|m| '\\' + m } + "'"
|
30
|
+
end
|
31
|
+
|
32
|
+
|
33
|
+
### Parse the connection +args+ into a connection-parameter string. See PG::Connection.new
|
34
|
+
### for valid arguments.
|
35
|
+
def self::parse_connect_args( *args )
|
36
|
+
return '' if args.empty?
|
37
|
+
|
38
|
+
hash_arg = args.last.is_a?( Hash ) ? args.pop : {}
|
39
|
+
option_string = ''
|
40
|
+
options = {}
|
41
|
+
|
42
|
+
# Parameter 'fallback_application_name' was introduced in PostgreSQL 9.0
|
43
|
+
# together with PQescapeLiteral().
|
44
|
+
if PG::Connection.instance_methods.find {|m| m.to_sym == :escape_literal }
|
45
|
+
options[:fallback_application_name] = $0.sub( /^(.{30}).{4,}(.{30})$/ ){ $1+"..."+$2 }
|
46
|
+
end
|
47
|
+
|
48
|
+
if args.length == 1
|
49
|
+
case args.first
|
50
|
+
when URI, URI.regexp
|
51
|
+
uri = URI(args.first)
|
52
|
+
options.merge!( Hash[URI.decode_www_form( uri.query )] ) if uri.query
|
53
|
+
when /=/
|
54
|
+
# Option string style
|
55
|
+
option_string = args.first.to_s
|
56
|
+
else
|
57
|
+
# Positional parameters
|
58
|
+
options[CONNECT_ARGUMENT_ORDER.first.to_sym] = args.first
|
59
|
+
end
|
60
|
+
else
|
61
|
+
max = CONNECT_ARGUMENT_ORDER.length
|
62
|
+
raise ArgumentError,
|
63
|
+
"Extra positional parameter %d: %p" % [ max + 1, args[max] ] if args.length > max
|
64
|
+
|
65
|
+
CONNECT_ARGUMENT_ORDER.zip( args ) do |(k,v)|
|
66
|
+
options[ k.to_sym ] = v if v
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
options.merge!( hash_arg )
|
71
|
+
|
72
|
+
if uri
|
73
|
+
uri.host = nil if options[:host]
|
74
|
+
uri.port = nil if options[:port]
|
75
|
+
uri.user = nil if options[:user]
|
76
|
+
uri.password = nil if options[:password]
|
77
|
+
uri.path = '' if options[:dbname]
|
78
|
+
uri.query = URI.encode_www_form( options )
|
79
|
+
return uri.to_s.sub( /^#{uri.scheme}:(?!\/\/)/, "#{uri.scheme}://" )
|
80
|
+
else
|
81
|
+
option_string += ' ' unless option_string.empty? && options.empty?
|
82
|
+
return option_string + options.map { |k,v| "#{k}=#{quote_connstr(v)}" }.join( ' ' )
|
83
|
+
end
|
84
|
+
end
|
85
|
+
|
86
|
+
|
87
|
+
# call-seq:
|
88
|
+
# conn.copy_data( sql ) {|sql_result| ... } -> PG::Result
|
89
|
+
#
|
90
|
+
# Execute a copy process for transfering data to or from the server.
|
91
|
+
#
|
92
|
+
# This issues the SQL COPY command via #exec. The response to this
|
93
|
+
# (if there is no error in the command) is a PG::Result object that
|
94
|
+
# is passed to the block, bearing a status code of PGRES_COPY_OUT or
|
95
|
+
# PGRES_COPY_IN (depending on the specified copy direction).
|
96
|
+
# The application should then use #put_copy_data or #get_copy_data
|
97
|
+
# to receive or transmit data rows and should return from the block
|
98
|
+
# when finished.
|
99
|
+
#
|
100
|
+
# #copy_data returns another PG::Result object when the data transfer
|
101
|
+
# is complete. An exception is raised if some problem was encountered,
|
102
|
+
# so it isn't required to make use of any of them.
|
103
|
+
# At this point further SQL commands can be issued via #exec.
|
104
|
+
# (It is not possible to execute other SQL commands using the same
|
105
|
+
# connection while the COPY operation is in progress.)
|
106
|
+
#
|
107
|
+
# This method ensures, that the copy process is properly terminated
|
108
|
+
# in case of client side or server side failures. Therefore, in case
|
109
|
+
# of blocking mode of operation, #copy_data is preferred to raw calls
|
110
|
+
# of #put_copy_data, #get_copy_data and #put_copy_end.
|
111
|
+
#
|
112
|
+
# Example with CSV input format:
|
113
|
+
# conn.exec "create table my_table (a text,b text,c text,d text)"
|
114
|
+
# conn.copy_data "COPY my_table FROM STDIN CSV" do
|
115
|
+
# conn.put_copy_data "some,data,to,copy\n"
|
116
|
+
# conn.put_copy_data "more,data,to,copy\n"
|
117
|
+
# end
|
118
|
+
# This creates +my_table+ and inserts two CSV rows.
|
119
|
+
#
|
120
|
+
# The same with text format encoder PG::TextEncoder::CopyRow
|
121
|
+
# and Array input:
|
122
|
+
# enco = PG::TextEncoder::CopyRow.new
|
123
|
+
# conn.copy_data "COPY my_table FROM STDIN", enco do
|
124
|
+
# conn.put_copy_data ['some', 'data', 'to', 'copy']
|
125
|
+
# conn.put_copy_data ['more', 'data', 'to', 'copy']
|
126
|
+
# end
|
127
|
+
#
|
128
|
+
# Example with CSV output format:
|
129
|
+
# conn.copy_data "COPY my_table TO STDOUT CSV" do
|
130
|
+
# while row=conn.get_copy_data
|
131
|
+
# p row
|
132
|
+
# end
|
133
|
+
# end
|
134
|
+
# This prints all rows of +my_table+ to stdout:
|
135
|
+
# "some,data,to,copy\n"
|
136
|
+
# "more,data,to,copy\n"
|
137
|
+
#
|
138
|
+
# The same with text format decoder PG::TextDecoder::CopyRow
|
139
|
+
# and Array output:
|
140
|
+
# deco = PG::TextDecoder::CopyRow.new
|
141
|
+
# conn.copy_data "COPY my_table TO STDOUT", deco do
|
142
|
+
# while row=conn.get_copy_data
|
143
|
+
# p row
|
144
|
+
# end
|
145
|
+
# end
|
146
|
+
# This receives all rows of +my_table+ as ruby array:
|
147
|
+
# ["some", "data", "to", "copy"]
|
148
|
+
# ["more", "data", "to", "copy"]
|
149
|
+
|
150
|
+
def copy_data( sql, coder=nil )
|
151
|
+
res = exec( sql )
|
152
|
+
|
153
|
+
case res.result_status
|
154
|
+
when PGRES_COPY_IN
|
155
|
+
begin
|
156
|
+
if coder
|
157
|
+
old_coder = self.encoder_for_put_copy_data
|
158
|
+
self.encoder_for_put_copy_data = coder
|
159
|
+
end
|
160
|
+
yield res
|
161
|
+
rescue Exception => err
|
162
|
+
errmsg = "%s while copy data: %s" % [ err.class.name, err.message ]
|
163
|
+
put_copy_end( errmsg )
|
164
|
+
get_result
|
165
|
+
raise
|
166
|
+
else
|
167
|
+
put_copy_end
|
168
|
+
get_last_result
|
169
|
+
ensure
|
170
|
+
self.encoder_for_put_copy_data = old_coder if coder
|
171
|
+
end
|
172
|
+
|
173
|
+
when PGRES_COPY_OUT
|
174
|
+
begin
|
175
|
+
if coder
|
176
|
+
old_coder = self.decoder_for_get_copy_data
|
177
|
+
self.decoder_for_get_copy_data = coder
|
178
|
+
end
|
179
|
+
yield res
|
180
|
+
rescue Exception => err
|
181
|
+
cancel
|
182
|
+
while get_copy_data
|
183
|
+
end
|
184
|
+
while get_result
|
185
|
+
end
|
186
|
+
raise
|
187
|
+
else
|
188
|
+
res = get_last_result
|
189
|
+
if !res || res.result_status != PGRES_COMMAND_OK
|
190
|
+
while get_copy_data
|
191
|
+
end
|
192
|
+
while get_result
|
193
|
+
end
|
194
|
+
raise PG::NotAllCopyDataRetrieved, "Not all COPY data retrieved"
|
195
|
+
end
|
196
|
+
res
|
197
|
+
ensure
|
198
|
+
self.decoder_for_get_copy_data = old_coder if coder
|
199
|
+
end
|
200
|
+
|
201
|
+
else
|
202
|
+
raise ArgumentError, "SQL command is no COPY statement: #{sql}"
|
203
|
+
end
|
204
|
+
end
|
205
|
+
|
206
|
+
# Backward-compatibility aliases for stuff that's moved into PG.
|
207
|
+
class << self
|
208
|
+
define_method( :isthreadsafe, &PG.method(:isthreadsafe) )
|
209
|
+
end
|
210
|
+
|
211
|
+
|
212
|
+
### Returns an array of Hashes with connection defaults. See ::conndefaults
|
213
|
+
### for details.
|
214
|
+
def conndefaults
|
215
|
+
return self.class.conndefaults
|
216
|
+
end
|
217
|
+
|
218
|
+
### Return the Postgres connection defaults structure as a Hash keyed by option
|
219
|
+
### keyword (as a Symbol).
|
220
|
+
###
|
221
|
+
### See also #conndefaults
|
222
|
+
def self.conndefaults_hash
|
223
|
+
return self.conndefaults.each_with_object({}) do |info, hash|
|
224
|
+
hash[ info[:keyword].to_sym ] = info[:val]
|
225
|
+
end
|
226
|
+
end
|
227
|
+
|
228
|
+
### Returns a Hash with connection defaults. See ::conndefaults_hash
|
229
|
+
### for details.
|
230
|
+
def conndefaults_hash
|
231
|
+
return self.class.conndefaults_hash
|
232
|
+
end
|
233
|
+
|
234
|
+
# Method 'conninfo' was introduced in PostgreSQL 9.3.
|
235
|
+
if self.instance_methods.find{|m| m.to_sym == :conninfo }
|
236
|
+
|
237
|
+
### Return the Postgres connection info structure as a Hash keyed by option
|
238
|
+
### keyword (as a Symbol).
|
239
|
+
###
|
240
|
+
### See also #conninfo
|
241
|
+
def conninfo_hash
|
242
|
+
return self.conninfo.each_with_object({}) do |info, hash|
|
243
|
+
hash[ info[:keyword].to_sym ] = info[:val]
|
244
|
+
end
|
245
|
+
end
|
246
|
+
end
|
247
|
+
|
248
|
+
# Method 'ssl_attribute' was introduced in PostgreSQL 9.5.
|
249
|
+
if self.instance_methods.find{|m| m.to_sym == :ssl_attribute }
|
250
|
+
# call-seq:
|
251
|
+
# conn.ssl_attributes -> Hash<String,String>
|
252
|
+
#
|
253
|
+
# Returns SSL-related information about the connection as key/value pairs
|
254
|
+
#
|
255
|
+
# The available attributes varies depending on the SSL library being used,
|
256
|
+
# and the type of connection.
|
257
|
+
#
|
258
|
+
# See also #ssl_attribute
|
259
|
+
def ssl_attributes
|
260
|
+
ssl_attribute_names.each.with_object({}) do |n,h|
|
261
|
+
h[n] = ssl_attribute(n)
|
262
|
+
end
|
263
|
+
end
|
264
|
+
end
|
265
|
+
|
266
|
+
end # class PG::Connection
|
267
|
+
|
268
|
+
# :stopdoc:
|
269
|
+
# Backward-compatible alias
|
270
|
+
PGconn = PG::Connection
|
271
|
+
|
@@ -0,0 +1,30 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require 'pg' unless defined?( PG )
|
4
|
+
|
5
|
+
|
6
|
+
class PG::Result
|
7
|
+
|
8
|
+
# Apply a type map for all value retrieving methods.
|
9
|
+
#
|
10
|
+
# +type_map+: a PG::TypeMap instance.
|
11
|
+
#
|
12
|
+
# See PG::BasicTypeMapForResults
|
13
|
+
def map_types!(type_map)
|
14
|
+
self.type_map = type_map
|
15
|
+
return self
|
16
|
+
end
|
17
|
+
|
18
|
+
|
19
|
+
### Return a String representation of the object suitable for debugging.
|
20
|
+
def inspect
|
21
|
+
str = self.to_s
|
22
|
+
str[-1,0] = " status=#{res_status(result_status)} ntuples=#{ntuples} nfields=#{nfields} cmd_tuples=#{cmd_tuples}"
|
23
|
+
return str
|
24
|
+
end
|
25
|
+
|
26
|
+
end # class PG::Result
|
27
|
+
|
28
|
+
# :stopdoc:
|
29
|
+
# Backward-compatible alias
|
30
|
+
PGresult = PG::Result
|
@@ -0,0 +1,51 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require 'date'
|
4
|
+
require 'json'
|
5
|
+
|
6
|
+
module PG
|
7
|
+
module TextDecoder
|
8
|
+
class Date < SimpleDecoder
|
9
|
+
ISO_DATE = /\A(\d{4})-(\d\d)-(\d\d)\z/
|
10
|
+
|
11
|
+
def decode(string, tuple=nil, field=nil)
|
12
|
+
if string =~ ISO_DATE
|
13
|
+
::Date.new $1.to_i, $2.to_i, $3.to_i
|
14
|
+
else
|
15
|
+
string
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
|
20
|
+
class TimestampWithoutTimeZone < SimpleDecoder
|
21
|
+
ISO_DATETIME_WITHOUT_TIMEZONE = /\A(\d{4})-(\d\d)-(\d\d) (\d\d):(\d\d):(\d\d)(\.\d+)?\z/
|
22
|
+
|
23
|
+
def decode(string, tuple=nil, field=nil)
|
24
|
+
if string =~ ISO_DATETIME_WITHOUT_TIMEZONE
|
25
|
+
Time.new $1.to_i, $2.to_i, $3.to_i, $4.to_i, $5.to_i, "#{$6}#{$7}".to_r
|
26
|
+
else
|
27
|
+
string
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
|
32
|
+
class TimestampWithTimeZone < SimpleDecoder
|
33
|
+
ISO_DATETIME_WITH_TIMEZONE = /\A(\d{4})-(\d\d)-(\d\d) (\d\d):(\d\d):(\d\d)(\.\d+)?([-\+]\d\d):?(\d\d)?:?(\d\d)?\z/
|
34
|
+
|
35
|
+
def decode(string, tuple=nil, field=nil)
|
36
|
+
if string =~ ISO_DATETIME_WITH_TIMEZONE
|
37
|
+
Time.new $1.to_i, $2.to_i, $3.to_i, $4.to_i, $5.to_i, "#{$6}#{$7}".to_r, "#{$8}:#{$9 || '00'}:#{$10 || '00'}"
|
38
|
+
else
|
39
|
+
string
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
class JSON < SimpleDecoder
|
45
|
+
def decode(string, tuple=nil, field=nil)
|
46
|
+
::JSON.load(string)
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end # module PG
|
51
|
+
|