View Issue Details

IDProjectCategoryView StatusLast Update
0006448SymmetricDSImprovementpublic2024-05-23 17:09
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.15 
Target Version3.15.7Fixed in Version3.15.7 
Summary0006448: Provide the ability to specify a no lock hint when reading DDL
DescriptionWhen reading DDL, we should provide the ability to specify a hint for a query that executes the query with no locks.
For example, when determining auto increment columns for SQL Server, we could specify WITH(NOLOCK) on the query since it is extremely unlikely that changes to DDL would be occurring when reading the column metadata for a table.
Tagsddl/schema, dialect: sql-server

Relationships

related to 0006446 closedpmarzullo Provide the ability to specify a no lock hint when reading DDL 

Issue History

Date Modified Username Field Change
2024-05-23 16:53 pmarzullo New Issue
2024-05-23 16:53 pmarzullo Status new => assigned
2024-05-23 16:53 pmarzullo Assigned To => pmarzullo
2024-05-23 16:53 pmarzullo Tag Attached: ddl/schema
2024-05-23 16:53 pmarzullo Tag Attached: dialect: sql-server
2024-05-23 16:54 pmarzullo Relationship added related to 0006446
2024-05-23 17:09 pmarzullo Status assigned => resolved
2024-05-23 17:09 pmarzullo Resolution open => fixed
2024-05-23 17:09 pmarzullo Fixed in Version => 3.15.7
2024-05-23 17:09 pmarzullo Note Added: 0002452
2024-06-07 16:46 admin Status resolved => closed