Use extended type support from EiffelStore to handle STRING_32, and other extended types.
This commit is contained in:
@@ -35,6 +35,7 @@ feature -- Factory
|
||||
if conn.is_connected then
|
||||
create Result.make (conn)
|
||||
set_map_zero_null_value (False) --| This way we map 0 to 0, instead of Null as default.
|
||||
set_use_extended_types (True) --| Use extended types: STRING_32 etc.
|
||||
if Result.is_available then
|
||||
if not Result.is_initialized then
|
||||
initialize (a_setup, Result)
|
||||
|
||||
@@ -48,6 +48,7 @@ feature -- Factory
|
||||
if conn.is_connected then
|
||||
create Result.make_with_driver (conn, l_database_config.item ("Driver"))
|
||||
set_map_zero_null_value (False) --| This way we map 0 to 0, instead of Null as default.
|
||||
set_use_extended_types (True) --| Use extended types: STRING_32 etc.
|
||||
if Result.is_available then
|
||||
if not Result.is_initialized then
|
||||
initialize (a_setup, Result)
|
||||
|
||||
Reference in New Issue
Block a user