The Wayback Machine - https://web.archive.org/web/20210128233136/https://github.com/topics/informix
Skip to content
#

informix

Here are 63 public repositories matching this topic...

williamlee1982
williamlee1982 commented Jan 7, 2021

seems there is a bug in DB2LUWSchemaProvider class, when loading columns of table, it didn't trim the tailing space of the schema name, causes linq query didn't return any column.

the problem is in the GetColumns method here:

var tableId     = dataConnection.Connection.Database + "." + rd.GetString(0) + "." + rd.GetString(1);

and it should be:

var tableId     = dataConnect

SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN.
  • Updated Jan 28, 2021
  • Java

Improve this page

Add a description, image, and links to the informix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the informix topic, visit your repo's landing page and select "manage topics."

Learn more