View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006338 | SymmetricDS Pro | Bug | public | 2024-04-09 18:47 | 2024-04-09 20:00 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.5 | Fixed in Version | 3.15.5 | ||
Summary | 0006338: SQL Server bcp bulk loader can't handle database URLs that specify the server name or port number via connection properties | ||||
Description | It's possible to specify a SQL Server database's server name and port number via connection properties instead of including them in their usual location within the URL. Here is an example: jdbc:sqlserver://;serverName=my-server;port=12345;databaseName=my-db The SQL Server bcp bulk loader does not handle this kind of URL. When parsing the URL, it should check the connection properties for the server name and port. | ||||
Tags | bulk, dialect: sql-server | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-04-09 18:47 | emiller | New Issue | |
2024-04-09 18:47 | emiller | Status | new => assigned |
2024-04-09 18:47 | emiller | Assigned To | => emiller |
2024-04-09 18:47 | emiller | Tag Attached: bulk | |
2024-04-09 18:47 | emiller | Tag Attached: dialect: sql-server | |
2024-04-09 18:47 | emiller | Issue generated from: 0006337 | |
2024-04-09 18:47 | emiller | Relationship added | related to 0006337 |
2024-04-09 20:00 | emiller | Status | assigned => resolved |
2024-04-09 20:00 | emiller | Resolution | open => fixed |
2024-04-09 20:00 | emiller | Fixed in Version | => 3.15.5 |
2024-04-23 16:58 | admin | Status | resolved => closed |