jaycraig-ci / diffkit

Automatically exported from code.google.com/p/diffkit
0 stars 0 forks source link

unrecognized dbTypes -> VARBINARY & _HYPERSQL_CHARACTER in HyperSQL #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In comparing HyperSQL tables, I've come across these two errors: 
unrecognized dbType_->VARBINARY 
unrecognized dbType_->_HYPERSQL_CHARACTER 
The full stack traces where these two instances were seen are below: 
ERROR[13:42:04.363]{main}(DKApplication.main:130)-null 
java.lang.RuntimeException: java.lang.RuntimeException: Could not 
resolve automatically; need rule for dependency- 
>Dependency[(DKPassthroughPlan,null)] 

Original issue reported on code.google.com by trur...@gmail.com on 14 Jan 2011 at 11:37

GoogleCodeExporter commented 8 years ago

Original comment by trur...@gmail.com on 15 Jan 2011 at 1:51

GoogleCodeExporter commented 8 years ago
While unrecognized dbType_->VARBINARY appears to be fixed, I'm still seeing 
unrecognized dbType_->_HYPERSQL_CHARACTER when using version 0.8.10.

Original comment by jjsz1...@gmail.com on 17 Jan 2011 at 4:03

GoogleCodeExporter commented 8 years ago
Jared,

Issue that was fixed, 68, (which is the issue you reported) was for 
_HYPERSQL_VARCHAR_IGNORECASE, not _HYPERSQL_CHARACTER. I accidentally entered 
the wrong type when I created issue 67. 

HYPERSQL_VARCHAR_IGNORECASE works now.

Original comment by trur...@gmail.com on 17 Jan 2011 at 8:52

GoogleCodeExporter commented 8 years ago

Original comment by trur...@gmail.com on 20 Jan 2011 at 11:44