Suraj Bora
Suraj Bora
@nscuro , currently their is details Column in Analysis table Response: The changes will involve creating new table for details which will store analysis Id, details text, and timestamp. For...
@wetneb, @tfmorris inquired about the rationale behind developing distinct classes for each supported database type. Is it not feasible to utilize a single generic class for all types instead?
I think we can use switch statement in a generic class where we check the database type and generate a JDBC URL (not sure if it is the correct approach)
@wetneb, I have raised the Draft PR please let me know if this correct or another approach can be followed.