You might have a column called money in one database, and amount in another. Today we don't have a way to have the columns have different names across the two databases. In the Python API, perhaps it's sufficient to just make it based on the position in the column tuple.
For the CLI, maybe we could use: -c amount:money.
The text was updated successfully, but these errors were encountered:
You might have a column called
moneyin one database, andamountin another. Today we don't have a way to have the columns have different names across the two databases. In the Python API, perhaps it's sufficient to just make it based on the position in the column tuple.For the CLI, maybe we could use:
-c amount:money.The text was updated successfully, but these errors were encountered: