VaishnavDatir / sql_conn

A sql_conn is a plugin for connecting Flutter Android application to SQL Server.
https://pub.dev/packages/sql_conn
Apache License 2.0
10 stars 13 forks source link

Read function has changed #8

Closed ertugrulcakici closed 2 years ago

ertugrulcakici commented 2 years ago

The user of this plugin has to control data types at the flutter level. Data types not converting at the kotlin level. Regex cancelled and JSON format has been cancelled. Through, data size was reduced. Now, rows and each column's data retrieving with a separator. Users can create a model which parses the retrieving data. I made this change because of performance problems.

VaishnavDatir commented 2 years ago

Hey ertugrulcakici,

Thanks for creating pull request. Will surly look into it.