fireruby 0.4.2-mswin32 → 0.4.3-mswin32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/fr_lib.so +0 -0
  2. data/lib/src.rb +5 -0
  3. metadata +3 -3
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.0
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.2
7
- date: 2007-11-08 00:00:00 -05:00
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