fireruby 0.4.2-mswin32 → 0.4.3-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/fr_lib.so +0 -0
- data/lib/src.rb +5 -0
- metadata +3 -3
data/lib/fr_lib.so
CHANGED
Binary file
|
data/lib/src.rb
CHANGED
@@ -210,6 +210,11 @@ module FireRuby
|
|
210
210
|
DBA_USER_NAME = 19
|
211
211
|
|
212
212
|
|
213
|
+
# A definition for a connection option. This option should be given a
|
214
|
+
# string value which should be the ROLE to use when connecting.
|
215
|
+
SQL_ROLE_NAME = 60
|
216
|
+
|
217
|
+
|
213
218
|
# A definition for a possible setting to accompany the WRITE_POLICY
|
214
219
|
# connection setting.
|
215
220
|
WRITE_ASYNCHONOUS = 0
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.9.
|
2
|
+
rubygems_version: 0.9.4
|
3
3
|
specification_version: 1
|
4
4
|
name: fireruby
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.4.
|
7
|
-
date: 2007-11-
|
6
|
+
version: 0.4.3
|
7
|
+
date: 2007-11-26 00:00:00 -05:00
|
8
8
|
summary: Ruby interface library for the Firebird database.
|
9
9
|
require_paths:
|
10
10
|
- lib
|