dburtsev

Results 7 comments of dburtsev

Python 3.9.7 pip show boto3 -> Version: 1.24.28 The same result.

@tim-finnigan boto3.set_stream_logger adde [stream_logger.txt](https://github.com/boto/boto3/files/9283677/stream_logger.txt) d

stream logger [stream_logger2.txt](https://github.com/boto/boto3/files/9284023/stream_logger2.txt)

DataColumn.DataType property can't be DateTimeOffset. We really need DateTime type.

``` using System.Data.SqlClient; namespace testdt { class Program { static void Main(string[] args) { string connectionString ="Data Source=(local);Integrated Security=true"; string queryString = "SELECT GETDATE() AS dt, CAST(GETDATE() AS datetimeoffset) AS...

"To resolve the invalid type length error in Redshift Spectrum, use an external table definition. The table definition must match the "precision" and "scale" values defined in the external file....

Hello Any updates on decimal columns?