-
Notifications
You must be signed in to change notification settings - Fork 75
/
dist-files
112 lines (112 loc) · 2.31 KB
/
dist-files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.yardopts
COPYING
COPYING_old
ChangeLog
Makefile
NEWS
README.md
dist-files
metaconfig
pre-distclean.rb
ruby-oci8.gemspec
setup.rb
docs/bind-array-to-in_cond.md
docs/conflicts-local-connections-and-processes.md
docs/hanging-after-inactivity.md
docs/install-binary-package.md
docs/install-full-client.md
docs/install-instant-client.md
docs/install-on-osx.md
docs/ldap-auth-and-function-interposition.md
docs/number-type-mapping.md
docs/platform-specific-issues.md
docs/report-installation-issue.md
docs/timeout-parameters.md
ext/oci8/.document
ext/oci8/MANIFEST
ext/oci8/apiwrap.c.tmpl
ext/oci8/apiwrap.h.tmpl
ext/oci8/apiwrap.rb
ext/oci8/apiwrap.yml
ext/oci8/attr.c
ext/oci8/bind.c
ext/oci8/connection_pool.c
ext/oci8/encoding.c
ext/oci8/env.c
ext/oci8/error.c
ext/oci8/extconf.rb
ext/oci8/hook_funcs.c
ext/oci8/lob.c
ext/oci8/metadata.c
ext/oci8/object.c
ext/oci8/oci8.c
ext/oci8/oci8.h
ext/oci8/oci8lib.c
ext/oci8/ocidatetime.c
ext/oci8/ocihandle.c
ext/oci8/ocinumber.c
ext/oci8/oraconf.rb
ext/oci8/oradate.c
ext/oci8/oranumber_util.c
ext/oci8/oranumber_util.h
ext/oci8/plthook.h
ext/oci8/plthook_elf.c
ext/oci8/plthook_osx.c
ext/oci8/plthook_win32.c
ext/oci8/post-config.rb
ext/oci8/stmt.c
ext/oci8/thread_util.c
ext/oci8/thread_util.h
ext/oci8/util.c
ext/oci8/win32.c
lib/.document
lib/oci8.rb
lib/dbd/OCI8.rb
lib/oci8/.document
lib/oci8/bindtype.rb
lib/oci8/check_load_error.rb
lib/oci8/compat.rb
lib/oci8/connection_pool.rb
lib/oci8/cursor.rb
lib/oci8/datetime.rb
lib/oci8/encoding-init.rb
lib/oci8/encoding.yml
lib/oci8/metadata.rb
lib/oci8/object.rb
lib/oci8/oci8.rb
lib/oci8/ocihandle.rb
lib/oci8/oracle_version.rb
lib/oci8/properties.rb
lib/oci8/version.rb
lib/ruby-oci8.rb
test/README.md
test/config.rb
test/setup_test_object.sql
test/setup_test_package.sql
test/test_all.rb
test/test_appinfo.rb
test/test_array_dml.rb
test/test_bind_array.rb
test/test_bind_boolean.rb
test/test_bind_raw.rb
test/test_bind_string.rb
test/test_bind_time.rb
test/test_bind_integer.rb
test/test_break.rb
test/test_clob.rb
test/test_connection_pool.rb
test/test_connstr.rb
test/test_encoding.rb
test/test_datetime.rb
test/test_dbi.rb
test/test_dbi_clob.rb
test/test_error.rb
test/test_metadata.rb
test/test_object.rb
test/test_oci8.rb
test/test_oracle_version.rb
test/test_oradate.rb
test/test_oranumber.rb
test/test_package_type.rb
test/test_properties.rb
test/test_rowid.rb