Sharu Goel
Sharu Goel
I am using the Coveralls Github Action in my repository https://github.com/thephantomthief/babelfish_extensions. There is a PR across branches on my repo, and the coveralls comment on that PR shows the correct...
I am using the Coveralls Github Action in my repository https://github.com/thephantomthief/babelfish_extensions. There is a PR across branches on my repo, and the coveralls comment on that PR shows the correct...
### Description This commits adds support in T-SQL IS_MEMBER() function to show membership information for windows roles. The re-implemented IS_MEMBER() function relies on views sys.login_token and sys.user_token to see if...
JDBC specification includes introspection API contained in [DatabaseMetaData](https://docs.oracle.com/en/java/javase/17/docs/api/java.sql/java/sql/DatabaseMetaData.html) class. These methods are widely used by Java applications like DB browser, visualization and BI tools. From the point of view of...
### Description Currently, if we create procedures and functions in system databases such as master and rename those objects using sp_rename, their entries in the babelfish_schema_permissions catalog is not updated....
### Description Dummy PR to show code coverage ### Check List - [x] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my...
### Description This commit adds support to alter the db_owner role and add/drop users from it. Whenever a new user, say u1, is added to db_owner role, we will internally...
### Description This commit bumps the version of com.microsoft.sqlserver:mssql-jdbc pom.xml dependency of the JDBC test framework from 8.2.2 to 10.2.4. Signed-off-by: Sharu Goel ### Check List - [x] Commits are...