@current_library shows up as part of the adapter.rb file when referencing tables and schema... however, it used to come from a System class from versions 1.3.19 and prior. Now it is never set and System class is gone.
I am getting errors because "tables" will use the @current_library value, which is never set and is nil.... so it throws the error:
Unable to retrieve tables without current library
Is this a bug, or is @current_library set somewhere else now?
@current_library shows up as part of the adapter.rb file when referencing tables and schema... however, it used to come from a System class from versions 1.3.19 and prior. Now it is never set and System class is gone.
I am getting errors because "tables" will use the @current_library value, which is never set and is nil.... so it throws the error: Unable to retrieve tables without current library
Is this a bug, or is @current_library set somewhere else now?