View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006448 | SymmetricDS | Improvement | public | 2024-05-23 16:53 | 2024-05-23 17:09 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.15 | ||||
Target Version | 3.15.7 | Fixed in Version | 3.15.7 | ||
Summary | 0006448: Provide the ability to specify a no lock hint when reading DDL | ||||
Description | When 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. | ||||
Tags | ddl/schema, dialect: sql-server | ||||
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 |