View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002173 | SymmetricDS | Improvement | public | 2015-02-03 14:12 | 2015-02-06 01:52 |
Reporter | chenson | Assigned To | chenson | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.7.5 | ||||
Target Version | 3.7.5 | Fixed in Version | 3.7.5 | ||
Summary | 0002173: "arithmetic exception, numeric overflow, or string truncation" on firebird due to row_data being > 10k. Log a better error msg. | ||||
Description | "arithmetic exception, numeric overflow, or string truncation" on firebird due to row_data being > 10k. Log a better error msg. We cast row_data and old_data to varchar(10000). If the row data exceeds 10k, then log an error that informs the user how to correct. To get rid of the cast set contains_big_lobs on the channel. | ||||
Tags | No tags attached. | ||||
SymmetricDS: master c1f1489f 2015-02-03 09:12:56 Details Diff |
0002173: "arithmetic exception, numeric overflow, or string truncation" on firebird due to row_data being > 10k. Log a better error msg. |
Affected Issues 0002173 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/route/DataGapRouteReader.java | Diff File | ||
SymmetricDS: master be4261cf 2015-02-03 09:17:11 Details Diff |
0002173: "arithmetic exception, numeric overflow, or string truncation" on firebird due to row_data being > 10k. Log a better error msg. |
Affected Issues 0002173 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/route/DataGapRouteReader.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-02-03 14:12 | chenson | New Issue | |
2015-02-03 14:12 | chenson | Status | new => assigned |
2015-02-03 14:12 | chenson | Assigned To | => chenson |
2015-02-03 14:13 | chenson | Status | assigned => resolved |
2015-02-03 14:13 | chenson | Fixed in Version | => 3.7.5 |
2015-02-03 14:13 | chenson | Resolution | open => fixed |
2015-02-03 15:00 | chenson | Changeset attached | => SymmetricDS trunk r9342 |
2015-02-03 15:00 | chenson | Changeset attached | => SymmetricDS trunk r9343 |
2015-02-06 01:52 | chenson | Status | resolved => closed |
2015-07-31 01:49 | chenson | Changeset attached | => SymmetricDS master be4261cf |
2015-07-31 01:49 | chenson | Changeset attached | => SymmetricDS master c1f1489f |