Thanks a lot Simon!
So I did not set the columnTypes in properties, and read a csv. Now, I have two columns - costs.lineItem.code and costs.lineItem.price. Even though I give the same values in both columns, and both are given as ints, the driver reads code as string "1601" and price as int 1601. How is this possible? Can someone please help me out ? I am trying to break the driver to verify that the driver isn't actually applying any intelligence of its own.
So I did not set the columnTypes in properties, and read a jdbc. Now, I have two columns - costs.lineItem.code and costs.lineItem.price. Even though I give the same values in both columns, and both are given as ints, the driver reads code as string "1601" and price as int 1601. How is this possible? Can someone please help me out ? I am trying to break the driver to verify that the driver isn't actually applying any intelligence of its own.