Fix the nvarchar-varbinary casting#3263
Closed
pranavJ23 wants to merge 38 commits intobabelfish-for-postgresql:BABEL_5_X_DEVfrom pranavJ23:babel_4891_5X
+9,032-1,314
Commits
Commits on Dec 16, 2024
Commits on Dec 18, 2024
- committed
Commits on Jan 6, 2025
Performance improvement for queries having join between TABLE_CONSTRAINTS and KEY_COLUMN_USAGE views (babelfish-for-postgresql#3256)
Avoid storing initial privileges for Babelfish objects created during initialization (babelfish-for-postgresql#3136)
Fix error handling for already created functions that could give syntax error in newer releases (babelfish-for-postgresql#3247)
TVP as an argument of a procedure does not require TypeName to be specified (babelfish-for-postgresql#3107) (babelfish-for-postgresql#3283)
Update RESTORE behaviour for LIKE operator for CS_AI collation (babelfish-for-postgresql#3207) (babelfish-for-postgresql#3296)
Bump version of maven commons-io and github actions (babelfish-for-postgresql#3298) (babelfish-for-postgresql#3300)
Mark table_constraints_internal() function as parallel safe and set current_db_id for parallel workers (babelfish-for-postgresql#3321)
Fix sys.dm_exec_sessions having rows for backends which are already terminated (babelfish-for-postgresql#3329)
Fix crash due to null current memory context after error in openjson WITH (babelfish-for-postgresql#3339)
Fix 'AT TIME ZONE' issue near DST change time with DATETIME2 datatype conversion (babelfish-for-postgresql#3345)
Improve performance of sys.sp_column_privileges by removing an unutilized check (babelfish-for-postgresql#3348)
- committed